/* CSS Document */
.clear
{
	clear: both;
}

a {	text-decoration: none; color: #FFCC33;}

a:hover { text-decoration: underline; }

.white_link { color: #ffffff; }

body
{
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

.banner
{
	height: 267px;
}

.menu 
{
	height: 100px;
	position: relative;
	top: 190px;
}

.hold_left
{
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_left.gif) repeat-y left;
}

.hold_right
{
	width: 914px;
	margin: 0 auto;
	background: url(images/bg_right.gif) repeat-y right;
}

.holder
{
	width: 900px;
	margin: 0 auto;	
	background: url(images/bottom_bg.gif) no-repeat bottom #0071b8;
}


.left {	float: left; }

.right { float: right; }

.footer
{	
	padding: 10px 5px 5px 5px;
	height: 200px;
	color: #000000;
}

.footer a { color: #000000; }


.main_body
{
	margin-top: 0px;
	padding: 5px 10px 5px 10px;
	background: url(images/banner.png) no-repeat top ;
}

ul.diamond li
{
	list-style-image: url(images/bit.png);
}

ul.none li
{
	list-style: none;
	margin-left: -15px;	
}

ul.circle li
{
	list-style-image: none;
	list-style: circle;
}

.p_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold
}

.p_header_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	color: #003366; */
	color: #003366;
	font-weight: bold;
	border-bottom: 1px dotted #003366;
}

.just_p p { text-align: justify; }

.boxer
{
/*  
	background: #cccc99;
	color: #000; 
*/
	padding: 5px 5px 5px 5px;
	color: #ffffff; 
}

.boxer a
{
  color: #ffcc00;
}

.img_border { /* border: 1px solid #000000; */ }

.light { color: #FFFFCC; }

.flatstyle { border: 1px solid #000000; }

.sub_menu li
{
	font-weight: bold;
}

.side_menu
{
	margin-top: 0px;
}

.top_border
{
  /*border-top: 1px dotted #003366;*/
}

.side_menu li
{
 	list-style: none;
	margin-left: -40px;
	width: 100%;
	/*border-bottom: 1px dotted #003366;*/
	display: block;	
	margin-bottom: 0px;
	margin-top: -1px;
}

.side_menu li:hover
{
	/*background: #6699cc;*/
	background: #99cc66;
}

.side_menu li
{
	font-size: 11px;
	font-weight: bold;
}

.side_menu li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

.side_menu li a
{
  /*
	color: #8C5201;
	border-left: 1px dotted #003366;
	border-right: 1px dotted #003366;
	*/
	color: #ffffff;
  display: block;	
	padding: 5px 2px 5px 10px;
}

.img_left
{
  float: left; 
	margin: 0.5em 0.5em 0.0em 0em;
}

.img_right
{
  float: right; 
	margin: 0.5em 0em 0.0em 0.5em;
}

.hilite
{
/*  color: #99cccc; */
	color: #ffbd76;
}

.staff 
{
  border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #006600;
}

.staff td
{
  padding: 5px 5px 5px 3px;
  border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #99cc66;
}