.navLink:link { text-decoration:none; font-weight:bold;color: #ffffff;}
.navLink:visited {text-decoration:none; font-weight:bold;color: #ffffff;}
.navLink:hover { text-decoration:none;font-weight:bold;color: #ffffff;}
.navLink:focus { text-decoration:none;font-weight:bold;color: #ffffff;}

a:link{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:visited{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:hover{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:focus{text-decoration:underline;font-weight:normal;color:#5a6375;}

hr {
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	border: none;
}

div{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #222222;
	font-size:16px;
}
html{
	min-height: 101%;
}
body{
	margin:0px;
	padding:10px;
	background-color: #ffffff;
}
#top{
	width:950px;
	margin: 0px auto;
	position:relative;
}
.nav{
	text-align: center;
	font-size: 16px;
	background-color: #05072e;
	border-bottom: 1px solid #ffffff;
}
.nav:hover{
	background-color: #ffb400;	
	cursor:pointer;
}
#head{
	height:130px;
	position:relative;
}
#headad, #headnortheast{
	position:absolute;
	right:0px;
}
#headad{
	bottom:0px;
}
#headnortheast{
	top:5px;
}
#headline{
	font-weight: bold;
	font-size: 24px;
	margin-left: 222px;
	padding:8px;
	background-color: #05072e;
	color: #ffffff;
	margin-bottom: 60px;
}
#content{
	margin-left: 220px;
	padding:8px;
}
.redalert,alert{
	color: #991111;
}
.alert{
	font-weight:bold;
	border:1px dashed #772200;
	padding:5px;
	margin-top:30px;
	margin-bottom:30px;
	background-color: #ffdd99;
	text-align: center;
}
.alertLink:visited,.alertLink:hover,.alertLink:link,.alertLink:focus{
	font-size: 130%;
	color: #222222;
	font-weight: bold;
	margin-left:20px;
	color: #772200;
}
.small{
	font-size: 10px;
}
.medium{
	font-size: 14px;
}

.tab{
	table-layout:fixed;
	width:100%;
	border-collapse: collapse;
	font-size:14px;
}
.tab td{
	overflow:hidden;
	border-top: 1px solid #dddddd;
}
.tab th,.tab td{
	padding: 5px;
}
.tab th{
	background-color:#e5e5e5;
	text-align: left;
}
.win{
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
.footnote{
	font-size: 12px;
	color: #777777;
}
#foot{
	position: relative;
	clear: both;
	text-align: center;
	margin-top: 40px;
	padding: 10px;
	border-top: 1px dashed #777777;
}
#foot a{
	text-decoration:none;
	font-weight:normal;
	color: #777777;
}
.red{
	color: #bb2222;
}
.highlighthover:hover{
	background-color: #ffcc50;
	cursor:pointer;
}