/* general */
body
{
  background-color:#0E3052; 
  color:#C8D7E5; 
  font-family:"Arial", "Helvetica Bold", sans-serif;
  font-size:14px;
  font-weight:normal;
}
body.content{background-color:#567798; color:#C8D7E5}
ul
{
	background-color:inherit;
	font:inherit;
}
li
{
	background-color:inherit;
	font:inherit;
}
h1
{
  font-size:20px;  
  background-color:inherit; 
  color:#990000;
  text-align:center; 
  text-transform:uppercase; 
  margin:5px;
}
h2
{
  font-size:18px;  
  background-color:inherit; 
  color:#990000; 
  text-transform:uppercase; 
  margin:0;
}
h2.alt
{
  background-color:inherit; 
  color:#0E3052; 
}
h3
{
  font-size:14px; 
  background-color:inherit; 
  color:#FF9900; 
  text-transform:uppercase; 
  margin:2px;
}
h4
{
  font-size:14px; 
  background-color:inherit; 
  color:#0E3052;
  text-transform:uppercase; 
  margin:5px;
}

p{margin: 5px 0px 10px 5px}
p.head{margin: 5px 0 0 0; font-weight:bold}
p.faq
{
  margin: 12px 0px 0px 3px;
  font-weight:bolder;
  text-transform:uppercase;
  background-color:inherit; 
  color:#0E3052;
}
p.caption{margin:0; font-style:italic; font-size:12px; text-align:center}
p a{font-weight:bolder; background-color:inherit; color:#0E3052; text-decoration:none}
p a:visited{font-weight:bolder; background-color:inherit; color:#0E3052; text-decoration:none}
p a:hover{background-color:#0E3052; color:#C8D7E5}
p b
{
  font-weight:bolder;
  background-color:inherit; 
  color:#FF9900;
}
p ul
{
	list-style-position: inside;
	list-style-type: circle;
}
p.list{margin: 5px 10px 10px 15px}
p.fineprint
{
  font-size:9px;
  font-weight:lighter;
  background-color:inherit; 
  color:#0E3052;
}
p.emph
{
  font-weight:bolder;
  background-color:inherit; 
  color:#FF9900;
}
p.shout
{
  text-transform:uppercase;  
}

img
{
  border:none; 
  margin:0; 
  padding:0; 
  text-align:center;
}

/* navigation */
ol
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 5px solid #C8D7E5;
	z-index:100;
}

ol li
{
	position: relative;
	z-index:100;
}

li ol 
{
	position: absolute;
	margin: 0px;
	left: 195px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:100;
}
	
/* Styles for Menu Items */
ol li a
{
	font-size:12px;
	text-transform:uppercase;
	display: block;
	text-decoration: none;
	color: #C8D7E5;
	background: #0E3052; /* IE6 Bug */
	padding: 5px;
	border-top: 5px solid #C8D7E5;
	border-left: 5px solid #C8D7E5;
	border-right: 5px solid #C8D7E5;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ol li { float:left; height:1%; }
* html ol li a { height:1%; }
/* End */

ol li a:hover { color: #0E3052; background: #FF9900; } /* Hover Styles */
li ol li a { padding: 4px 5px 4px 5px; } /* Sub Menu Styles */
li:hover ol, li.over ol { display: block; } /* The magic */

/*tables ... in case divs don't work*/
table
{
	border-style:none;
	padding:5px;
	margin:auto;
}

table.main
{
  padding:20px;
  margin:0;
}

table.nospace
{
	margin:0;
	padding:0;
}
  

/*divs ... in case tables don't work*/
/*for b0x3n */
#logo
{
	position:relative;
	margin: 0px 10px 10px 10px;
	background: #0E3052 url("cssimg/logo.gif") no-repeat 50% 0;
  color:inherit; 
	height: 120px;
  width:925px;
}

#main 
{
  position:relative;
  width:925px;
  height:525px;
  margin:auto;
  padding:15px 0px 0px 30px;
  background: url("cssimg/mainbg2.gif") no-repeat 0 0;
}

#main_with_logo
{
  position:relative;
  width:925px;
  height:510px;
  margin:auto;
  padding:155px 0px 0px 30px;
  background: url("cssimg/mainbg3.gif") no-repeat 0 0;
}

#main_with_logo_smaller
{
  position:relative;
  width:925px;
  height:480px;
  margin:auto;
  padding:0px;
  padding:125px 0px 0px 30px;
  background: url("cssimg/mainbg4.gif") no-repeat 0 0;
}

#main_with_logo_smallest
{
  position:relative;
  width:925px;
  height:500px;
  margin:auto;
  padding:0px;
  padding:105px 0px 0px 30px;
  background: url("cssimg/mainbg5d.gif") no-repeat 0 0;
}

#main_content 
{
	width:875px;
	padding:0px 50px 0px 0px;
	margin: 0;
}

#left 
{
	position: relative;
	float:left;
	background:#567798;
	color:inherit; 
	margin:0;
	padding:0;
	border: 5px solid #C8D7E5;
	width: 220px;
}
  
#left_content 
{
	position: relative;
	margin:0;
	padding:10px;
	height: 420px;
	text-align:left;
}

#left_content_smaller 
{
	position: relative;
	margin:0;
	padding:10px;
	height: 390px;
	text-align:left;
}

#left_content_smallest 
{
	position: relative;
	margin:0;
	padding:10px;
	height: 410px;
	text-align:left;
}

#left_boxhead
{
	position: relative;
	padding: 0px 5px 3px 5px;	
	border-bottom:5px solid #C8D7E5;
	background: #0E3052;
	color:inherit; 
	width:210px;
}

#left_banner
{
	position: relative;
	padding:0;
	margin:0;	
	border-bottom:5px solid #C8D7E5;
	background: #0E3052 url("cssimg/border03.gif") repeat-x 0 0;
	color:inherit; 
	width:220px;
	height:30px;
}

  
#right 
{
	position: relative;
	float:right;
	margin:0;
	padding:0;
	background:#567798;
	color:inherit; 
	border: 5px solid #C8D7E5;
	width:605px;
}

#right_content
{
	position: relative;
	margin:0;
	padding:25px 15px 15px 15px;
	background:#567798;
	color:inherit; 
	height:400px;
	text-align:left;
	overflow:auto;
}

#right_content_smaller
{
	position: relative;
	margin:0;
	padding:25px 15px 15px 15px;
	background:#567798;
	color:inherit;
	height:370px;
	text-align:left;
	overflow:auto;
}

#right_content_smallest
{
	position: relative;
	margin:0;
	padding:25px 15px 15px 15px;
	background:#567798;
	color:inherit;
	height:390px;
	text-align:left;
	overflow:auto;
}

#right_boxhead
{
	position: relative;
	padding: 0px 5px 3px 5px;	
	width:595px;
	border-bottom: 5px solid #C8D7E5;
	background: #0E3052;
	color:inherit; 
	text-align:center;
}

#right_banner
{
	position:relative;
	padding:0;
	margin:0;	
	width:605px;
	height:30px;
	border-bottom: 5px solid #C8D7E5;
	background: #0E3052 url("cssimg/border03.gif") repeat-x 0 0;
	color:inherit; 
}

#boardroom
{
	margin:0;
	padding:25px 15px 15px 15px;
	background: #0E3052 url("cssimg/grid.gif");
	color:inherit; 
	height:400px;
	text-align:left;
	overflow:auto;
}
#boardroom a
{
	font-size:10px;
	text-transform:uppercase;
	display: block;
	text-decoration: none;
	color: #0E3052;
	background: #567798; /* IE6 Bug */
	padding: 5px;
	margin:0;
	border-top: 5px solid #C8D7E5;
	border-left: 5px solid #C8D7E5;
	border-right: 5px solid #C8D7E5;
	border-bottom:none;
}
#boardroom a:hover{background-color:#FF9900; color:#0E3052}
#boardroom a.end{	border: 5px solid #C8D7E5}

#boardroom_smaller
{
	margin:0;
	padding:15px 15px 15px 15px;
	background: #0E3052 url("cssimg/grid.gif");
	color:inherit;
	height:380px;
	text-align:left;
	overflow:auto;
}
#boardroom_smaller a
{
	font-size:10px;
	text-transform:uppercase;
	display: block;
	text-decoration: none;
	color: #0E3052;
	background: #567798; /* IE6 Bug */
	padding: 5px;
	margin:0;
	border-top: 5px solid #C8D7E5;
	border-left: 5px solid #C8D7E5;
	border-right: 5px solid #C8D7E5;
	border-bottom:none;
}
#boardroom_smaller a:hover{background-color:#FF9900; color:#0E3052}
#boardroom_smaller a.end{	border: 5px solid #C8D7E5}

#boardroom_smallest
{
	margin:0;
	padding:15px 15px 15px 15px;
	background: #0E3052 url("cssimg/grid.gif");
	color:inherit;
	height:400px;
	text-align:left;
	overflow:auto;
}
#boardroom_smallest a
{
	font-size:10px;
	text-transform:uppercase;
	display: block;
	text-decoration: none;
	color: #0E3052;
	background: #567798; /* IE6 Bug */
	padding: 5px;
	margin:0;
	border-top: 5px solid #C8D7E5;
	border-left: 5px solid #C8D7E5;
	border-right: 5px solid #C8D7E5;
	border-bottom:none;
}
#boardroom_smallest a:hover{background-color:#FF9900; color:#0E3052}
#boardroom_smallest a.end{	border: 5px solid #C8D7E5}
	
#board
{
	position: relative;
	margin: 10px 10px 10px 10px;
	padding: 7px 0px 4px 0px;
	background: url("cssimg/box3.gif") no-repeat 0 0;
	height: 350px;
	width: 300px;
}
