body
{
	margin: 0px;
	font-size:0.8em;
	font-family: arial, helvetica, sans-serif;
	width:740px;
	text-align: center;
}

a:visited {	color: blue; }

img{ border:0;}

input
{
	color: black;
}

h2 { font-size: 1.7em; }

h3 
{ 
	padding-top:20px; 
	font-size: 1.4em; 	
}

/******************/
/* Main Nav
/******************/
#navcontainer
{
	float:left;
	width:inherit;
	height:25px;
	font-size:0.8em;
}

#navcontainer a 
{	
	color: White; 
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navlist .current
{
	color: yellow;
}

/******************/
/* Tab List 
/******************/

#navcontainer2 ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#navlist2
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

#navlist2 .current
{
	background: #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}

#navlist2 li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist2 li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #ffffff;
	text-decoration: none;
}

#navlist2 li a:link { color: #448; }
#navlist2 li a:visited { color: #448; }

#navlist2 li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #227;
}

#mainNav
{
	background-color: #036;
	color: White;
	width:100%;
	height:26px;
}

#contentarea
{
	background: #CFDDF8 url(../images/gradientbackgroundTop.jpg) 0 0 no-repeat;
	background-position:top;
	min-height: 300px;
}

#content
{	
	margin:20px 20px 0px 20px;
}

.loginPanel
{
	margin: 9em auto 5em auto;
	width: 400px;
}

#content .instructionBox
{
	background:white;
	border: solid 1px #dadada; 
	margin-bottom:10px;
	padding:6px;
}

/******************/
/* 400px rounded box
/******************/

#content .topimg400
{
	background: url(../images/400-top.png) bottom left no-repeat;
	height: 4px;
	margin: 0px auto;
	display: block;
}

#content .middleimg400
{
	background: url(../images/400-background.png) 0 0 repeat-y;
	margin:0px;	
	display: block;
	text-align: left;
}

#content .bottomimg400
{
	background: url(../images/400-bottom.png) top left no-repeat;
	height: 4px;
	margin: 0px;
	display: block;
}

/******************/
/* 700px rounded box
/******************/

#content .topimg700
{
	padding: 0px;
	background: url(../images/700-top.png) bottom left no-repeat;
	height: 4px;
	margin: 0px;
	display: block;
}

#content .middleimg700
{
	background: url(../images/700-background.png) 0 0 repeat-y;
	margin:0px;
	display: block;
	text-align: left;
	padding: 10px;
}

#content .bottomimg700
{
	background: url(../images/700-bottom.png) top left no-repeat;
	height: 4px;
	margin: 0px;
	padding-bottom:10px;
	display: block;
}

.alertText
{
	font-size:1.2em;
	font-weight:bold;
	color: Red;
}
.bigtext
{
	font-size:1em;
	font-weight:bold;
}
.label
{
	font-weight:bold;
	text-align:left;
	padding: 3px;
}

.button {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #6D8BAD;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px;
}

.footer 
{
	padding-top:1em;
	border-top:1px solid black;
	clear:both;
	font-size:0.7em;
}

/* Standard List */
table.list
{
	border-collapse:collapse;
	width:100%;
}

table.list td
{
	height:25px;
	text-align:left;
	padding-right:5px;
}

table.list td.center
{
	text-align:center;
	padding-right:5px;
}

table.list th
{
	text-align:left;
	border-spacing:0px;
	background-color:#6D8BAD;
	font-weight:bold;
	color:#ffffff;
	padding:3px;
}

table.list .alternatingRow
{
	background:#D8D8D8;
}

table.list .alternatingRowWhite
{
	background:white;	
}

table.maincontent
{
	width:680px;
	text-align:center;
}

table.smallerMainContent
{
	width:600px;
}

table.smallerMainContent td.leftCol
{
	text-align:right;
	width:35%;
	font-weight:bold;
}

table.smallerMainContent td.rightCol
{
	text-align:left;
}

table.smallerMainContent td.middleCol
{
	text-align:left;
	width:18%;
}

table.smallerMainContent tr.headerrow
{
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:thin;
}

.bold {	font-weight:bold; }

.clear 
{
	clear:both;
	height:1px;
}

.disabled {	background-color:GrayText; }
