@charset "utf-8";
@import url("header.css");
@import url("content.css");
/* CSS Document */


body {
		
	
	color: #515151;
	background-color: #e1dfd5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;	
	padding:0;
	
}

#Container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#C2 {
	margin:10px 0 10px 0;
	position:relative;
	float:left;
	background-color: #FFFFFF;
	background-image:url(images/watermark.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
#Main {
	width:800px;
	margin: 0 auto 2em auto;
	float:left;
	/*background-color:#D9D9D9;*/
}

#m_navT {
	position:relative;
	top:5px;
	width:195px;
	float:left;
	/*background-color:#959595;*/
}
#m_navT ul {
	list-style-type:none;
	margin: 0 1em 0 1em;
	padding:0;
}
#m_navT a {
	display:block;
	color:#164885;
	padding-bottom: .2em;
	text-decoration: none;
	padding-bottom:5px;
	font-size: 10px;
}	
#m_navT a:hover {
	color: #000;
/*	background-image:url(images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;	
*/}
#m_navT a.activeNoArrow, #m_navT a.active {
	display:block;
	color: #000;
}

#m_navT a.active {
	background-image:url(images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}	

#footerOld {
	clear:both;
	background-image:url(images/footer.gif);
	height:13px;
}

#footer {
	clear:both;
/*	background-image:url(images/footerNew.gif);
	background-repeat:repeat-y 1; */
	height:7px;
}

#footerText {
	position:relative;
	margin-top:5px;
	text-align:center;	
	color:#999999;
	font-size:10px;
	
}

#ft_bottomLeft {
	float: left;
	width:10px;
	height:13px;
}
#ft_bottomRight {
	float: right;
	width:10px;
	height:13px;
}