/* CSS Document */

@charset "UTF-8";

/* Get rid of browser default margin & padding values */
html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(WN_graphics/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #849DC6;
}

/* Text Styles */

h1 {
	color: #2B4285;
	font-family: Times, serif;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #2B4285;
	font-family: Times, serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #2B4285;
	font-family: Times, serif;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #2B4285;
	font-family: Times, serif;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	color: #2B4285;
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* LINKS */

a.topnav:link{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.topnav:visited{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.topnav:hover{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #776638;
	text-decoration: none;
}

a.topnav:active{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.sidenav:link{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

a.sidenav:visited{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

a.sidenav:hover{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}

a.sidenav:active{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

a.footer:link{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B4285;
	text-decoration:none;
}

a.footer:visited{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B4285;
	text-decoration:none;
}

a.footer:hover{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#696969;
	text-decoration: none;
}

a.footer:active{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B4285;
	text-decoration: none;
}

/* Other Elements */

.MainTable{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #546A93;
	border: 1px solid white
}

.HeaderTable{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.TopSpacer {
	width: 900px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC;
}

.NavTable{
	width: 900px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	background: url(WN_graphics/nav_bg.gif);
}

.FooterTable {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ECECEC;
	text-align: center;
}

.BrownVertBorder {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(WN_graphics/top_border.gif);
}

.photoborder { border-color: #666666; border-width: 1px; border-style: solid; }

.buttons { margin: 5,5,5,5; }

.FormMain{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.DivBorder {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
