* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
body {
	background: #255C72;
}
a {
	color:  #FFFFFF;
}
p {
	margin-bottom: 14px;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
#wrapper {
	width: 780px;
	margin: 0px auto;
	font-size: 0.7em;
	background: #28647C;
	border: 1px solid #184E65;
	border-top: 0px;
	margin-bottom: 30px;
}
#head {
	width: 780px;
	font-size: 0.7em;
	margin: 0px auto;
	border: 1px solid #184E65;
	border-bottom: none;
	padding: 21px 0px 13px 0px;
	margin-top: 10px;
	background: #28657C url(../img/layout/bg_head.gif) no-repeat left bottom;
}
h1 {
	width: 334px;
	height: 325px;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	float: left;
	background: url(../img/layout/bg_title.jpg) no-repeat;
}
h1 span {
	position: absolute;
	left: 2000px;
}
.clear {
	clear: both;
}
#mainNav {
	background: #184E65;
	text-align: center;
	width: 100%;
	padding: 2px 0px;
}
#mainNav li {
	display: inline;
}
#mainNav li.first a {
	border: none;
	text-decoration: none;
}
#mainNav li a {
	color: #AAAAAA;
	padding: 0px 15px;
	border-left: 1px solid #AAAAAA;
	text-decoration: none;
}
#mainNav li.current a, #mainNav li a:hover {
	color: #FFFFFF;
}
#rightColumn {
	float: left;
	padding: 40px 20px 20px 20px;
	width: 380px;
	line-height: 1.3em;
	color: #FFFFFF;
}
#rightColumn ul, #rightColumn ol {
	margin: 0px 0px 14px 25px;
}
#rightColumn ol li {
	padding-bottom: 3px;
}
#rightColumn ul li{
	padding-bottom: 17px;
}
h2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	height: 48px;
}
h2 span {
	position: absolute;
	left: 2000px;
}
h3 {
	font-size: 1.0em;
	margin: 20px 0px 7px 0px;
}
hr {
	background: none;
	height: 0px;
	overflow: hidden;
	border: none;
	border-top: 1px solid #FFFFFF;
	margin: 30px auto;
	width: 100px;
}
ul.info {
	
}
ul.info li {
	background: url(../img/layout/bg_infoList.gif) no-repeat left 5px;
	padding-left: 15px;
}
ul.infoNo li {
	background: none;
	padding: 3px 15px !important;
}
ul.infoLittle li {
	background: url(../img/layout/bg_infoList.gif) no-repeat left 8px !important;
	padding: 3px 15px !important;
}
#footer {
	text-align: center;
	border-top: 1px solid #184E65;
	padding: 9px 0px;
	color: #FFFFFF;
	
}