@import url("header.css");
@import url("nav.css");
@import url("sidebar.css");

body,
html {
	font-family: Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #333333;
	font-size:12px;
	background-color: #E1F0FF;
}

body {
	min-width:990px;
}

a{
	color:#3f8fd1;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrap {
	margin:10px auto;
	width:990px;
	height:100%;
	border: 1px solid #d3be95;
	background: #fff url(../images/bg_contentrule.gif) repeat-y 0 0;
}

#main {
	float:right;
	width:710px;
	padding-right: 30px;
}

#main h1{
	color:#ac8948;
	font-size:24px;
}

#main h2{
	color:#3f8fd1;
	font-size:18px;
}

#main h3{
	color:#ac8948;
	font-size:18px;
}

#main h4{
	color:#3f8fd1;
	font-size:14px;
}

#main h1, #main h2, #main h3, #main p {
	padding:10px 30px 0 0;
	margin:0;
}

#footer {
	background:#fff;
	clear:both;
}

#footer p {
	padding:5px;
	margin:0;
}

#siteInfo{
	clear: both;
	font-size: 12px;
	text-align:center;
	margin-bottom:10px;
}

p.imagecaption{
	margin: 0;
	font-weight:normal;
}

div.hrdiv{
	border-bottom: 1px solid #d3be95;
	clear:both;
}



.required{
	color:#FF0000;
	font-weight:bold;
	font-size:150%;
}

.reddot{
	color: #bf0614;
	font-weight:bold;
}

.copyright{
	font-size: 10px;
}
