@charset "iso-8859-1";
body {
	margin: 0;
	background-color: #CCFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a {
	color: #00248F;
	}
	

a:hover {
	color: #807360;
	}

td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

h1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	}

h2 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: #003F81;
	}

h3 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
	}
	
.input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container {
	border: solid 1px #003F81;
	border-collapse: collapse;
	width: 600px;
	height: 100%;
	}

#header {
	height: 75px;
	background: #009999;
	border: solid 1px #003F81;
	}
	
.nav {
	height: 25px;
	width: 300px;
	background: #99FFFF;
	text-align: center;
	color: #FFD980;
	font-weight: bold;
	border: solid 1px #003F81;
	}

.subnav {
	height: 25px;
	background: #009999;
	border: solid 1px #003F81;
	}
	
.content {
	background: #ffffff;
	font-size: 12px;
	padding: 10px;
	border: solid 1px #003F81;
	}

#footer {
	height: 50px;
	background: #009999;
	font-size: 10px;
	border: solid 1px #003F81;
	}
	
#frame_container {
	width: 90%;
	border: solid 1px #003F81;
	border-collapse: collapse;
	height: 100px;
	}

#frame_header {
	background: #009999;
	border: solid 1px #003F81;
	}
	
.frame_nav {
	height: 25px;
	width: 50%;
	background: #99FFFF;
	color: #FFD980;
	font-weight: bold;
	border: solid 1px #003F81;
	text-align:center;
	}
	
.linkitem {
	color: #333333;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
.sublinkitem {
	padding-bottom: 3px;
	}
	
.breadcrumbs {
	display: block;
	border-bottom: 2px dotted #666666;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
	}

.over { background-color: #e5f4ff; color: #cccccc}
