/* CSS Document */
body { 
padding: 0; 
margin: 0; 
background:  #545454;
font:Verdana, Geneva, sans-serif; /*'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;*/
}

/* Wrapper */
#wrapper {
		margin: 0 auto;
		padding: 0;
		border: 0;
		width: 964px;
		background:url(../pic/wrraper.jpg) repeat-y;
		}
/* Container */
#container { 
width: 950px; 
margin:0 auto; 
padding: 0 0 0 0px;
background: #FFF;/*#FAFAFA; */

position:relative;
}

/* TOP */
#top {
width:950px; 
height: 250px; 
background:transparent url(../pic/cst.jpg);
}
	
#topmenu {
	width: 950px;
	background:#CCC;
	height: 8px;
	/*padding: 6px 0 4px 0;
	
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	color: #03C;*/
}

#topmenu a{
	text-decoration:none;
	padding: 0px 15px;}
#topmenu a:hover{ 
		color: #F4F7FD; }
/* Navitop */
		


div#maincontent {
		margin: 0 0 0 267px;
		padding: 0px 40px 0 0;
		border: 0;
		width: 640px;
		}
div#maincontent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	color: #3D477B;
	padding:30px 0 2px 0px;
	margin-bottom: 30px;
	width: 500px;
	border-bottom: dashed 1px #CCCCCC;
}
div#maincontent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;}
div#maincontent ul{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5em;}
	
	
div#maincontent a{
	text-decoration:none;}
	
div#maincontent span {font-style:italic;}
	
/* Navileft*/
#navileft{
float: left;
padding: 40px 0 0 30px;
width: 180px;
}
		
div.sidebarHeading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 180px;
	color:#FFFFFF;
	font-size:17px;
	padding: 4px 0 6px 0px;
	text-align:center;
	background:url(../pic/button.jpg) repeat-x;
}

div.sidebarEntry {
	width: 140px;
	border-bottom:dashed 1px #CCCCCC;
	margin: 0 0 0 20px;
}

div.sidebarEntry a
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
display: block;
text-decoration:none;
width: 140px;
text-align: left;
padding: 7px 0 0 10px;
margin: 4px 0 0 0;
color:#03C;
}
div.sidebarEntry a:hover {background-color:#94B8F3;color: #FFF; }

/* FOOTER */

#footer	{
		height: 70px; 
		width: 950px; 
		margin-top: 20px;
		border-top: #CCC 4px solid;
		background: #EBEBEB;
		clear:both;}
		
#footer p{
	    margin: 13px 0  0 0;
		font: 11px/22px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; 	
		font-weight: normal; 
		text-align: center; }

			
#footer p a{
		text-decoration:none; }
		
#footer p a:hover{
		text-decoration: underline;  }
