﻿body
{
margin-top: 0px; 
font-family: arial, helvetica, sans-serif;
color: white;
font-size: 10pt;
text-decoration: none;
font-weight: none;
}

/* CSS layout */
#masthead {
height:68px;
width:790px;
padding-top:0px;
-moz-margin-top: -10px; // For Firefox
margin-top: 4em; // For other browsers}



A{
font: 11pt Arial, sans-serif;
text-decoration: none ;
font-weight: bold;
color: #FFFFFF;
}
A:hover{
font: 11pt Arial, sans-serif;
text-decoration: underline ;
font-weight: bold;
color: #fad600;
}

#container
{
width:790px;
height:400px	
}

.sidenav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}

.sidecontact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: gray;
}

.style2
{
text-align: left;	
}

.header1
{
background: url('images/back-table1.jpg') no-repeat;	
}

#nav {
width:170px; 
height:350px; 
float:left; 
color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: medium; 
text-align: right; 
padding-right: 10px; 
padding-top: 50px; 
padding-bottom: 0px; 
white-space: inherit; 
word-spacing: normal; 
clear: both;
}

#mainbody
{
float:right;
width:610px;
height:450px;
background-color:gray;
filter:alpha(opacity=60);	
}


#mainbody2
{
float:right;
width:610px;
height:450px;
background-color:transparent;
font-size: 10pt;
}

#contentleft
{
width: 274px;
height: 380px;
margin-top: 50px;
margin-left: 20px;
background-color: white;
float: left;
clear: both;
}

#contentright
{
width:274px; 
height:380px; 
margin-top:50px; 
margin-right:20px; 
background-color:white; 
float:right;		
}

#contentleft1
{
width: 290px;
height: 380px;
margin-top: 50px;
margin-left: 20px;
background-color: white;
float: left;
clear: both;
}

#contentright1
{
width:290px; 
height:380px; 
margin-top:50px; 
margin-right:20px; 
background-color:white; 
float:right;		
}


#contentcenter
{
width:550px; 
height:auto; 
margin-top:50px; 
margin-right:20px; 
background-color:white; 
float:right;	
	
}


#headertext
{
margin-top:14px;
margin-left:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
color:white;
font-weight:bold;	
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:blue
}

#page_content {
	margin-left: 200px;
	background-color:fuchsia
}

#footer {
width:790px;
background-color:purple
}
