.clear {
	clear: both;
}
body, BODY {
	background-color: #c0c0c0;
}
body, BODY, p, td, .normal {font-size: 12px;font-family:Verdana, Arial, Helvetica, sans-serif;;}
H1 {
	color: #1e2d5f;
	font-size: 20px;
	font-weight: bold;
}
H2 {
	color: #1e2d5f;
	font-size: 18px;
	font-weight: bold;
}
UL LI {
	font-size: 12px;
	list-style-type: disc;
	line-height: 22px;
}
A:link, A:visited {
	color: #1e2d5f;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.NormalTextBox {
	color: #333333;
	font-size: 12px;
}
.Head {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.Title {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}
#page_wrapper{text-align:center; padding-top:35px;}
#content_wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	-moz-box-shadow: 0 0 10px 10px #888;
	-webkit-box-shadow: 0 0 10px 10px#888;
	box-shadow: 0 0 10px 10px #888;
	border:1px solid #000000;
	margin-bottom:15px;
}
#header {background: url(images/header_bg.png) top center no-repeat #000000;}
#top_nav {height: 35px;background: url(images/menu_back.png) repeat-x;}

/*--- H1 Title Logo - Only one <h1> per page as per W3C recommendation ---*/
#logo {height:124px; width:515px; margin:0 0 0 27px;}
#logo h1 {margin: 0; text-indent: -9999px; text-decoration: none;	width:100%; height:100%;}
#logo h1 a {display: block; width: 100%;height: 100%;text-indent: -9999px;overflow: hidden;text-decoration: none;}

#content {padding:20px; background-color:#FFFFFF;}
.content_pane {}
.left_pane {float:left;	width: 220px;}
.right_pane {float:right;width: 530px;}
.footer, .footer a:link, .footer a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
.footer a:hover {
	color: #50b948;
	font-size: 12px;
}
.top_nav {
	height: 35px;
	background: url(images/menu_back.png) repeat-x;
}
.graybox {
	margin-bottom: 15px;
	border: 1px solid #1e2d5f;
	background-color: #ececec;
}
.SubMenuPane {
	background-color: #cbd0b4;
}
/**************************************************************/
/*  Main Menu Normal  */
/**************************************************************/
.main_dnnmenu_rootitem  
{
	line-height:35px;
	font-size: 14px;
	text-align:center;
	padding:2px 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.main_dnnmenu_separator {
	padding:0;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	line-height:35px;
	font-size: 14px;
	text-align:center;
	padding:2px 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	line-height:35px;
	text-align:center;
	font-size: 14px;
	padding:2px 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #FFFFFF;
	color:#000000;
	border: 1px solid #1e2d5f;
}

.main_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 12px;
	text-align:left;
	padding:2px 4px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,
.main_dnnmenu_itemselected td   
{
	font-size: 12px;
	text-align:left;
	z-index: 2000;
	padding:2px 4px;
	background-color: #1e2d5f;
	color: #FFFFFF;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #FFFFFF;
}
/**************************************************************/
/*  Bottom Menu Normal  */
/**************************************************************/
.bottom_dnnmenu_rootitem  
{
	font-size: 12px;
	text-align:center;
	padding:5px 12px;
	text-transform: uppercase;
	color: #000000;
}

.bottom_dnnmenu_separator {
	padding:0;
}
/*  Main menu hover  */
.bottom_dnnmenu_rootitem_hover
{
	font-size: 12px;
	text-align:center;
	padding:5px 12px;
	color: #666666;
	text-transform: uppercase;
}

/*  Main menu selected  */
.bottom_dnnmenu_rootitem_selected 
{
	text-align:center;
	font-size: 12px;
	padding:5px 12px;
	color: #666666;
	text-transform: uppercase;
}

/*  SUB Menu Normal */
.bottom_dnnmenu_submenu 
{
	z-index: 2000;
	background-color: #FFFFFF;
	color:#000000;
	border: 1px solid #1e2d5f;
}

.bottom_dnnmenu_submenu td
{
	z-index: 2000;
	font-size: 12px;
	text-align:left;
	padding:2px 4px;
}

/*  SUB Menu hover & selected */
.bottom_dnnmenu_itemhover td,
.bottom_dnnmenu_itemselected td   
{
	font-size: 12px;
	text-align:left;
	z-index: 2000;
	padding:2px 4px;
	background-color: #1e2d5f;
	color: #FFFFFF;
}

.bottom_dnnmenu_break
{
	height: 2px;
	background-color: #FFFFFF;
}
