@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial;
	background-color: #000033;
	margin: 0px;
	padding: 0px;
}
#bg {
	background-image: url(../images/site.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 800px;
}

#wrapper {
	text-align: center;
	width: 100%;
	background-image: url(../images/bg-pg.gif);
	background-repeat: repeat-y;
	background-position: center 658px;
}
#end {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
	width: 100%;
	min-width: 800px;
}

#page {
	text-align: left;
	width: 600px;
	min-height: 660px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 600px;
	height: 43px;
	text-align: right;
	padding-top: 66px;
}
#footer {
	font-size: 9pt;
	line-height: 14pt;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0B0B44;
	width: 500px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #323A7C;
}
h3 {
	font-size: 9pt;
	color: #3366CC;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3366CC;
	border-bottom-color: #3366CC;
	text-transform: uppercase;
}
h3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3366CC;
}

h1 {
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 0px;
	margin-bottom: 8pt;
}
h2 {
	font-size: 12pt;
	color: #3366CC;
	margin-top: 0px;
	margin-bottom: 2px;
}
#content strong {
	color: #985512;
}
a {
	color: #3366cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul, ol {
	font-size: 9pt;
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 8px;
}
.item {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFC68D;
	padding-bottom: 5px;
}
h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #323A7C;
	font-size: 8pt;
	font-weight: normal;
	line-height: 11pt;
	font-style: italic;
}
#google {
	border: 1px solid #666666;
}

