@import url('mambo.css');
@import url('menu.css');
@import url('callouts.css');


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-color: #CBC98E;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/bg.jpg);
	background-color: #0C4282;
	padding: 0;
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #8D3132; 
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #616161;	text-decoration: none;
	}

img {

	padding: 2px;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
#col {

	width: 674px;
}
#nav {
	
	width: 674px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	vertical-align: bottom;
	text-align: right;
	clear: both;
	height: 30px;
	
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
	width: 674px;
	height: 178px;
	vertical-align: bottom;
	background-color:#3F89D2;
	
	margin: 0 0 5px 0;

}
#content-top {
	background-image: url(../images/content-top.gif);
	height: 28px;
	width: 674px;
	margin: 0px auto 0 auto;
	padding: 0;
}
#main {
	width: 666px !important;
	width/**/: 674px;
	background-color: #fff;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0;
	background-position: top;
	background-repeat: no-repeat;
	border-right: 4px solid #82BCEC;
	border-left: 4px solid #82BCEC;
	min-height: 300px;
	
}

#rightcol {
	float: right;
	width: 200px;
	margin: 6px 25px 0 0;
}
#rightcol hr {
	display: none;
}
#leftcol {
	width: 360px;
	margin: 0 10px 0 30px;
	float: left;
	min-height: 300px;
	padding: 0 29px 0 0;
	border-right: 1px solid #ccc;
		line-height: 21px;
}
html*#leftcol {

	margin: 0 0px 0 20px;
	
}
#content-int {
	margin: -3px 10px -2px 10px;
	padding: 0;
}

#tail {
	height: 21px;
	width: 674px;
	background-image:url(../images/tail.gif);
	margin: 0 auto;
}
html*.nav {
	margin: 0 0 6px 0;

	
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	clear: both;
	text-align: center;
	color: #3E88D1;
	font-size: 9px;
	margin: 3px 0 0 0;
	font-weight: normal;

}
.footer a:link {
	color: #3E88D1;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #3E88D1;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #3E88D1;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}




