* 
{
	margin: 0;
	padding: 0;
}

html 
{
  font-family: Arial;
  font: 67.5%/1.3em Arial;
}

body 
{
	background: #C0C0C0;
  font-size: 1.1em;
  color: #000000;
}

a.plain { text-decoration: none; }

a:link, a:visited, a:active 
{
	color: #800000;
}

a:hover 
{
	color: #000000;
}

h1
{
	font-size: 2em;
	color: #3C3B3B;
	font-family: "Myriad Pro", "Trebuchet MS";
	margin: 10px 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #DBDEDF;	
}

h2
{
	font-size: 1.4em;
	color: #800000;
	font-family: "Myriad Pro", "Trebuchet MS";
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #DBDEDF;	
}

h3
{
}

hr 
{
	height: 1px;
	color: #DBDEDF;
	margin: 0 0 10px 0;
}

a img
{
	border: none;
}

img.floatLeft { 
    float: left; 
    margin-right: 8px; 
}

img.floatRight { 
    float: right; 
    margin-left: 4px; 
}

input, textarea, select, option
{
	font-size: 1em; 
	color: #2D2D2D;
	border: 1px solid #C0C0C0;
	font-family: Verdana;
}

option
{
	border: none;
}

p 
{
	margin-bottom: 10px;
}

ul
{
	list-style: none;
}

.mylist{
list-style-image:url('/img/icons/bullet.png');
margin-left: 2.5em; 
padding-left: 0; 
list-style-type:square;
 }

#PageContainer 
{
	width: 990px;
	border: 1px solid #000000;
}

#SearchBar 
{
	color: #FFFFFF;
	background: #2D2D2D;
	height: 26px;
	text-align: left;
}

#SearchBar a 
{
	padding: 5px 10px 0;
	color: #FFFFFF;
	display: block;
	width: 120px;
}

#SearchBar div 
{
	float: right;
	margin: 5px 10px 0;
}

#Header 
{
	height: 83px;
	background: url('../img/header.jpg');
}

#Login 
{
	float: right;
	margin: 36px 60px 0;
}

#Login a
{
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
}

#Login a.logout 
{
	margin: 0 1.8em 0 0;
}

#Login a:hover 
{
	text-decoration: underline;
}


#Menu 
{
	height: 36px;
	background:#dddddd url('../img/menu.jpg'); 
}

#Menu ul
{
	list-style: none;
}

#Menu ul li
{
	float: left;
	margin: 0 0 0 1.5em;
}

#Menu a
{
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	padding: 0.8em 2em 0.7em 2em;
	display: block;
}

#Menu a:hover 
{
	background: #800000 url('../img/navbg.gif');
	color: #FFFFFF;
	border-bottom: 1px solid #800000;
}

#Menu a.current 
{
	background: #800000 url('../img/navbg.gif');
	color: #FFFFFF;
	border-bottom: 1px solid #800000;
}

#Banner 
{
	height: 120px;
	background: url('../img/home_banner.jpg');
}

#Body 
{
	background: #F5F5F5 url('../img/body.jpg') no-repeat; 
	text-align: left;
	padding: 0 0 0 30px;
}

#Body td.divider 
{
	width: 23px;
	background: url('../img/divider.gif') repeat-y;
}

#Footer 
{
	height: 127px;
	background: url('../img/footer.jpg');
	color: #686868;
	text-align: center;
	font-size: 1.0em;
}

#Footer ul
{
	list-style: none;
	margin-left: 285px;
}

#Footer div 
{
	margin-left: 175px;
}

#Footer ul li
{
	float: left;
	margin: 1em 0 0 1em;
}

#Footer img
{
	margin: 15px 0;
}

#Footer img.left
{
	float: left;
	margin-left: 15px;
}

#Footer img.right 
{
	float: right;
	margin-right: 15px;
}

#Footer a
{
	color: #800000;
	text-decoration: underline;	
}

#Footer a:hover
{
	color: #686868;
}

.testimonial 
{
	margin: 0 0 10px 0;
}

.testimonial .date
{
	color: #FFFFFF;
	background: url('../img/datebox.gif') no-repeat;
	float: left;
	display: block;
	padding: 7px 0 4px 9px;
	width: 69px;
}

.testimonial strong 
{
	display: block;
	padding: 6px 0;
}

.clear 
{
	clear: both;
}

th
{
	background: #DDCCCC;
}

.odd 
{
	background: #CCCCCC;
}

.even
{
	background: #EEEEEE;
}

.grid td, .grid th
{
	padding: 0.2em;
}

.message 
{
	font-weight: bold;
	color: #800000;
}

ul.content_section
{
	margin-left: 1em;
	width: 94%;
	text-align: justify;
}

ul.content_section li
{
	margin-bottom: 1.5em;
}