

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #05103b;
	background-color: #82C0FF;
	margin: 10px;
	padding: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
	width: 1000px
}

a:link {color: #031f4f;
text-decoration: underline;}

a:hover {
	color: #031f4f;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}	
a.brown:link {
	color: #8D6E52;
	text-decoration: none;
	font-weight: bold;		
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.brown:visited {
	text-decoration: none;
	color: #8D6E52;	
}
a.white:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}	
a.brown:hover {
	text-decoration: none;
	color: #8D6E52;	
}
a.white:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.brown:active {
	text-decoration: none;
	color: #8D6E52;
}

h1 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #020030;}

h2 {font-size: 1.3em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #020030;}

h3 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color: #020030;}

h4 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color: #020030;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color: #020030;}


div#header {
	padding: 0;
	text-align: justify;
	background-color: #255E93;
	color: #0a0a0a;
	width: 1000px;
	height: 100px;
}

div#topnav {
	padding: 2%;
	text-align: left;
	background-color: #B3977D;
	color: #000000;
	height: 20px;
	font-size: x-large;
	font-weight: bold;
	width: auto;
}

div#footer {
	padding: 10px;
	text-align: center;
	clear: both;
	width:  auto;
	background-color: #B3977D;
}

div#maincontent {
	padding: 2%;
	text-align: justify;
	margin-left:  280px;
	width: auto;
	background-color: #DEF1FF;
	color: #05103b;
	background-color: #E6F2FF;
}

div#leftcolumn {
	padding: 2%;
	float: left;
	text-align: left;
	background-color: #162343;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: medium;
}
