﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
	background-color:#fff;		
}

.wrapper 
{
	margin:0 auto;
	background-color:#fff;
}


.container
{
	/*background: url(../Images/Header_Top.jpg) top center no-repeat;*/
	position :relative ;
	min-height : 100%;
	margin:0 auto;
	background-color:#fff;
	margin-top:5px;
}

.headerWrapper
{	
	height:75px;
	margin:0 auto;
	background: url(../Images/header_bg.png) bottom repeat-x;
}

.header
{	
	width:1000px;
	height:75px;	
	margin:0 auto;
	/*border: solid 1px blue;*/
}

.MainMenuWrapper
{
	width:100%;
	height:37px;
	background:url(../Images/bmid_041.gif);
	border:0;
	margin:0;	
}

.contentWrapper
{
	position :relative ;
	min-height : 100%;
	width:100%;
}

.contentArea
{
	width:1000px;
	margin:0 auto;
	padding: 5px 5px 5px 5px;	
}

.subContentArea
{
	margin:0 auto;
	padding: 5px 5px 5px 5px;
	border: solid 1px silver;
	background-color: #f5f5f5;
}

.footerWrapper
{
	width:100%;
	background: url(../Images/footer_bg.png) top center repeat-x;
	margin-bottom:10px;	
}

p.footerpara
{
	text-align:center;
	font-size:x-small;
	color:Gray;
}

.footer
{
	width:1000px;
	margin:25px auto;	
}

.footer_header
{
	display:block;
	/*background:url(images/brfooter.gif) repeat-x left top;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:27px;
	padding:0 auto;
	padding-left:5px;
	text-decoration:none;
	text-align: left;
	margin-right:8px;
	margin-left:5px;
}

.title
{
	color: #28a4ff;
	font-size: medium;
	font-weight: bold;
}

div.box 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	padding: 5px 10px 5px 10px;			
}

div.advertiseBlock
{
	height:75px;
	width:125px;
	background-color:#99BADD;
	font-weight:bold;
	border:solid 1px Navy;	
	text-align:center;
	padding-top:50px;
	color:Navy;
}

#module 
{
	clear: both;
	float: left;
	width: 400px;
    margin-bottom : 20px;
	margin-left: 20px;
}
#module .subheader { position: relative;  background: url("/images/footer_bg.png") left bottom no-repeat;height:30px;}
#module .subheader .inner {  background: url("/images/footer_bg.png") left top no-repeat;height:30px  }
#module .subheader h2 { padding-left: 0; margin: 0; font-weight: bold; font-size: 14px;}

.contentHeader
{
	background:url(../images/bmid_070.gif) repeat-x left bottom;
	line-height:25px;
	padding:0 15px;
	margin-left:5px;
	text-decoration:none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	/*padding: 5px 10px 5px 10px;
	background: #A9A9A9;
	color: #fff;
	border: solid 1px silver;*/
	font-weight: bold;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 9999998;
}

.subContentHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	background: #E3E3E3;
	color: #fff;
	border: solid 1px silver;
	font-weight: bold;	
}
