/* CSS Document */
body { 
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans serif;
	font-size: 90%;
	text-align: left;
}

#banner {
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom: 2px solid #000066;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	width: 90%;
	min-width: 600px;
	max-width: 1000px;
}

#nav {
	width: 100%;
	padding: 10px 0 5px;
	height: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color:#F3D752;
	color:#000066;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	vertical-align: middle;
}

#nav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}

#nav ul li a {
	text-decoration: none;
	margin: -2px;
	padding: 0 1.25em;
	border-right: 3px groove #000066;
	color: #000066;
	font-size: 95%;
	font-weight: bold;
}

#nav a.last {
	border-right: 0 none;
	font-size: 95%;
}

#nav a:hover {
	color: #FFFFFF;
	background-color:#000066;
}

#crumb {
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000066;
	height: 15px;
}

#crumb p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#crumb a {
	color: #000066;
	text-decoration: none;
	font-weight: normal; 
}

#crumb a:hover {
	background-color:#F3D752;
}

#content ul.home {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content li.home {
	padding-top: 2px; 
	position: relative;
}

#content .arrow {
	margin: 0 10px 0 5px;
	float: left;
	vertical-align:middle;
}

#content .arrow2 {
	margin: 5px 10px 0 5px;
	float: left;
	vertical-align:middle;
}

#content .item {
	padding: 10px 0 10px 5px;
	background-color: #F3D752;
	border: 2px solid #ffffff;
	width: 150px !important;
	float: left;
}

#content .item2 {
	padding: 15px 0 20px 5px;
	background-color: #F3D752;
	border: 2px solid #ffffff;
	width: 150px !important;
	float: left;
}

#content .item2 a { color: #000066; text-decoration: none; font-weight: bold; margin-top: 10px; }

#content .item2 a:hover { text-decoration: underline; }

#content .desc {
	padding-top: 2px;
}

#content .desc p { padding: 0; margin: 0;  color: #333333; }

#content .desc p.short { padding-top: 8px; }

#content a { color: #000066; text-decoration: none; font-weight: normal; }

#content a:hover { text-decoration: underline; }

#content .item a { color: #000066; text-decoration: none; font-weight: bold; }

#content .item a:hover { text-decoration: underline; }

#news {
	clear: both;
}

#news a {
	color: #000066;
	text-decoration: none;
}

#newsh {
	font-weight: bold;
	font-size: 18px;
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 150px !important;
	color: #000066;
	text-align:center;
}

#newsh img {
	vertical-align: middle;
}


#update {
	padding-left: 5px;
	border-top: 2px solid #000066;
	height: 15px;
}

#update p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#footer {
	clear: both;
	text-align: left;
	font-size:90%;
	min-width: 600px;
	max-width: 1000px;
	background: #FFFFFF;
	border-top: 2px solid #000066;
}

a.nav {
	list-style-image:url(/images/bullet_arrow.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 3;
	letter-spacing: .1875;
	vertical-align: middle;
}

img.nav {
	position: relative;
	left: -10px;
}

.clear { clear: both; }

ul.bl {
	list-style-type: circle;
}

li.bl {
	list-style-type: disc;
	margin-left: 15px;
}

ul.main {
	list-style-type: none;
}

#db {
	text-align: center;
}

table.db {
	width: 80%;
}

table.db a { color: #000066; text-decoration: none; font-weight: normal; }

table.db a:hover { text-decoration: underline; }


td.ylw {
	background-color: #F2E382;
	color: #000066;
}

ul.innav {
	margin: 0;
	padding: 0 0 5px 0;
}

ul.innav li {
	display: inline;
	margin: 0;
	padding: 0 0 5px 0;
}

li.news a {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
}

li.news a:hover {
	text-decoration: underline;
}

.alert { font-weight: bold; color:#B01313; }