/* CSS Document */
*{
	margin:0;
	padding:0;
}/*global reset*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin: 10px 0 5px 0;
}
li,dd{
	margin-left:2em;
	margin-bottom: 5px;
}
select {
	min-width:1.5em;
	font-size: 12px;
}/* hiding the drop-down arrow of a select form widget in Firefox*/
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
}
UL {
	LIST-STYLE-TYPE: disc
}
.cf {
	clear: both;
}
.fl	{
	float:left;
}
.fr	{
	float:right;
}
.tr	{
	text-align: right;
}
a.l {
	text-decoration : none;
	color: #FFFFFF;
}
a.l:hover {
	text-decoration : underline;
}
#left_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#left_content A:hover {
	text-decoration: underline;
}
/* layout */
BODY {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 0;
	background-color: #cccccc;
	color: #FFFFFF;
}
#wrap{
	width: 766px;
	text-align: center;
	margin: 0 auto;
	background-color: #082543;
}
#top_nav {
	width: 766px;
	height: 248px;
	background-color: #CCCCCC;
}
#middle {
	width: 766px;
	text-align: left;
	float: left;
	background-color: #082543;
}
#left {
	width: 237px;
	float: left;
}
#left_content {
	padding: 13px 12px 18px 24px;
}
#right {
	width: 510px;
	float: left;
	border-left: solid #435971 1px;
}
#footer {
	width: 766px;
	height: 31px;
	background-color: #0A2D53;
}
#right_content {
	padding: 0px 12px 18px 24px;
}
#right_ad {
	margin-top: 8px;
}
#footer p{
	font-size: 0.8em;
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}
#footer p a	{
	text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover {
	text-decoration: underline;
}
#title {
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: solid #435971 1px;
	padding: 5px 25px;
	float: left;
}
#left_content p {
	line-height: 1.2em;
}
h3 {
	font-size: 0.92em;
	font-weight: bold;
	margin: 13px 0 0 0;
	color: #ffcc66;
	line-height: 1em;
}
#left_content h4 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
h4.sc {
	font-variant: small-caps;
}
ul.list {
	list-style-type: none;
}
ul.big_list li {
	font-size: 16px;
}
#para {
	float: left;
	width: 430px;
}
ul.index_list li {
	list-style-image: url(i/bullet.gif);
	line-height: 1em;
	font-size: 0.92em;
}
.index_block {
	float: left;
	width: 490px;
	clear: both;
}
p {
	font-size: 0.92em;
}
#left_top {
	border-bottom: solid #435971 1px;
}
a.lb {
	color: #BBE0E3;
	font-weight: bold;
	text-decoration: none;
}
a.lb:hover{
	text-decoration: underline;
}
a {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
.orange {
	color: #ffcc66;
	font-style: italic;
	text-align: center;
}
span.lb {
	color: #BBE0E3;
	font-weight: bold;
}
