/* 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;
	padding:0px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}

#header {
color: black;
font-size:larger;
text-align:center;
margin: 0px 0px 0px 0px;
}

#navSection {
	padding: 3px;
	margin-bottom: 10px;
	text-align: center;
	}

#navSection ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navSection ul li {
	margin-left: 0;
	padding-left: 10px;
	border: none;
	list-style: none;
	display: inline;
	}

#navSection ul li.first 
{
	padding-left: 0px;
}

#navMain {
	padding: 3px;
	margin-bottom: 10px;
	text-align: left;
	}

#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 

#navMain ul li {
	margin-left: 0;
	padding-left: 2px;
	padding-bottom: 8px;
	border: none;
	list-style: none;
	}

#navMain a, #navMain a:link, #navMain a:visited
{
	text-decoration: none;
}

.title {
color: black;
font-size: x-large;
}
.subTitle {
color: black;
font-size: large;
}

.error 
{
	color: Red;
}

#contents label {
   width: 250px;
   float: left;
   text-align: left;
}

#footer {
background-color:#eee;
padding: 5px;
text-align: center;
}

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 0px;
    border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navMain {
	float:left;
	width:128px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;
}


.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}

img 
{
	margin: 5px;
}
	
a, a:link, a:visited {
	color:#09c;
	text-decoration: none;
	}
a:hover {background-color:#eee;}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}


#container {

width: 965px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}


.title {
color: #fed960;
}
.titleSub {
color: #fed960;
}

.error 
{
	color: Red;
}

#footer {
background-color: #383A59;
color: #ffffff;
border:1px solid #1553B2;
}
#footer a:link {
color: #ffffff;
}

#contents {
	border:1px solid #1553B2;
	background-color: #FFFFFF;
	}

#navSection 
{
	margin-top: -24px;
background-color: #1553B2;
}

#navSection a, #navSection a:link, #navSection a:visited {
color: #ffffff;
font-weight:bold;
}

#navSection a:hover{
	color: #1553B2;
	background-color:#ffffff;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #383A59;
}

#navMain {
float:right;
	color: #9F381B;
	border:none;
	background-color:#ffffff;
	}
	
#navMain a:hover{
	color: #ffffff;
	background-color:#383A59;
	border:1px solid #1553B2;
}


body {
	color: #383A59;
	background-color: #ffffff;
	}
	
h1 {color: #9F381B;	}
a {	color: #1553B2;

border-bottom:1px solid #1553B2;
	}
a:link {color:#1553B2;}
a:visited {color:#1553B2;}
a:hover {background-color:#383A59;
		color: #ffffff;
}


