body {
margin : 0;
padding : 0;
background: #999;
font-family : georgia, verdana, arial, sans-serif;
font-size : 0.8em;
line-height : 1.6em;
border-top : 10px solid #eee;
border-bottom : 10px solid #eee;
border-left : 10px solid #eee;
border-right : 10px solid #eee;
}
form {
margin: 0px 0px 35px 0px;
}
div#banner {
padding : 2%;
text-align : center;
background-color : #003366;
color : #ffffff;
}
div#footer {
padding : 1%;
text-align : left;
clear : both;
background-color : #003366;
color : #ffffff;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.right {
	float: right;
	margin:3px;
}	
.left {
	float: left;
	margin:3px;
}
.center {
	text-align : center;
	}

div#content {
padding : 2%;
text-align : left;
margin-right : 25%;
background-color : #ffffff;
color : #4f4f4f;
margin-bottom : 0px;
}
#content h2 {
font-family : verdana, arial, sans-serif;
color : #fff;
background-color : #003366;
padding: 5px;
margin-bottom : 10px;
font-weight : bold;
text-align : center;
clear: left;
}
#content h3 {
font-family : georgia, verdana, arial, sans-serif;
color : maroon;
text-indent : 15px;
border-bottom : 1px solid maroon;
margin-bottom : 10px;
font-weight : bold;
font-size: large;}
#content A:link {
color : #003366;
text-decoration : none;
font-weight : bold;
}
#content A:visited {
color : #003366;
text-decoration : none;
font-weight : bold;
}
#content A:active {
color : #003366;
font-weight : bold;
}
#content A:hover {
color : #003366;
font-weight : bold;
border-bottom : 2px dotted #003366;
}

div#menu {
padding : 2%;
float : right;
background-color : #999;
font-family : verdana, arial, sans-serif;
color : #333;
font-size : small;
font-weight : normal;
line-height : 140%;
color : #ffffff;
height : 100%;
width : 20%;
}
#menu h2 {
font-family : georgia, verdana, arial, sans-serif;
color : #fff;
font-size : small;
font-weight : bold;
padding : 2px;
margin-top : 10px;
letter-spacing : 0.1em;
border-bottom : 1px dashed #fff;
text-align : center;
background : #999;
}
.hide {
	display:none;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
background-color: #999;
color: #003366;
text-decoration: none;
font-weight : bold;
}
#menu a:hover {
background-color: #999;
color: maroon;
text-decoration: none;
font-weight : bold;
}
#menu ul,li {
color: #003366;
font-weight: bold;}
.columns { 
	
	width:100%; 
	padding: 0px;	
	margin: 0px;
	background-color: white;
	
}

.column-1 { 
	float: left; 
	width:31%; 
	padding: 3px;	
	margin: 3px;
	background-color: white;
}
.column-2 { 
	float: left; 
	width:31%; 
	padding: 3px;
	margin: 3px;
	background-color: white;
}
.column-3 { 
	float: left; 
	width:31%; 
	padding: 3px;
	margin: 3px;
	background-color: white;
}
