@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
 
body {
	/*font-family: Century Gothic;*/
	font-family: Tahoma;
	font-size: 10pt;
}

#page-container {
	width:1100px;
	margin: auto;
}

#header{
	height:58px;
	background: #2e3235 url(../images-main/header.jpg) repeat-x;
	font-size: 8pt;
	color:#6b86a3;
}

#header-links {
	padding-top:12px;
	padding-left:60px;
}

#header-links a{
	color:#8bA6C3;
	text-decoration:none;
}

#header-links a:hover{
	text-decoration:underline;
}

#site-search{
	float:right;
	margin-top:10px;
	margin-right:70px;
	height:30px;
	vertical-align:middle;
}

#site-search input {
    
	border-style: hidden;	
	border-width: 0px;
	padding-right:5px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:1px;
	margin:0px; 
	vertical-align:middle; 
	height:25px;
	width: 152px;
	color: #CCCCCC;	 
	outline: none;
    font-size:10pt;
    background: url(../images-main/searchBoxBg.jpg); 
}

#masthead{
	height:141px;
	background: #2e3235 url(../images-main/masthead-bg.gif) ;
}

#mrss-masthead {
	float:left;
	width:306px;
}

#conf-masthead {
	float:right;
}

#top-border{
	height: 21px;
	background:#2e3235 url(../images-main/borderTop.gif) repeat-y; 
}

#content-bg{
	background: url(../images-main/content-bg.gif) repeat-y;
}

#left-margin{
	background-color:#CC6600;
	float: left;
	width: 90px;
	height:auto;
}

#content {
	margin-left: 90px;
	margin-right: 98px;
}

#content p {
	margin: 0px;
	line-height: 18px;
	padding-bottom: 12px;
}

#right-margin{
	background-color: #003399;
	float: right;
	width: 98px;
}

#bottom-border {
	clear: both;
	height:56px;
	background: #2e3235  url(../images-main/borderBottom.gif) repeat-x;

}

#bottom-nav{
	background-color:#0f131f;
	height:160px;
	color: #606470;
}

#bottom-nav .heading {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	line-height: 18px;
	padding-bottom: 6px;

}

#bottom-nav .link {
	font-size: 9pt;
	margin: 0px;
	line-height: 14px;
	padding-bottom: 3px;
}

#bottom-nav .link a {
	color: #606470;
	text-decoration: none;	
}

#bottom-nav .link a:hover {
	text-decoration: underline;
}

#bottom-nav-col-1 {
	float: left;
	margin-top: 30px;
	margin-left: 80px;
}

#bottom-nav-col-2 {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}

#bottom-nav-col-3 {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}


#footer{
	clear: both;
	background:#2e3235 url(../images-main/footer.jpg) repeat-x;
	height: 57px;
	font-size: 8pt;
	color:#606470;
	padding: 10px 60px 0px 60px;
}

#footer-links {
	float:right;
	font-size: 8pt;
	color:#606470;
}

#footer-links a {
	color:#606470;
	text-decoration: none;
}

.error {
	color:#FF0000
}

.notify {
	color:#009933;
}
