@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #282B4A;
	margin: 0;
	padding: 0;
	color: #FFF;
}
p {
	color: #ffffff;
	font-size: 80%;
	padding: 0px 0px 0px 4px;
}
h3 {
	font-size: 120%;
	color: #ffffff;
}
h4 {
	font-size: 120%;
	color: #FFFF11;
}
a {
	color: #AFCBFF;	
}
#container {
	width: 743px;
	background-color: #1A1C2B;
	margin: 0 auto;
} 
#wrapper {
	overflow: hidden;
	width: 743px;
}
#header { 
	margin: 0;
} 
#nav {
	margin:0;
	overflow: hidden;
	float: left;
	width: 100%;
	color: #ffffff;
	border-bottom: 1px solid #F7E917;
	background-image: url(../images/theindex_r2_c1.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav li {
	display: inline;
	margin: 0;
}
#nav li a {
	margin-top: 4px;

	padding: 10px 10px 7px 10px;	
	color: #ffffff;
	line-height: 1.0;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #FFE614;
	border-right: 1px solid #1A1C2B;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
#nav li a:hover {
	color: #ffffff;
	background-color: #006;
	border: 1px solid #FFE614;
}
#leftbox {
	float: left;
	margin: 0;
	width:  26%;
	padding: 10px 7px 5px 7px;
	background-color: #21233C;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
#centerbox {
	float: left;
	margin: 0;
	width: 40%;
	padding: 10px 7px 5px 7px;
	background-color: #1A1C2B;
}
#rightbox {
	float: right;
	margin: 0;
	width: 27%;
	background-color: #21233C;
	background-image: url(../images/roundcorner2.gif);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	padding: 10px 7px 5px 7px;
}

ul li {
	list-style-image: url(../images/bluearrow2.gif);
	list-style-position: outside;
	margin-left: -8px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 90%;
}
.yellowtext {
	color: #FFFE00;
	font-weight: bold;
}
.orangetext {
	color: #FF9D32;	
	font-weight: bold;
	font-size: 90%;
}
.greentext {
	color: #0C3;
	font-weight: bold;
}
.smalltext {
	font-size: 70%;
	font-style: italic;
}
#search {
	background-image: url(../images/search.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	color: #FFFFFF;
	text-align: right;
}
.lines {
	border-bottom: 1px dotted #999;	
	width: 100%;
}

#footer { 
	clear: both;
	padding: 0 10px;
	margin: 0;
	height: 55px;
	border-top: 1px solid #F7E917;
	border-bottom: 1px solid #F7E917;
	background-color: #D8AA24;
	background-image: url(../images/theindex_r7_c1.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
} 
#footer p {
	font-size: 80%;
	color: #1E223B;
	margin: 0; 
	padding: 10px 0;
}
#footer a {
	color: #002F68;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
