/* All the content boxes belong to the content class. */
/* All the content boxes belong to the content class. */

div#printView 
{
    visibility:hidden;
}

html
{
	background-color: #d2d3d5;
}

body {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	}
	
#container 
{
background: #ffffff url(/Core/Exeter/Layout/Graphics/bg.jpg);
width: 960px;
margin: 0px 0px 0px 0px; 
border: 0px;
padding: 0px;
text-align: left;
margin-right : auto; 
margin-left : auto; 
}


#headerImage 
{
	text-align: center;
}

#header {
display:none;
}




#navMain {
	float:left;
	width:150px;
	background-color:#939598;
}


#navMain ul {
	margin-left: 0;
	padding-left: 0;
	border: none;
	} 
	
#navMain ul li
{
list-style: none;
}
	

#navMain ul li a
{
display:block;
background-color: #939598;
color: #ffffff;
padding: 5px;
margin-bottom: 6px;
margin-top: 6px;
font-weight: bold;
text-align:right;
text-decoration: none;
font-size: 14px;
border-bottom: solid 2px #a1a3a6;
	}

#navMain ul li a:hover 
{
	background-color: #ffffff;
	color: #939598;
}

#navMain a, #navMain a:link, #navMain a:visited
{
	text-decoration: none;
	color: #ffffff;
}

#rightText {
	float:Right;
	width:220px;
	text-align:center;
}

#rightText img
{
	border: 0px;
}

#contents {
	width:auto;
	margin:0px 220px 0px 150px;
	background-color:#e7e7e8;
	padding:5px;
	}

#footer {
background-color:#eee;
padding: 5px;
text-align: center;
clear: both;
}

img 
{
	margin: 5px;
}
	
h1 {color: #9F381B;	}
a {	color: #1553B2;
	}
a:link {color:#1553B2;}
a:visited {color:#1553B2;}

.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

.formLable 
{
	width: 150px;
	text-align:right;
}

.formLableReq 
{
	width: 150px;
	font-weight:bold;
	text-align:right;
}


.error 
{
	color: Red;
}
