* {
    padding: 0;
    margin: 0;
} 
body {
	background: #232850;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #444;
	line-height: 17px;
}
img { 
	border: none; 
}
a { 
	color: #4C69AF; 
}
a:hover {
	text-decoration: none;
	color : #4C69AF;
}
ul {
	padding-left: 20px;
}
h3 { 
	border-bottom: 1px dotted #aaa; 
	color: #4C69AF; 
	padding-bottom: 4px; 
	margin: 14px 0 7px 0; 
	font-weight: 100; 
	font-size: 22px; 
	letter-spacing: -1px;
}
h3 a {
	text-decoration: none; 
	font-size: 22px; 
	letter-spacing: -1px; 
}
h3 a:hover { 
	color: #333;
}
h4 {
	color: #C0C0C0;
	font-size: 18px;
	padding-top: 4px;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	color: #333;
}
h4 .security {
	padding-left: 4px;	
}
h5 {
	color: #4C69AF;
	font-size: 14px;
	padding-top: 4px;
	letter-spacing: -1px;
}
h5 a {
	text-decoration: none;
}
h5 a:hover {
	color: #333;
}
#wrap {
	width: 800px;
	margin: 20px auto;
}
#top {
	background: #616161 url(../images/top.jpg) no-repeat;
	padding: 10px 0;
	color: #232850;
}
#header {
	height: 120px;
	background: #232850 url(../images/header.jpg) no-repeat;
}
#header h1 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2px;
	padding: 40px 0 0 33px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #111;
	text-decoration: none;
}
#header h2 {
	font-size: 16px;
	color: #444;
	padding: 9px 0 0 33px;
}
#menu {
	height: 30px;
	line-height: 30px;
	background: #232850 url(../images/menu.jpg) no-repeat;
	padding-left: 20px;
}
#menu .first {
	background: #FFFFFF;
}
#menu li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}
#menu li a { 
	color: #4C69AF;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 100;
}
#menu li a:hover {
	background: #FFFFFF;
	color: #666;
}
#menu ul { 
}
#content {
	padding: 0 20px;
	background: #232850 url(../images/content.jpg) repeat-y;
	color: #232850;
}
#left {
	padding: 10px 0 20px 0;
	width: 520px;
	float: left;
	font-size: 12px;
	text-align: justify;
	color: #444;
}
#lefthalf {
	padding: 10px 0 20px 0;
	width: 260px;
	float: left;
	font-size: 12px;
	text-align: justify;
	color: #444;
}
#righthalf {
	padding: 10px 0 20px 0;
	width: 260px;
	float: right;
	font-size: 12px;
	text-align: justify;
	color: #444;
}
#left-title {
	height: 110px;
	width: 520px;
}
#left h3 { 
	border-bottom: 1px dotted #6C91FC;
}
#middle {
	padding: 10px 0 20px 0;
	width: 760px;
	font-size: 12px;
	text-align: justify;
	color: #444;
}
h2 {
	color: #444;
	font-size: 14px;
}
#right {
	width: 200px;
	float: right;
	padding: 10px 0 20px 0;
	font-size: 12px;
	text-align: justify;
	color: #444;
}
#right h3 {
	color: #4C69AF; 
}
#right ul {
	list-style-type: none; 
	padding: 10px 0 10px 0;
	}
#right ul li { 
	padding: 2px 0 3px 0; 
}
#right ul li a { 
	color: #444; 
	font-weight: 100; 
	display: block; 
	text-decoration: none; 
	font-size: 14px; 
}
#right ul li a:hover {
	color : #4C69AF; 
}
#footer {
	font-size: 11px;
	color: #444;
	text-align: center;
	height: 60px;
	line-height: 25px;
	background: #232850 url(../images/footer.jpg) no-repeat;
}
#footer a { 
	color: #444;
	text-decoration: none;
}
#footer a:hover {
	color: #444; 
	text-decoration: underline; 
}
#bottom {
	background: #232850 url(../images/bottom.jpg) no-repeat;
	padding: 5px 0;
}
