@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color:#CCC;
}

#bannercontainer {
	width: 100%;  
	margin: 0 auto; 
	white-space:nowrap;
	position:relative;
} 

#leftbanner
{
	position:absolute;
	top:0;
	left:0;
	width: 45%;
	height:93px;
	background: #1F1A17;
	z-index:-1;
}

#rightbanner
{
	position:absolute;
	top:0;
	right:0;
	width: 45%;
	height:93px;
	background: #007CC2; 
	z-index:-1;
}

#centrebanner
{
	z-index:1;
}


#menubarback
{	
	background-image:url('../image/back-button.jpg');
	background-repeat:repeat;
	height:25px;
	white-space:nowrap;
}

#menubuttoncontainer
{
	border: 0;
	height:25px;
	display:inline-block;
	padding:0px;
	margin:0px;
	white-space:nowrap;
	position:relative;
	cursor:pointer;
}


#buttonL
{
	background-image:url('../image/bleft.jpg');
	width:5px;
	height:25px;
	float:left;
}

#buttonM
{
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	width:120px;               /*set button width here*/
	height:25px;
	padding-left:5px;
	padding-right:5px;
	background-image:url('../image/bcent.jpg');
	background-repeat:repeat-x;
	float:left;

}

#buttonR
{
	background-image:url('../image/bright.jpg');
	width:5px;
	height:25px;
	float:left;
}

#menuitemTop
{
	position:relative;
	top:3px;
	color:silver;
}

#maincontainer
{
	width: 1200px;     /*set page width here, set to 100% for full page*/
 	margin: 0 auto;
}

#contentcontainer 
{
	border: 0px;
	margin: 0px; 
	padding:5px;
	background-image:url('../image/maingray.jpg');
	background-repeat:repeat-x;
	background-color:#F5F5F5;
}

#contentblock {
	padding:0px;
	margin:0px auto;
	/*border: 1px solid #F0F;*/
	text-align: left; 
	width: 980px;  /* containter width */
	background:white;
}
 
#pageadd 
{
	padding:0;
	margin:0;
	height:135px;
	background-image:url('../image/ad most2.jpg'); 
}

#contentheadingbar 
{
	background-image: url('../image/BarBackground.gif');
	color:#75C5F0; 
	height:34px;
	position:relative;
	padding:0;
	margin:0;
}

#contentheading 
{
	position:absolute;
	top:6px;
	font-family:arial;
	font-size:13pt;
	font-weight:bold;
	padding-left:20px;
}

#content
{
	padding:20px;
	font-family:arial;
	font-size:10pt;
}
#textwindow
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

/*this contains navbarleft and contentright*/
#contentandnav
{
	/*border: 1px solid #0F0;*/
	position:relative;
	display:inline-block;
	width:100%;
}
/*this is the left navigation bar on the content*/
#navbarleft
{
	/*border: 1px solid #F00;*/	
	float: left;
	width: 208px;
}
/*this contains the main content*/
#contentright
{
	/*border: 1px solid #00F;*/
	float: right;
	width: 768px;
}

#subheadingbar
{
	background-image:url('../image/HeadBackground.gif');
	height:22px;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}

#subheading
{
	padding-left:10px;
	position:absolute;
	top:2px;
	font-size:10pt;
	font-weight:bold;
	padding-left:20px;
}

#footer 
{ 
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:100%;
	height:20px;
} 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*this is the nav box on left of main page*/
.sidebox {
	margin: 0 auto; 
	width: 200px; 
	background: url('../image/sbbody-r.gif') no-repeat bottom right;
	font-size: 12pt;
}
/*this is the nav box on left of main page*/
.boxhead {
	background: url('../image/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*this is the nav box on left of main page*/
.boxhead h2 {
	background: url('../image/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 30px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 11pt; 
	line-height: 15px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
/*this is the nav box on left of main page*/
.boxbody {
	background: url('../image/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 35px 30px;
	font-size: 10pt;
}

.navbarlink
{
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
	color:gray;
	margin-bottom:5px;
}

.ftable
{
	border: 1px solid #999;
	font-family:Arial;
	font-size:12px;
}


a:link              { color:black; text-decoration:none; }
a:visited           { color:black; text-decoration:none; }
a:hover             { color:blue; text-decoration:none; }
a:active            { color:red; text-decoration:none; }


.tdhead
{
	background-color:#3399FF;
	color:white;
	font-weight:bold;
	width:400px;
}



html {
     overflow-y:scroll;
}



