@import url('menu.css');
@import url('mambo.css');
@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%;position: relative;
	text-align: center;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-position: top;
	background-color: #013469;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	
	
}
html>body #outer {height:auto}


td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 22px;
	}



h5 {
	color: #555; font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #486684; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	margin: 0;
	padding: 4px;

}	
/* Links */
a:link, a:visited {
	font-size: 13px; 
	color: #0000FF; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 13px; 
	color: #000; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}
img {
	padding: 1px;
	border: 4px solid #eee;
	margin: 5px;
}
hr {
	border: none;
	border-bottom: 1px dotted #3F5E7E;
	margin: 20px 0 20px 0;
}


#logo {
	height: 75px;

	
}
#logo h2 {
	width: 728px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#logo h2 a {
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 728px;
	padding-top: 75px;
	height: 0;
	
	overflow: hidden;
}
html*#logo h2 a {
	height /* */: 75px;
}
#header { 

	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	margin-bottom: 5px;
	margin-top: 5px;



}
#header-int {
	width: 750px;
	height: 120px;
	background-image: url(../images/header-int.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
}
#nav {
	margin: 0 auto;
	width: 746px;
	padding: 0;
	background: url(../images/nav.gif);
	height: 26px;
	border-right: 1px solid #013469;
	border-left: 1px solid #013469;

}
#nav ul {
	margin: 0 auto !important;
	margin/* */: 0;
	padding: 0;
}
#main-section{
	width: 750px;
	background-color: #fff;
	padding: 0px 0 50px 0;
	background: url(../images/content-bottom.jpg) bottom no-repeat #fff;

	
}

html>body #main-section  {height:auto}
#main{
	width: 620px;
	margin: 30px 0 50px 0;
	text-align: left;
	background-color: #fff;
	padding: 10px 0px 0 0px;
}
#content {
	background: url(../images/content-top.gif) top no-repeat;
	padding-top: 14px;
	
	
}
#content-int {
	background: url(../images/content-top-int.gif) top no-repeat;
	padding: 20px;
}
#leftcol {
	width: 180px !important;
	width/* */: 220px;
	float: left;
	min-height: 400px;
	margin: 0px 0 0 0;
	background-repeat: repeat-x;
	padding: 10px;
	text-align: left;
}
#leftcol p {
	margin: 10px;
}

#rightcol {
	width: 490px !important;
	width/* */: 500px;	

	float: right;
	text-align: left;
	padding: 20px 20px 20px 35px;
	margin: 0;
	border-left: 1px solid #C3C3C3;
}
html*#rightcol {

}
h2 a, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 17px;
	color: #53789E;
}
h2 a:hover {
	color: #013469;
	font-size: 17px;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
#footer {
	
	height: 20px;
	font-size: 9px;
	text-align: right;
	width: 728px;
	clear: both;
	padding: 0;
	
}
#footer p {
	padding: 0px 20px 0 0;
	font-size: 9px;
	color: #999;
}
#footer p a {
	font-size: 9px;
	color: #999;
}

