﻿body {
	margin:0; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#1b274a;
}
#header {
	margin: 0;
	padding: 0;
	background: #fff3ce url('../images/grad.gif') repeat-x;
	height: 90px;
	width: 100%;
}
#banner {
	width:100%;
	padding:10px 0 0 0;
}
#leftcol {
	width:20%;
	background-color:#fff3ce;
	vertical-align:top;
}
#centercol {
	width:60%;
	vertical-align:top;
}
#rightcol {
	width: 20%;
	vertical-align:top;
}
#clear {
	clear:both;
}
#footerwrap {
	background-color: #1b274a;
	height:30px;
	margin:0;
}	
#footer {
	font-size: 10px;
	font-weight: bold;
	color: white;
	width: 80%;
	vertical-align:middle;
	padding-left:2%;
}
#centercol_fw {
	width:80%;
	vertical-align:top;
}

/* *********************** */
/* TOP NAVIGATION */
/* *********************** */

#navigation {
	background-color: #1b274a;
	background-image: url('../images/navyStripe_sm.gif');
	background-repeat: repeat-x;
	height: 46px;
}
#navcontainer {
	margin-left: 0;
	position: absolute;
	left: 5px;
	top: 105px;
	width: 500px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#navcontainer a {
	color:#ffffff;
	text-decoration:none;
}
#navcontainer a:hover {
	color:#6884b4;
}
#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:11px;
	font-weight:bold;
}
#navlist li {
	display: inline;
	padding: 0 8px 0 8px;
	margin: 0;
	border-right:1px #ffffff solid;
	text-align:center;
}
#navlist a {
	color:#ffffff;
	text-decoration:none;
}
#navlist a:hover {
	color:#6884b4;
}
#search {
	position: absolute;
	left: 544px;
	top: 103px;
	width: 350px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffca29;
	padding: 2px 0 0 0;
}
#searchbox {
	position: absolute;
	width: 242px;
	height: 20px;
	left: 55px;
	top: -3px;
}
#go {
	position: absolute;
	left: 245px;
	top: 4px;
	width: 35px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffca29;
	padding: 2px 0 2px 0;
}
#go a {
	font-size:11px;
	font-weight:bold;
	color:#ffca29;
	text-decoration:none;
}

/* ******************* */
/* LEFT NAVIGATION */
/* ******************* */

#leftnavwrap {
	margin-left: 0;
	width: 100%;
}
#leftnav {
	margin_left: 0;
	width: 100%;
}
.leftnav ul {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
.leftnav li {
	display: inline;
	/* for IE5 and IE6 */
}
.leftnav a {
	display: block;
	background-color: #ffdc98;
	border-bottom: 1px #1b274a solid;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #1b274a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}
.leftnav a:hover { 
	background-color:#fff3ce;
	text-decoration:none; 
}
.colspacer {
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1b274a;
}

/* *********************** */
/*  MIDDLE COLUMN */
/* *********************** */


.leftvertspacer {
	width:3%;
}
#breadcrumbspacer {
	height:6px;
}
#breadcrumb {
	font-size: x-small;
	color: #1b274a;
	padding-top:10px;
}
#breadcrumb a {
	color:#1b274a;
	text-decoration:none;
	font-weight:bold;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#topicleftcol {
	width:3%;
}
#centercolwrap {
	width: 100%;
}
.columnwrap {
	margin-left: 20px;
	margin-right: 20px;
}
#content {
	width: 94%;
	color: #1b274a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#column1 {
	width: 45%;
	padding: 0 1% 0 3%;
	margin: 0;
	float: left;
	vertical-align: top;
}
#column2 {
	width: 45%;
	padding: 0 3% 0 1%;
	float: right;
	vertical-align: top;
}
.onecolumnleft {
	width:60%;
	padding:0;
	margin:0 10px 0 20px;
	float:left;
	vertical-align:top;
}
.onecolumnstretch {
	width:30%;
	padding:0 0 20px 0;
	margin:0 10px 0 20px;
	float:right;
}
.vertcolspacer2percent {
	width: 2%;
}
.vertcolspacer10px {
	width:10px;
}
.vertcolspacer20px {
	width:20px;
}
p {
	padding: 0;
	margin-top: 1px;
	margin-bottom: 8px;
}
#content p {
	list-style: circle;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 10px;
}

/* ************************* */
/*        RIGHT COLUMN       */
/* ************************* */

#rightcol ul {
	padding:0;
	margin:0;
}
#rtcolspacer_top {
	height:45px;
}


/* ************************* */
/*          FOOTER           */
/* ************************* */
.leftcolspacer {
	width:20%;
}
.vspacer_2 {
	width:2%;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#6884b4;
}
#date {
	font-size: x-small;
	font-weight: normal;
	color: #1b274a;
	text-align: right;
	padding-right:3px;
	height: 20px;
	background-repeat: repeat-y;
}
#dateleftcolumn {
	width:20%;
	height:20px;
	background-color: #ffffff;
	background-image:url('../images/ltGoldbg.gif');
}

/* ************************* */
/*  OTHER TEXT/IMAGE STYLES  */
/* ************************* */

h2 {
	font-family: "Arial Black";
	font-size: small;
	font-weight: normal;
	color: #1b274a;
	margin-bottom: 3px;
	margin-top: 0px;
}
.nospace {
	margin: 5px 0 10px 0;
}
.azcenter {
	font-family: "Arial Black";
	font-size: medium;
	text-transform: uppercase;
	color: #1b274a;
	text-align: center;
	letter-spacing: 0.5em;
	font-weight: normal;
}
.azcenter a {
	font-weight: normal;
	color: #1b274a;
}

