body
{
	margin:0 auto;
	padding:0px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	background:url(images/bg.gif) repeat;
	text-align:left;
}
#container
{
	margin:0 auto;
	margin-top:15px;
	width:839px;
	text-align:center;
	background:#f9f9f9 url(images/site_bottom.gif) no-repeat center bottom;
	overflow:auto;
}
#siteTop
{
	background:url(images/site_top.gif) no-repeat;
	width:839px;
	height:7px;
	position:absolute;
}
#header
{
	width:839px;
	height:46px;
	background:#dedede;
	border-bottom:1px solid #FFF;
	position:relative;
	top:7px;
	text-align:left;
}
#logo
{
	height:46px;
	width:211px;
	margin-left:28px;
	background:url(images/logo.gif) no-repeat;
}
#navigation
{
	height:42px;
	width:831px;
	padding-left:8px;
	background:#414850;
	top:8px;
	position:relative;
}
#navigation a
{
	display:block;
	height:27px;
	float:left;
	width:100px;
	background:url(images/nav_seperator.gif) repeat-y center right;
	padding-top:9px;
	margin-top:3px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#navigation a:hover
{
	text-decoration:underline;
}
#leftNavigation
{
	width:243px;
	height:148px;
	float:left;
	text-align:left;
	background-color:#4f5762;
}
#leftNavigation ul
{
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-left:20px;
	list-style:none;
}
#leftNavigation ul li
{
	margin-bottom:5px;
	margin-right:30px;
	border-bottom:1px solid #6f7881;
	padding-bottom:4px;
}
#leftNavigation li a
{
	color:#FFF;
	text-decoration:none;
}
#leftNavigation li a:hover
{
	font-weight:bold;
}
#banner
{
	display:block;
	width:596px;
	height:148px;
	background:url(images/banner.gif);
	float:left;
}
#grey
{
	height:29px;
	width:839px;
	background-color:#dddddd;
	clear:both;
}
#bodyContainerLeft
{
	padding:6px 7px 6px 11px;
	width:214px;
	float:left;
}
.box
{
	border:1px dashed #c2c2c3;
	padding:5px;
	text-align:left;
	margin-bottom:9px;
}
.boxTop
{
	background:url(images/note.gif) no-repeat center left;
	border-bottom:1px solid #6f7881;
	font-weight:bold;
	padding-top:5px;
	height:15px;
	width:171px;
	padding-left:20px;
}
.boxTop small
{
	color:#999999;
	font-weight:normal;
	margin-left:7px;
}
.boxBody
{
	padding:2px 4px 2px 4px;
}
#bodyContainerMiddle
{
	width:390px;
	float:left;
	text-align:left;
}
.contentBox
{
	width:370px;
	background-color:#efefef;
	padding:10px;
}
.contentBox strong
{
	margin-bottom:5px;
	display:block;
}
#bodyContainerRight
{
	width:194px;
	float:left;
	padding-left:20px;
	padding-right:3px;
	padding-top:5px;
	text-align:left;
}
h3
{
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #000;
}
p
{
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-bottom:20px;
	margin-left:20px;
}
p a
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
#siteBottom
{
	background:url(images/site_bottom.gif) no-repeat;
	width:839px;
	height:7px;
	float:left;
}
