/* ----------------------------------
		BODY
-------------------------------------*/

* {
	margin:0px;
	padding:0px;
	}
body {
	background-color:#0C2354;
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	}

/* ----------------------------------
		MAIN CONTAINER
-------------------------------------*/

#maincontainer {
	width:670px;
	background:#fff url(images/bg.gif) left top repeat-y;
	margin:0px auto;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

/* ----------------------------------
		HEADER CONTAINER
-------------------------------------*/

#header {
	height:176px;
	width:668px;
	background:#fff url(images/banner.jpg) left top no-repeat;
	border-bottom:8px solid #0C2354;
	}
html>body #header {
    	width:670px;
    	height:168px;
	}
	
/* ----------------------------------
		HEADER CONTENT
-------------------------------------*/	
	
#header h1 {
	margin:0px;
	padding:0px;
	}	
#header h1 span {
	display:none;
	}
	
/* ----------------------------------
		LEFT CONTAINER
-------------------------------------*/

#leftcontainer {
	float:left;
	width:150px;
	height:450px;
	text-align:left;
	background-color:#E2B571;
	}

/* ----------------------------------
		LEFT NAVIGATION
-------------------------------------*/

#leftcontainer ul {
	list-style:none;
	width:150px;
	font-size:11px;
	}
#leftcontainer ul li {
	position:relative;
	}
#leftcontainer li ul {
	position:absolute;
	left:150px;
	top:-1;
	display:none;
	font-size:11px;
	}
#leftcontainer ul li a, #leftcontainer li ul li a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #fff;
	}
#leftcontainer ul li ul {
	border:1px solid #fff;
	border-bottom:0px;
	}
#leftcontainer ul li a:hover {
	color:#0C2354;
	background-color:#fff;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html #leftcontainer ul li { float: left; }
* html #leftcontainer ul li a { height: 1%; }
/* End */

#leftcontainer li:hover ul, #leftcontainer li.over ul { 
	display:block;
	}
li.options a {
	background:url(images/bullet3.gif) right center no-repeat;
	background-color:#E2B571;
	}
li.options a:hover {
	background:url(images/bullet_over.gif) right center no-repeat;
	background-color:#fff;
	}
li.options ul a {
	background-image:none;
	}
li.options ul a:hover {
	background-image:none;
	}
ul#optionsext {
	width:200px;
	}

/* ----------------------------------
		RIGHT CONTAINER
-------------------------------------*/

#rightcontainer {
	float:right;
	width:518px;
	height:auto;
	text-align:justify;
	}
	
/* ----------------------------------
		BODY CONTENT
-------------------------------------*/

h1 {
	font-size:110%;
	color:#0C2354;
	margin:15px;
	}
h2 {
	font-size:100%;
	color:#000;
	margin:15px;
	}
p {
	margin:15px;
	}
p.flush {
	margin:15px 0px;
	}
p.flushtop {
	margin:0px 0px 15px 0px;
	}
.center {
	text-align:center;
	}
#rightcontainer a, #rightcontainer a:link, #rightcontainer a:visited, #rightcontainer a:hover {
	color:#000;
	text-decoration:underline;
	}
#rightcontainer a:hover {
	text-decoration:none;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
.underline {
	text-decoration:underline;
	}
.notice {
	font-weight:bold;
	text-decoration:underline;
	}
.alert {
	font-weight:bold;
	color:red;
	}
.alertp {
	font-weight:bold;
	color:red;
	border:1px solid #000;
	background-color:#fff;
	padding:8px;
	font-size:115%;
	}
.alertbox {
	border:2px solid red;
	background-color:#fff;
	padding:2px;
	width:490px;
	margin-left:12px;
	}
	
li.space {
	margin-top: 12pt;
	}
li.space ul {
	margin-left: 0px;
	}
#rightcontainer ul {
	margin-left:30px;
	margin-right:15px;
	list-style-type:square;
	}
#rightcontainer ol {
	margin-left:38px;
	margin-right:15px;
	}
#rightcontainer ul li, #rightcontainer ol li {
	margin-bottom:3px;
	}
ul#links {
	list-style:none;
	margin-left:15px;
	}
ul#list {
	list-style:none;
	margin-left:15px;
	}
ul#list li ul {
	list-style:none;
	margin-left:0px;
	margin-bottom:12px;
	}
ul#special, ul#grouplist {
	margin-left:15px;
	}
ul.clean li {
	list-style:none;
	}
.image {
	border:1px solid #000;
	}
.mainimage {
	border:1px solid #000;
	margin-left:15px;
	padding:0px;
	}
.pdimageContainer {
	width:250px;
	float:right;
	text-align:center;
	margin:5px 8px;
	}
html>body .pdimageContainer {
	margin:5px 15px;
	}
			
/* ----------------------------------
		FORM CONTENT
-------------------------------------*/	
	
form {
	margin-left:15px;
	}
form p {
	margin-left:0px;
	}
input {
	margin-bottom:10px;
	vertical-align:middle;
	}
.buttons {
	margin-top:8px;
	}
	
/* ----------------------------------
		FOOTER CONTAINER
-------------------------------------*/

#footer {
	clear:both;
	width:668px;
	height:25px;
	background-color:#E2B571;
	border-top:10px solid #0C2354;
	}
html>body #footer {
   	width:670px;
	}
	
/* ----------------------------------
		FOOTER CONTENT
-------------------------------------*/

#footer p {
	font-size:90%;
	margin:5px 0px;
	text-align:center;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#000;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}
	

