@charset "utf-8";
/* CSS Document */
html, body { height:100%;}

body {
	background:#034781 url(images/template/bg-body.png) center top repeat-y;
	font:12px "Verdana", Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
; color: #353535
	}

p { margin-bottom:1px;}

.underline {
	color:#3b86af;
	}
	 
#mainWrap { width:923px;}
	
.sidebar {vertical-align:top;}

	#menu3,
	.member {
		width: 177px;
		padding-left:15px;
	}
	
	#menu3 li {
		border-top:1px dotted #73c5a1;
		padding:8px;
		}
	
		#menu3 li.last { border-bottom:1px dotted #73c5a1;}
		
	#menu3 li a {
		text-decoration: none;
		display:block;
		color:#034f8f;
		}	
		
	#menu3 li a:hover {
		color: #627EB7;
		/*background:  url(menu3.gif) 0 -32px;*/
	}

.contentWrap {padding:0 25px;}

.wbullet {
	padding:0;
	font-weight: bold;
}

.wbullet li {
	color:#353535;
	font-size:12px;
	list-style-image:  url(images/template/bullet.png);
	padding-bottom:10px;
	}
		
.first {color:#005cab;}
.first-top {color:#005cab; padding-top: 0;}

.second {color:#52a480;}

.third {color:#007ac3;}
	
h2, .first, .second, .third {
	font-size:14px;
	padding-top: 35px;
}
	

#footer {
	margin:0 auto;
	position: relative;  /* Needed for Safari */
	padding: 10px 0 10px 200px;
	background:#d9e4ed url(images/template/bg-footer.png) 0 0 repeat-y;
	width: 723px;
	}
	
	#footer p {
		font-size:11px;
		color:#33628c;
	}
	
	#footer p a {
		text-decoration:none;
		color:#5e7080
		}
