body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
    margin: 0;
	padding: 0;
	background-color: #003399;
	background-repeat: no-repeat;
	text-align:center
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	height: 1000;
	}

#nav {
	float: left;
	width: 190px;
	height: 1000px;
	border:thin #FF6600 solid;
	border-bottom:none;
	background-image:url(../background3.jpg);
}
#content {
     float:right;
	 width: 800px;
	 height: 1000px;
	 border:thin #FF6600 solid;
	 border-bottom:none;
	 background-color:#003366;	 
}
#footer {
     clear: both;
	 width: 998px;	
	 border:thin #FF6600 solid;
	 padding-top:5px;
	 padding-bottom:5px;
	 font-weight:bold;
}	 
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}

.largeLink { 
    color:#FFFFFF;
	text-decoration: none;
	font-size:large;
}
.header {
    font-weight:bold;
	font-size:smaller;
}
.lgHeader {
    font-size:larger;
	font-weight:bold;
}
    