*{
margin:0px;
padding:0px;
}
body {
	margin: 0px auto;
	text-align: center;
	background:url(images/background.png) repeat-y center #EDF9C8;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:url(images/left-back.png) repeat-y left white;
}



/*------------------
 Miscellanious
-------------------*/

.center{
	text-align:center;
}
.clearBoth{
	clear:both;
}
.imgLeft{
	float:left;
}
.imgRight{
	float:right;
}
.floatLeft{
	float:left;
	margin-right:30px;
}
img{
	border:none;
}



/*------------------
 Top navigation
-------------------*/

#main-logo {
	font-size: 24px;
	margin-top: 5px;
}
#header {
	height: 218px;
	width:960px;
	text-align: left;
	background-image: url(images/top-back.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#E6E6E6;
	position:relative;
}
#header ol{
	font-size:11px;
	color:#505050;
	margin-left:350px;
	line-height:23px;
}
#header a{
	color:#505050;
	font-size:12px;
	line-height:20px;
}
#header h1{
	margin-left:320px;
	margin-bottom:20px;
	padding-top:80px;
	font-size:27px;
	color:#7B7B7B;
}
#header h2{
	margin-left:320px;
	margin-bottom:8px;
	padding-top:10px;
	color:#7B7B7B;
}

.header2{
	margin-left:320px;
	margin-bottom:20px;
	padding-top:20px;
}
#top-box1{
	position:absolute;
	top:70px;
	left:300px;
	width:300px;
}
#top-box2{
	position:absolute;
	top:70px;
	left:600px;
	width:300px;
}



/*-----------------
 content area
 -----------------*/
 
#contentBody {
	width: 674px;
	text-align: left;
	float:right;
	padding: 13px;
	font-size: 15px;
	line-height: 180%;
}
#contentBody h1{
	margin-bottom:20px;
}
#contentBody h2{
	margin-bottom:20px;
	background: url(images/back01.png);
	padding:1px 0px 1px 8px;
	color:white;
	border-left:solid #003777 6px;
	font-size:17px;
}
#contentBody h3{
	margin-bottom:20px;
	margin-top:15px;
	border-bottom:1px dotted #003777;
	background:url(images/main-icon01.png) left no-repeat;
	padding-left:32px;
}
#contentBody ul{
	margin-left:40px;
	margin-top:15px;
	margin-bottom:15px;
}
#contentBody ol{
	margin-left:40px;
	margin-top:15px;
	margin-bottom:15px;
}
#contentBody hr{
	margin-top:20px;
	margin-bottom:20px;
}
#footer {
	clear: both;
	height: 25px;
	padding-left:300px;
}
#ad01{
	margin-top:10px;
	margin-left:15px;
}




/*-------------------
 left side navigation
 ---------------------*/
 
#leftNavi {
	width: 249px;
	text-align: right;
	font-size: 12px;
	background: url(images/left-back.png) left;
	float:left;
}
#leftNavi h3{
	margin:15px 20px 10px 0px;
}
#leftNavi h4{
	margin:30px 20px 10px 0px;
}
#leftNavi img{
	border:solid 1px black;
}

#leftLinks1,#leftLinks2{
	margin-right:20px;
}
#leftLinks1 a{
	font-size: 11px;
	line-height: 25px;
	text-decoration: none;
	color: #4E4E4E;
	display: block;
}
#leftLinks2 a{
	font-size: 13px;
	line-height: 27px;
	text-decoration: none;
	color: #4E4E4E;
	display: block;
}
#leftLinks1 a:hover{
	background-color:#797CC1;
	color: #040002;
}
#leftLinks2 a:hover{
	background-color:#797CC1;
	color: #000000;
}
#leftNavi ul{
	list-style: none;
	margin-right: 20px;
	margin-left: 0px;
	padding-left:0px;
	margin-top:20px;
}
#leftNavi li{
	line-height:140%;
	background: url(images/left-icon01.png) no-repeat left top;
	width: 95px;
	margin-left:auto;
	text-align:left;
	padding-left:15px;
}
#leftNavi li a{
	color:#000066;
	text-decoration:none;
}
#leftNavi li a:hover{
	color:#BC0048;
}


