
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #ccc;
	text-align: center;
}
html>body #outer {
	height:auto
}
#main-col {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: .85em;
	color: #333;
	background: #fff;
}
#top-bar {
	height: 114px;
	background: url(../images/top-bar.jpg);
	position:relative;
	
}
#header {
	background: url(../images/header.jpg);
	height: 278px;
	border-bottom: 20px solid #183169;
}
h1#logo {
	margin: 0;
	padding: 0;
}
h1#logo a {
	display: block;
	width: 200px;
	height: 114px;
	float: left;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}
/* * * * * * email in header * * * * */
#top-email {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 90px;
	left: 542px;
	font-size: 100%;
}
#top-email a {
	display: block;
	outline: none;
} 
#top-email a:link, #top-email a:visited {
	color: #971f2b;
	font-weight: bold;
	text-decoration: none;
} 
#top-email a:hover {
	text-decoration: underline;
}  

#nav {
	height: 29px;
	background: #183169;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	clear: both;
}
#content {
	border-top: 1px solid #183169;
	padding: 0 20px;
	margin: 1px 0 0 0;
	line-height: 18px;
}
p {
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 10px 20px;
}
#content td {
	font: Tahoma, Arial, Helvetica, sans-serif;
}
.breadcrumb {
	font-size: .7em;
	margin: 0 20px 10px;
	color: #5C82CF;
}
/***************Footer******************/
#footer {
	height: 35px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 10px;
	background: #183169;
}
#footer p {
	color: #fff;
	font-size: 9px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #fff;
}
/****************************************/


.cleaner {
	clear: both;
	height: 0;
}

