
body  {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 12px;
	font: 88%;
	
	background-repeat: repeat-y;
	background-color: #0c3e50;
	 background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
			
.mainsmall		{color : #000000 ;
		font-weight : normal ;
		letter-spacing: 0px ;
		font-size : 11px ;
		line-height: 15px ;
		font-family: tahoma, verdana, helvetica, arial ; 
		}
		
#contentBckgrnd	{
		width:950px;
		background-image: url(images/ContentBckgrnd.jpg);
		background-repeat: repeat-y;
		margin: 0 auto;
		height: 100%;
		border: 0px solid white;
		overflow: hidden;
		}
		
#bottomLinksBckgrnd	{
		width:950px;
		background-image: url(images/ContentBckgrnd.jpg);
		background-repeat: repeat-y;
		margin: 0 auto;
		height: 100%;
		border:0px solid white;
		overflow: hidden;
		color: white;
		font-size: 11px;
		}
		
#topbanner	{
		background-image: url(images/top_banner.jpg); 
		background-repeat: no-repeat; 
		height:185px; 
		width: 850px; 
		border:0px solid white; 
		margin: 0 0 0 49px;
		}
		
#linkwrapper	{
		width: 600px;
		height:56px;
		margin: 0 0 0 244px;
		}
		
.linkBckgrnd		{color : #000000 ;
		font-weight : normal ;
		letter-spacing: 0px ;
		font-size : 11px ;
		line-height: 15px ;
		font-family: tahoma, verdana, helvetica, arial ;
		background-image:  url(images/linkbuttons.jpg);
		background-repeat: no-repeat;
		width: 150px;
		height:56px;
		float:left;
		margin: 83px 0 0 0;
		padding: 13px 0 0 0;
		}
		
		
.doubleContent		{
		width:750px;  
		margin: 0 auto; 
		border:0px solid white;
		margin: 0 0 0 70px;
		overflow: visible;
		color: white;
		text-align: left;
		line-height: 22px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
		
#contentwrapper		{
		width:885px;  
		margin: 0 auto; 
		border:0px solid white;
		margin: 0 0 0 49px;
		overflow: visible;
		}
		
.leftContent		{
		width:352px;  
		margin: 0 auto; 
		padding: 0 0 0 10px;
		border: 0px solid white;
		margin: 0 0 0 0;
		float: left;
		color: white;
		text-align:left;
		line-height: 22px;
		font-family:Georgia, "Times New Roman", Times, serif;
		
		}
		
.rightContent		{
		width:515px;  
		padding: 0 0 0 0;
		border: 0px solid white;
		margin: 0 0 0 0;
		float: right;
		color: white;
		text-align:left;
		line-height: 22px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}

.footerWrapper		{
		width:950px;  
		margin: 0 auto; 
		height:48px; 
		border:0px solid white
		}
			
.footerBckgrnd		{
		background-image:  url(images/footerBckgrnd.jpg);
		background-repeat: no-repeat;
		width:950px;
		height: 124px;
		color: white;
		border: 0px solid white;
		}
		
	
A:link {text-decoration: none; font-family:tahoma, verdana, helvetica, arial; font-size:12px; color: #e9d172;
		}

A:active {text-decoration: none; font-family:tahoma, verdana, helvetica, arial font-size:12px;  color: #e9d172;
		}

A:visited {text-decoration: none; font-family:tahoma, verdana, helvetica, arial; font-size:12px;  color: #df9f48;
		}

A:HOVER {text-decoration: underline; font-family:tahoma, verdana, helvetica, arial font-size:12px;  color: #e9d172;
}


