* { margin:0px auto; padding:0px;}


body { background-image:url(../images/main_bg.jpg); 
		background-attachment:fixed;
		background-repeat:no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		body a, body a:link { color:#203e78; text-decoration:underline;}

#header {height:129px;
		 width:769px;
		 background-image:url(../images/header.jpg);
		 background-position:top center;
		 background-repeat:no-repeat;}
		
		#nav {height:49px;
				width:769px;
				}
				
				#Bottom {height:19px;
					width:769px;
					background-image:url(../images/BottomPart.jpg);
					background-repeat:no-repeat;
					}
					
					.UpperContent {background-image:url(../images/UpperContent.jpg);
									background-position:top center;
									background-repeat:no-repeat;
									}
					
					#ContentRepeat {background-image:url(../images/ContentRepeat.jpg);
								background-repeat:repeat-y;
								}
								
								#footer { padding:10px 0px 53px 0px;}
								#footer a, #footer a:link {color:#000000; text-decoration:none;}
								#footer a:hover {color:#000000; text-decoration:underline;}
								
								
								.leftTop {background-image:url(../images/leftContent.jpg);
											background-position:top center;
											height:391px;}
											
								.leftContent {background-image:url(../images/leftContent1.jpg);											
											background-position:top;
											}
											
											.leftBottom{background-image:url(../images/leftBottom.jpg);
											background-repeat:no-repeat;
											height:17px;}
								
								
								
/***********************************************************DROPDOWN**************************************************/
#dropmenudiv{ 
position:absolute;
border:1px solid #1651c5;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
margin:0px 0px 0px 0px !important;
margin:0px 0px 0px 0px;
}

#dropmenudiv a{
width: 150px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1651c5;
padding: 1px 0;
text-decoration: none;
color: #ffffff;

}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration:underline;
background-color:#6989c7;

}

#dropmenudiv1{
position:absolute;
border:1px solid;
border-color:#1651c5;
border-bottom-width: 0;
font:normal 11px arial;
line-height:12px;
z-index:100;
margin:0px 0px 0px 0px !important;
margin:0px 0px 0px 0px;
}

#dropmenudiv1 a{
width: 150px;
background-color:#203e78;
color:#ffffff;
display: block;
text-indent: 3px;
border-bottom: 1px solid;
border-color:#1651c5;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv1 a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#ffffff;
background-color:#6989c7;
text-decoration: underline;

}
		 