@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: Tahoma, Arial, Helvetica, sans-serif;
	
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #010068;

	padding: 0;
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}


/* Links */
a:link, a:visited {
	font-size: 12px; 
	color: #8D3132; 
	text-decoration: none;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

a:hover {
	color: #616161;	text-decoration: none;
	}

img {
	border: 2px solid #C4E1EB;
	padding: 2px;
}
.footer {
	clear: both;
	text-align: center;
	color: #aaa;
	font-size: 9px;
	
	font-weight: normal;

}
.footer a:link {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #aaa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
#col {
	background-color: #fff;
	width: 674px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 674px;
	height: 150px;
	vertical-align: bottom;
	background-color:#fff;
}
#main {
	width: 674px;
	background-color: #fff;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0px 0;


}
#rightcol {
	float: left;
	width: 200px;
	margin: 6px 0px 0 10px;
}
#rightcol img {
	border: 0;
}
#leftcol {
	width: 360px;
	margin: 0 30px 0 10px !important;
	margin/**/: 0 20px 0 0px;
	float: right;
	min-height: 300px;
	padding: 0 0px 0 29px;
	border-left: 1px dotted #aaa;
		line-height: 19px;
}

#content-int {
	margin: 0px 30px 0 30px;
}
#nav {
	margin: 0 0 0 160px;
	padding: 52px 0 0 0;

	vertical-align: bottom;
	
}
#tail {
	height: 17px;
	width: 674px;
	background-image:url(../images/tail.gif);
	margin: 0 auto;
	tml*.nav {
	margin: 0 0 6px 0;
}
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;
}





