/*=====================GENERAL FORMATTING STYLES====================*/
  body {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #1D5E9E;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
	
	#wrapper {
	position:relative;
	width:870px;
	margin: 0 auto;
	padding:0;
	
}
/*========================NAV STYLES=======================*/
#nav a { font-size: 10px; color: #ffffff; font-weight:bold; text-decoration:none;}
#nav a:link { font-size: 10px; color: #ffffff; font-weight:bold; text-decoration:none;}
#nav a:visited { font-size: 10px; color: #ffffff; font-weight:bold; text-decoration:none;}
#nav a:hover { font-size: 10px; color: #FFBA00; font-weight:bold; text-decoration:none;}
/*========================Link STYLES=======================*/
a { color: #1A5E9F; font-weight:bold; text-decoration:none;}
a:link { color: #1A5E9F; font-weight:bold; text-decoration:none;}
a:visited { color: #1A5E9F; font-weight:bold; text-decoration:none;}
a:hover { color: #1A5E9F; font-weight:bold; text-decoration:none;}
/*========================TEXT STYLES=======================*/
input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	}
	
	
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #1C5E9B;
	margin:0;
	padding:0;
	}

p {
	margin:8px 8px 8px 8px;
	padding:0;
	text-align:justify;
	}
	
.picture {
	border:1px solid #000000;
	}
/*========================Footer STYLES=======================*/
#footer {line-height:19px;}
#footer a { font-size: 10px; color: #000000; text-decoration:none;}
#footer a:link { font-size: 10px; color: #000000; text-decoration:none;}
#footer a:visited { font-size: 10px; color: #000000; text-decoration:none;}
#footer a:hover { font-size: 10px; color: #000000; text-decoration:none;}
/*========================DROP DOWN MENU STYLES=======================*/
.menuitem a:link,
.menuitem a:visited {
	width:130px;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	padding:2px 2px 2px 2px;
	color:White;
	font-weight:bold;
	display:block;
	background-color:#70b1d9;
	border: 1px solid Black;
	}
	
.menuitem a:hover {
	color:#1D5E9E;
	background-color:#EAEAEA;
	border: 1px solid Black;
	}