body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:  Arial, Helvetica,  sans-serif;
	color: #000;
	font-size: 80%;

}
/* All Page Links */
a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
/* Main Page Container */
#container {
	width: 990px;
	margin: 5px auto 0 auto;
	padding: 0px;
	border: 1px solid #281173;
	}
/* Header Container */
#header {
	
}
	
	#sitelinks {
	
	padding: 0 0 0 0px;
	}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
	display: block;
	vertical-align: middle;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	
	}
		#sitelinks ul li a {
	display: block;
	vertical-align: middle;
	width: 122px;
	height: 32px;
	border-left: none;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	font: 13px Arial, Helvetica,  sans-serif;
	font-weight: bold;
	background-color: #B4D6F8;
			}
		#sitelinks ul li a:hover {
	background-image: none;
	color: #FFF;
	background-color: #DE6300;
					}
		#sitelinks a:active {
	color: #CCC;
	background-color: #285597;
		}
		#sitelinks li#active a {
	color: #CCC;
	background-color: #285597;
		}
		#sitelinks li a#linkright {
			border-right: 1px solid #000;
		}

	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 200px;
		padding: 0;
		margin: 0;
		list-style: none;
	
	}
	#nav li { /* all list items */
		float: left;
		color: #281173;
		/* width needed or else Opera goes nuts */
		width: 200px;
		
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	text-decoration: none;
	padding: 4px;
	height: 16px;
	

	}
	#nav li a:hover {
		background-color: #FF0000;
		border-bottom: 4px solid #819957;
		padding: 4px 4px 0 4px;
	}

/* Page content */
#content {
	width: 960px;
	color: #000;
	padding-top: 0px;
}	
	#menusubnav { /* Sub Menu Container */
		display: block;
		float: left;
		width: 169px;
			}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
	display: block;
	width: 100%;
	padding: 8px 0px 8px 0px;
	border-bottom: 3px solid white;
	text-decoration: none;
	font-weight:bold;
	color: #000;
	background-color: #B4D6F8;
	text-indent: 4px;
		}
		ul#subnav li a:hover {
	background-image: none;
	color: #fff;
	text-decoration: none;
	background-color: #DE6300;
			}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: none;
		font-size: 11px;
		
			}
	
#content_text {
		display: inline;
		padding-top: 10px;
		float: right;
		width: 780px;
	}
#footer {
	font-size: 85%;
	padding: 5px;
	border-top-width: 1px;
	border-top-color: #281173;
	border-top-style: solid;
}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #281173;
}
h2 { /* Page Sub Header */
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #281173;
}
h3 {
	color: #281173;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
	.tobbottomborders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6272C4;
	border-bottom-color: #6272C4;
}
	.tobborder {
	border-top-width: 1px;
	border-top-color: #6272C4;
	border-top-style: solid;

}
.address {
	font-size: 13px;
}
.date {
padding-top: 4px;
margin-left: 450px;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
.white {
	color: #FFFFFF;
}
.sub {
font-size:85%;
}
.red {
color: #FF0000 
}
.bronze {
color: #DE6300;
}  
#inverse {
	color: #FFFFFF;
	background-color: #4252B5;
	display: block;
	width: 122px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
 #inverse a{
	color: #FFFFFF;
	background-color: #4252B5;
	display: block;

}
 #inverse a:hover{
	color: #FF9E1C;
	background-color: #4252B5;
	display: block;

}
.date {
padding-top: 4px;
margin-left: 420px;
}