﻿body 
{
	background: #e0e0e0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
}
img 
{
	border: none;
	margin: 0;
}
h1 
{
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	border-bottom: solid 1px #888;
	color: #004ec1;
}
table#appForm td.label 
{
	font-weight: bold;
}
a:link, a:visited 
{
	text-decoration: none;
	color: #003991;
}
a:hover 
{
	text-decoration: underline;
	/*color: #d90000;*/
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.errMsg
{
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
	border: 2px solid #ff0000;
	padding: 10px;
}
div.error { font-weight: bold; color: #ff0000; text-indent: 20px; } 
input.error, textarea.error { border: solid 1px #ff0000; }
div.greybox 
{
	text-align: center;	
	margin: 0 auto;
}
div.greybox a:link, div.greybox a:visited 
{
	width: 180px;
	height: 50px;
	padding-top: 15px;
	background: #e0e0e0 url('../images/boxbg.gif') repeat-x 0 -5px;	
	color: #004ec1;
	font-size: 1.5em;
	/*border: solid 1px #888; -- no longer used, due to niftycube */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}
img.random
{
	margin-top: 40px;
}
img.replace 
{
	vertical-align: bottom;
}
div.greybox a:hover 
{
	text-decoration: none;
	color: #000;
}

div.redstripe
{
	background: #D90000;
	height: 8px;
	width: 100%;
}
div#bluestripe
{
	background: #003991;
	height: 8px;
	width: 100%;
	margin: 3px 0;
}
div#container
{
	margin: 0 auto;
	width: 900px;
	border: solid 1px #888;
	border-bottom: none;
	background: #fff;
}
div#subnav 
{
	width: 180px;
	min-height: 150px;
	background: #c0c0c0;
}
div#subnav ul 
{
	margin: 0;
	padding: 10px;
}
div#subnav li 
{
	list-style-type: none;
	border-bottom: dotted 2px #fff;	
	padding: 5px;
}
div#subnav li#current
{
	font-weight: bold;
}
div#subnav li a:link, div#subnav li a:visited
{
	color: #000;
	text-decoration: none;
}
div#subnav li a:hover 
{
	color: #000;
	text-decoration: underline;
}
div#nav 
{
	background: #003991;
	height: 32px;
	margin-top: 0;
}
div#nav ul 
{
	padding: 0;
	padding-top: 0.8em;
	margin: 0;
	white-space: nowrap;
}
div#nav li 
{
	display: inline;
	list-style-type: none;
	border-right: solid 2px #fff;
	margin: 0;
	padding: 0 1em;
	
}
div#nav li.last
{
	border: none;
}
div#nav li a:link, div#nav li a:visited 
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
div#nav li a:hover 
{
	text-decoration: underline;
	color: #fff;
}
div#main 
{
	min-height: 400px;
	overflow: visible;
	height: auto !important;
	height: 400px;
	height: auto;
	margin: 40px;
}
div#bottomnav 
{
	background: #fff;
	height: 52px;
	font-size: 10px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #888;
}
div#bottomnav ul 
{
	padding: 0;
	padding-top: 0.8em;
	margin: 0;
	white-space: nowrap;
}
div#bottomnav li 
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
	
}
div#bottomnav li a:link, div#bottomnav li a:visited 
{
	text-decoration: underline;
	color: #000;
}
div#bottomnav li a:hover 
{
	text-decoration: none;
	color: #888;
}