body {
	background-color: #292B15;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial;
	font-color: #666666;
	font-size: 11px;
	font-family: Arial;
	}
body input, select, textarea {
	background-image: url('../images/input_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	color: #3F5782;
	padding: 4px;
	border: 1px solid #BCB583;
	margin: 0px 3px 4px 0px;
	}

body #wrapper {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	}
body #pageBottom {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/page_bottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	}
.clear {
	clear: both;
	}
.block {
	display: block;
	}

/* -- MAST ------------- */
#mast {
	background-image: url(../images/mast_bg.jpg);
	background-repeat: repeat-x;
	height: 99px;
	border-left: 1px solid #B2C4CF;
	border-right: 1px solid #B2C4CF;
	padding: 0px;
	margin: 0px;
	}
#mast #search {
	float: right;
	margin-top: 10px;
	width: 350px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	}
#mast #search input#searchBox {
	width: 120px;
	margin: 0px 4px 0px 4px;
	}
#searchButton {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/mainNav_bg.gif);
	background-repeat: repeat-x;
   }

/* -- TOP NAV ------------- */
#nav {
	border-top: 1px solid #B2C4CF;
	border-left: 1px solid #B2C4CF;
	border-right: 1px solid #B2C4CF;
	}
#nav #top {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 36px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/mainNav_bg.gif);
	background-repeat: repeat-x;
	}
#nav ul#top li {
	float: left;
	width: auto;
	}
#nav ul#top li.div {
	float: left;
	height: 36px;
	width: 2px;
	background-image: url(../images/mainNav_div.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	}
#nav ul#top li a.top {
	background-image: url(../images/mainNav_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 10px 14px;
	display: block;
	text-decoration: none;
	}
#nav ul#top li a.top.hover {
	background-image: url(../images/mainNav_bg_hover.gif);
	background-repeat: repeat-x;
	color: #83C5E3;
	text-decoration: none;
	}

/* -- TOP SUB NAV ------------- */
#nav ul#top li div {
	position: absolute;
	display: none;
	text-align: center;
	background-image: url(../images/subnavbg_left.gif);
	background-repeat: no-repeat;
	background-position: -10px 0px;
	height: 23px;
	padding: 0px 0px 0px 10px;
	}

#nav ul#top li div ul#sub {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav ul#top li div ul#sub li a {
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	color: #6D6266;
	text-decoration: none;
	display: block;
	margin: 3px 6px 0px 6px;
	white-space: nowrap;
	}
#nav ul#top li div ul#sub li a:hover {
	color: #435988;
	text-decoration: underline;
	}

#nav ul#top li div ul#sub li.div {
	float: left;
	height: 20px;
	width: 2px;
	background-image: url(../images/subNav_div.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}



/* -- MAIN BODY ------------- */
#main {
	background-color: #FFFFFF;
	border-left: 1px solid #B2C4CF;
	border-right: 1px solid #B2C4CF;
	padding: 30px 10px 10px 10px;
	}

#main a {
	color: #1A2A47;
	font-weight: bold;
	text-decoration: none;
	}
#main a:hover {
	color: #1A2A47;
	text-decoration: underline;
	}


/* -- MAIN BODY --> Left Side ------------- */
#main #left {
	width: 660px;
	}
#main #left #roundedTop {
	background-image: url(../images/rounded_top.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 0px;
	}
#main #left #roundedTopFull {
	background-image: url(../images/rounded_top_full.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 0px;
	}
#main #left #roundedBottom {
	background-image: url(../images/rounded_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 660px;
	}
#main #left #roundedBottomFull {
	background-image: url(../images/rounded_bottom_full.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 892px;
	}
#main #left #body {
	border-left: 1px solid #BBB380;
	border-right: 1px solid #BBB380;
	min-height: 500px;
	}
#main #left #body #sectionHeader {
	background-image: url(../images/dotHoz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	}
#main #left #sectionHeader #title {
	color: #333366;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial;
	text-transform: uppercase;
	}
#main #left #sectionHeader #subtitle {
	color: #3F577F;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	}
#main #left #body #content {
	padding: 0px 18px 10px 10px;
	color: #666666;
	font-size: 12px;
	text-align: justify;
	}


/* -- MAIN BODY --> Right Side ------------- */
#main #right {
	float: right;
	width: 220px;
	}
#main #right #container {
	border-top: 1px solid #BBB380;
	border-left: 1px solid #BBB380;
	border-right: 1px solid #BBB380;
	}
#main #right #container .header {
	background-image: url(../images/right_subsection_header_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
   font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding-left: 6px;
	}
#main #right #container .header-highlighted {
	background-image: url(../images/right_subsection_header_hig.gif);
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
   font-size: 12px;
	color: #FFFFFF;
	padding-left: 6px;
	}
#main #right #container .content {
   font-size: 12px;
	color: #666666;
	padding: 10px;
	}
#main #right #container .highlighted {
	border-bottom: 1px solid #FC8D00;
	}
#main #right #container .content a {
	color: #1A2A47;
	text-decoration: none;
	}
#main #right #container .content a:hover {
	color: #1A2A47;
	text-decoration: underline;
	}
#main #right #footer {
	width: auto;
	height: 5px;
	background-image: url(../images/right_shadow.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #BBB380;
	}

#footer {
	clear: both;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	}
#footer #left {
	float: left;
	padding: 6px;
	}
#footer #left a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	padding-right: 6px;
	border-right: 1px solid #FFFFFF;
	}
#footer #left a.last {
	border-right: none;
	}
#footer #left a:hover {
	color: #CCCE9D;
	text-decoration: underline;
	}
#footer #right {
	float: right;
	padding: 6px;
	color: #FFFFFF;
	}

/*************************************************************************/
/*                              FORM STYLES                              */
/*************************************************************************/

.button {
	background-image: url(../images/right_subsection_header_bg.gif);
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	background-color: #666666;
}

table.form
   {
   table-layout: auto ;
   background-color: #DDE3EA ;
   border-style: ridge ridge ridge ridge ;
   border-color: #1F5F8F ;
   border-width: 1px ;
   }

th.formheader
   {
   background-color: #405886;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	font-size: 14px;
   }

td.fieldheader
   {
   text-align: left;
   font-size: 11px ;
   color: #666666 ;
   font-weight: bold ;
   }

.error
   {
	font-size: 13px;
   font-weight: bold ;
   color: #FF0000 ;
   }
