body {
	padding:0; 
	margin:0 auto;
	background-color: #030201;
}
.content {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
#container {
	background: url(images/Bg_main.jpg) no-repeat ;
	width: 980px;
	margin: 0 auto;
}
#line {
	clear:both;
	border-bottom: 1px dotted #666;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

h3 {
	margin-left: 10px;
	margin-bottom: 0;
	color: #660099;
}

/*header Coding*/
#header { 
	background: url(images/HeaderImg.jpg) no-repeat;
	width: 950px; 
	margin: 0 auto; 
}
#top{ 
	width: 970px; 
	padding: 14px 0 14px 0; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:right;
}
#top a{
margin-left: 20px;
color:#FFFFFF;
font-weight: normal;
text-decoration: none;
}

#top a:hover{
margin-left: 20px;
color:#FFFFFF;
font-weight: normal;
text-decoration: underline;
}
/*END - Header Coding*/


/*START - mainPage Content Coding*/
#mainContent{
background: url(images/Bg_body.jpg) no-repeat ;
width: 950px;
margin: 0 auto;
background-color:#c5c4c2;
}
#sidebar{
width: 220px;
padding: 10px;
float:left;
}

#sidebar #welcome{
background-image:url(images/welcomeBg.jpg);
background-repeat:no-repeat;
width: 200px;
height: 63px;
padding: 30px 10px 0 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
line-height: 13px;
margin-bottom: 10px;
text-align:justify;
}
#sidebar #loginArea{
background-image: url(images/LoginArea.jpg);
background-repeat:no-repeat;
width: 200px;
height: 110px;
padding: 10px 10px 0 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
line-height: 13px;
margin-bottom: 10px;
}
#sidebar #loginArea a{
color:#666666;
font-weight: normal;
text-decoration: none;
}
#sidebar #loginArea a:hover{
text-decoration: underline;
color:#666666;
font-weight: normal;

}
#contentArea{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:11px;
line-height: 13px;
width: 710px;
float:right;
}
#contentArea a{
color:#666666;
font-weight: normal;
text-decoration: none;
}
#contentArea a:hover{
text-decoration: underline;
color:#666666;
font-weight: normal;
}
#contentArea #contentArea_left{
line-height: 18px;
padding: 10px 0 0 0;
float:left;
width: 310px;
}
#contentArea #contentArea_left_sub{
	background-image:url(images/Bg_subbody.jpg);
	background-repeat:no-repeat;
	background-color: #e0dedf;
	margin: 10px;
	padding: 15px;
	float:left;
	width: 410px;
	text-align:justify;
}
#contentArea #contentArea_left span{
float: right;
}
#contentArea #contentArea_right{
float: right;
width: 380px;
line-height: 18px;padding: 10px 0 10px 10px;
}
#contentArea #contentArea_right_sub{
float: right;
width: 240px;
line-height: 18px;
padding: 10px 0 10px 10px;
}

/*END - mainpage Content Coding*/

/*START - Footer Coding*/
#Footer  {
	width: 960px; 
	margin: 0 auto; 
	margin-top: 10px;  
	padding: 0 10px 20px 10px;
	clear: both;
}

#Footer #footerLeft {
	margin-top: 8px; 
	width: 960px; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	color:#FFF;
}
#Footer #footerLeft a{
text-decoration: none;
color: #FFF;
}

#Footer #footerLeft a:hover{
text-decoration: underline;
color: #FFF;
}
#Footer #footerRight  {
	margin-top: 8px; 
	width: 960px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	font-weight: normal;
	color:#FFF; 
	text-align: center;
}

.searchForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666666;
	background-color:#CCCCCC;
	border: 0;
	padding: 2px;
	width: 150px;
}
.moreLink {
	float:right;
	font-style:italic;
}

/*END - Footer Coding*/
