@import url('menu.css');
@import url('mambo');
@import url('callouts.css');

/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #F4F4F4;
}
html>body #outer {height:auto}


td,tr,p,div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #777;
	line-height: 18px;
	}

h2 {
	color: #740000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	}



h4 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}	
/* Links */
a:link, a:visited {
	font-size: 13px; 
	color: #740000; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 13px; 
	color: #013D01; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

#main-section{
	width: 686px;
	
}

#header { 
 	background: url(../images/header.jpg) center no-repeat;
	height: 189px;
	width: 686px;
}
#main{
	width: 650px;

	
}
#leftcol {
	width: 190px;
	float: left;
	height: 100%;
	padding: 5px 0 0 0;
}
html*#leftcol{
	
}
#rightcol {
	width: 400px;
	float: right;
	text-align: left;
	padding: 5px 20px 5px 5px;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	font-size: 10px;
	color: #ddd;
}
.footer a {
	font-size: 10px;
	color: #C3D8CF;
}#rightcol h1, #rightcol .contentheading, .contentheading h1, .contentheading, .componentheading h1, .componentheading {
	line-height:1.5em;      font-size: 18px;
	font-weight: 500;
 	color: #003c00;
	text-align:left;
	margin: 0 0 5px 0;      padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}