﻿* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}

#navbar {
 border: 0px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 background-color: #4E5456;
 }

a:link {color: #0000ff;  font-weight: bold; }
a:visited {color: #894f7b; font-weight: bold; }
a:hover {
	text-decoration: none;
	background-color: #151A1C;}
a:active {color: red; } 



#header {
 border: 0px solid #ccc;
 margin: 5px 5px 5px 5px;
 height: 70px;
 padding: 10px;
 background-color: #354C56;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 5px 0px 5px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 24%;
 float: left;
 border: 0px solid #ccc;
 background-color: #465156;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 1px solid #ccc;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 71.4%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #2B3539;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}

.style1 {	text-align: center;}
.style2 {	text-decoration: none;}
.style3 {	color: #FFFFFF;}
.style9 {	text-align: left;}
.style10 {	font-family: "Trebuchet MS";	font-size: x-large;	color: #FFFFFF;}
.style11 {	border-width: 0px;}

