/* Start of CMSMS style sheet 'newlayout' */
body
{
background:#d3eaf2;
}
*
{
	font-family:Arial, Helvetica, sans-serif;
}
#Container
{
	width:708px;
	margin:0 auto;
}
#Container #Content
{
	background-repeat:repeat-x;
	background-color:#6097a2;
	background-image:url(images/content_bg.jpg);
	width:708px;
	clear:both;
}
#Container #Content #Left
{
	float:left;
	width:180px;
}
#Container #Content #Left h2
{
	padding:0;
	margin:0;
	
	border-bottom:1px solid black;
	
	padding-top:8px;
	font-size:16px;
	text-align:center;
	background:url(images/content_bar.jpg);
	width:180px;
	height:25px;
}
#Container #Content #Left .Section
{
	width:180px;
	
}
#Container #Content #Left .Section ul
{
	list-style:none;
	margin:0;
	padding:0;
	width:178px;
}
#Container #Content #Left .Section ul li
{
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
width:100%;
height:18px;
}

#Container #Content #Left .Section ul li a:hover
{
text-decoration:underline;
}


#Container #Content #Left .Section ul li a
{
display:block;
	width:168px;
	padding-right:5px;
	padding-left:5px;
text-decoration:none;
color:black;
height:100%;

}
#Container #Content #Left .Section .seected
{
background:#999;
}
#Container #Content #Right
{
	float:left;
	width:698px;
	padding:5px;
}
#Header
{
	background:url(images/header.jpg);
	width:708px;
	height:151px;
	margin-bottom:1px;
}
#Header #HeaderLink
{
	position:relative;
	height:100%;
	width:100%;
	display:block;
}
#Navigation ul
{
	padding:0;
	margin:0;
	list-style:none;
}
#Navigation ul li
{
	float:left;
	background:#933;
	color:#FFF;
	width:117px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:1px;
	margin-bottom:2px;font-weight:bold;padding-top:3px; padding-bottom:3px;
}
#Navigation ul li a:hover{text-decoration:underline;}

#Navigation ul li a
{
text-decoration:none;
color:white;
display:block;
height:17px;
	width:100%;
	padding-bottom:2px;
}
#Navigation ul .seected a
{
background:#C00;
}
#Container #Footer
{
	clear:both;
	width:708px;
	height:25px;
	background:url(images/footer-bg.jpg);
}

#Container #Footer #PoweredBy
{
	position:relative;
	top:3px;
	left:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Container #Footer #PoweredBy a
{
	color:#C30;
}
/* End of 'newlayout' */

