﻿/* All the content boxes belong to the content class. */

/* All the content boxes belong to the content class. */

div#printView 
{
    visibility:hidden;
}

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}

#container 
{
width: 960px;
margin: 0px 0px 0px 0px; 
border: 0px;
padding: 0px;
text-align: left;
margin-right : auto; 
margin-left : auto; 
}


#header {
font-size:larger;
text-align:center;
margin: 0px 0px 10px 0px;
color: #fed960;
height: 150px;
display:none;
}

#navMain {
	float:left;
	width:175px;
	top:20px;
	left:20px;
	padding:10px;

}


#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 
	
#navMain ul li
{
list-style: none;
}
	

#navMain ul li a
{
display:block;
background-color: #06469d;
color: #ffffff;
padding: 5px;
margin-bottom: 6px;
margin-top: 6px;
text-decoration: none;
border-bottom: solid 2px #a1a3a6;
	}
	
	
#navMain ul li a:hover 
{
	background-color: #ffffff;
	color: #06469d;
}

#navMain a, #navMain a:link, #navMain a:visited
{
	text-decoration: none;
	color: #ffffff;
}

#navMain ul ol a, #navMain ul ol a:link, #navMain ul ol a:visited 
{
display:block;
background-color: #ffffff;
color: #06469d;
padding: 5px;
margin-bottom: 6px;
margin-top: 6px;
text-decoration: none;
	}


#userNav  a, #userNav a:link, #userNav a:visited
{
	color: #09c;
	text-decoration: underline;
}

#contents label {
   width: 150px;
   float: left;
   text-align: left;
}


#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 20px 200px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


#footer {
background-color: #06469D;
color: #ffffff;
border:1px solid #ffffff;

padding: 5px;
text-align: center;
clear:both;
}



#footer a:link {
color: #ffffff;
}


#navSection {
display:none;
}


#navUser 
{
	color: #000000;
	}



h1 {color: #000000;	}


img 
{
	margin: 5px;
}
	
a, a:link, a:visited {
	color:#09c;
	}

.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

.normal 
{
		font-size: small;
}

.error 
{
	color: Red;
}


.hide {
    visibility:hidden;
}