body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #CBCBCB;
	background-color: #2B2B2B;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	Arial, Helvetica, sans-serif;
}

h1 { font-size: 16px; font-weight: bold; color: #808080; }
h2 { font-size: 14px; font-weight: bold; color: #808080; }
.htitle { padding: 40px 0px 40px 0px; }
.htitletwo { padding: 40px 0px 20px 0px; }
.imgtitle { padding: 40px 0px 20px 0px; }
.imgtitletwo { padding: 10px 0px 10px 0px; }

p {line-height: 18px; clear: left; }
.lefty { clear: left; }
.small { font-size: 11px; }

a{ color: #4999CE; text-decoration: underline; }
a:link{ color: #4999CE; text-decoration: underline; }
a:visited{ color: #4999CE; text-decoration: underline; }
a:hover{ color: #4999CE; text-decoration: none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 960px;
position: relative;
margin: 0 auto;
text-align:left;
 }
 
 #inner_wrap {
	position: absolute;
	background-image: url(images/wrap_bg.gif);
	background-repeat: repeat-x;
}

 
#head {
width:960px;
height:170px;
 }

#full {
float: left;
width: 960px;
text-align: left;
 }
 
 
#left {
float: left;
clear: none;
width: 460px;
position: relative;
text-align: left;
 }
 
#right {
float: right;
clear: right;
width: 460px;
padding-top: 50px;
padding-bottom: 40px;
position: relative;
text-align: left;
}
 
#bottom {
float: left;
width: 960px;
height: 80px;
background-image: url(images/bottom_bg.gif); background-repeat: no-repeat;
 }
 
.truebreak { height: 0px; clear: both; } 

/***********************************************/
/* Navigation                          		   */
/***********************************************/

#navcontainer
{
margin: 0px 0px 0px -40px;
padding: 4px 0px 0px 0px;
float: left;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
float: left;
clear: left;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 8px 12px 8px 12px; font-size: 13px; font-weight: bold; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #4384B0;
background-image: url(images/menu_bg.gif); background-repeat: repeat-x;
text-decoration: none;
}

/***********************************************/
/* Container Divs                              */
/***********************************************/

#left h1{ margin:0; float:left; }
#left h1.logo a{
	display:block;
	width:200px;
	height:110px;
	background-image: url(images/logo.gif);
	text-decoration:none;
	text-indent:-9999px;
}

#homecontent {
float: left;
width: 400px;
margin-left: 20px;
padding-right: 10px;
text-align: left;
 }
 
 #aboutbox {
float: left;
width: 440px;
height: 280px;
overflow: auto ;
padding-right: 10px;
text-align: left;
 }
 
#foottext {
width: 920px;
padding: 20px 0px 0px 0px;
text-align: right;
 }