@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: #E1DEBD;
	background-repeat: repeat-x;
	background-position: top;

	background-color: #E4E1BE;
	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;
}

#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:#E4E1BE;
	
	margin: 0 0 5px 0;

}
#content-top {
	background-image: url(../images/content-top.gif);
	height: 20px;
	width: 674px;
	margin: 0px auto 0 auto;
	padding: 0;
}
#main {
	width: 666px !important;
	width/**/: 674px;
	background-color: #fff;
	text-align: left;
	padding: 10px 0 20px 0;
	margin: 0;
	background-position: top;
	background-repeat: no-repeat;
	border-right: 4px solid #738393;
	border-left: 4px solid #738393;
	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;
	height: auto !important;
	height/**/: 300px;
	padding: 0 29px 0 0;
	border-right: 1px solid #ccc;
		line-height: 21px;
	margin: 0 !important;
		margin/**/: 0 0px 0 20px;
}

#content-int {
	margin: -3px 28px -2px 28px;
	padding: 0;
}

#tail {
	height: 17px;
	width: 674px;
	background-image:url(../images/tail.gif);
	margin: -1px auto 0 auto !important;
	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: #C8C49B;
	font-size: 9px;
	margin: 3px 0 0 0;
	font-weight: normal;

}
.footer a:link {
	color: #C8C49B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:visited {
	color: #C8C49B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #CCCCCC;
}
.footer a:hover {
	color: #C8C49B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}




