html, body {    
	background: #FFFFFF; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	margin: 0;
		}
		
a {    
	color: #504C5A;    
	text-decoration: none;
	font-weight: bold;
		}
	
a:hover { 
	color: #0079C1;
	text-decoration: none;
	font-weight: bold;
		}

#container {    
	margin: left;
	width: 738px;
		}
	
#left {    	
	float: left;    
	width: 181px;
		}

#middle {   
	float: left;
	width: 446px;
	text-align: left;
		}

#right {	
	float: right;
	height: 70px;
	width: 111px;
	background: #7CB6DA;
		}
		
#right2 {	
	float: right;
	height: 30px;
	width: 111px;
	background: #D2D2D2;
		}

#logo { 
	height: 100px;
	width: 181px;
		}
	
#tech { 
	height: 200px;
	width: 181px;
	padding-top: 50px;
	    	}
	     
#banner {	
	height: 70px;
	width: 446px;
	background: #66AFDA;
		}
		
#topnav {
width: 446px;
height: 30px;
background: #E0E0E5;
color: #504C5A;
		}

#topnav ul {
overflow:hidden;
margin: 0;
padding-left:1em;
list-style: none;
		}

#topnav li {
float: left;
padding:.7em;
margin: 0 ;
		}

#topnav a {
display: block;
margin-right:.55em;
color: #504C5A;
text-decoration: none;
		}

#topnav a:hover {
color: #0079C1;
		}

#topnav li.active {
background: url(images/nav_triangle.gif) no-repeat 50% 0px;
margin-right:.7em;
font-weight: bold;
		}
		
.boldblue {	
	color: #0081C5;
	font-size: 1.25em;
	line-height: 30px;
	margin-right: 10px;
	font-weight: bold;
		}
		
.boldblue2 {	
	color: #0081C5;
	font-size: 1.175em;
	line-height: 20px;
	margin-right: 10px;
	font-weight: bold;
		}
		
.caps2 {	
	color: #0081C5;
	font-size: 1.175em;
	line-height: 20px;
	font-weight: bold;
		}
		
.top {	
	color: #000;
	font-size: 1.25em;
	line-height: 30px;
	font-weight: normal;
		}
		
.blue {	
	color: #0081C5;
	font-size: 1.25em;
	line-height: 30px;
	font-weight: normal;
		}
		
#text {	

	margin-top: 21px;
	line-height: 18px;
	margin-right: 30px;
		}
		
fieldset {
	border: 0;
	}
		
label  {
    font-weight: normal;
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 125px;
    }
    
label.fieldLabel  {
    display: inline;
    float: none;
    }
    
input.formInputText  {
    font-size: .8em;
    color: #666;
    background-color: #E9E9EE;
    padding: 2px;
    border: solid 1px #504C5A;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
    }
    
input.formInputText:hover {
    background-color: #A6C5D8;
    border: solid 1px #7CB6DA;
    color: #000;
    cursor: pointer;
    }
    
    input.formInputText:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #006600; 
    cursor: text;
    }
		
#test {	
	margin-top: 21px;
	margin-left: 26px;
	margin-right: 12px;
	line-height: 16px;
	color: #0079C1;
		}
		
#test2 {	
	margin-top: 11px;
	margin-left: 26px;
	margin-right: 12px;
	font-size: .75em;
	line-height: 12px;
	color: #000;
		}
		
#addr {	
	margin-top: 10px;
		}
		
#credits {
	font-size: 9px;
	margin-top: 60px;
		}

