@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/body-bg.gif);
	background-color: #CFCBA6;
	text-align: center; 
	color: #000;
	
}
html>body #outer {height:auto}
hr {
	border: none;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #888;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #670001;
}
img {
	border: 3px solid #ddd;
	padding: 2px;
}




#column {
	width: 716px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-position: center;
	
}

#logo {

	width: 669px;
	height: 84px;
	background-image: url(../images/logo.gif);
	margin: 0 auto 0 auto;

}
#logo img {
	border: 0;
}

#nav {
	padding: 8px 0 0 0 !important;
	padding/**/: 8px 0 0 0;

}



#header {
	
	background-image: url(../images/header.jpg);
	margin: 0px auto 0px auto;
	width: 669px;
	height: 224px;
	background-position:top center;
	padding: 0px 0 0 0;
	background-repeat: no-repeat;
}
html* #header {
	padding: 0;
	height: 224px;
	
}
#leftcol {
	float: left;
	width: 410px;

	margin: 10px auto 0 35px !important;
	margin/**/: 10px auto 0 20px;
	text-align: left;
}

#rightcol {
	float: right;
	width: 216px !important;
	width/**/: 202px;
	min-height: 250px;
	height: auto !important;
	height/**/: 250px;
	margin: 0 27px 0 0 !important;
		margin/**/: 0 13px 0 0;
	background-image: url(../images/Callout-bg.gif);
	background-color: #F5F7F0;
	background-position: bottom;
	background-repeat: no-repeat;

}

#rightcol p {
	margin: 10px 5px 15px 20px;
	text-align: left;
	font-size: 10px;
	color: #493815;
}
#rightcol hr {
	border-top: 1px solid #F9FAF6;
	border-bottom: 1px solid #CACCC0;
	margin: 12px 0px 25px 0px !important;
	margin/**/: 8px 0px 12px 0px;
}

#tail{
	background-image: url(../images/tail.gif);
	height: 24px;
}
/*:::::::::::::::::::::::::::::::*/
#content-int {
	margin: 10px 40px;
	text-align: left;
	min-height: 300px;
	height: auto !Important;
	height/**/: 300px;
}

/*:::::::::::::::::::::::::::::::*/

.cleaner
{
  clear:both;

}
.footer {
	

	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#555;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: normal;
	
}
.footer a:link {
	color: #555;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #555;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #555;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}