/* CSS Document */

body {
text-align:center;
background-color: #ffffff;
font-family: "Arial";
font-size:medium;
margin-left: 0 auto;
margin-right: 0 auto;
color: #0851c0
}

#container {
margin: 0px 0px 0px 0px; 
text-align: left;
margin-left: 0 auto;
margin-right: 0 auto;
}

#header 
{
margin-left: 150px;	
background: #ffffff url(/Core/Ngage/Layout/Graphics/headingBg.jpg) repeat-x;
}



#navMain {
	float:left;
	padding-top: 150px;
	background: #ffffff url(/Core/Ngage/Layout/Graphics/navMainBg.jpg) no-repeat;
	width:150px;
	padding-bottom: -2px;
	}
	

	

#navMain ul {
padding: 0px 12px 0px 0px;
margin: 0px;
list-style: none;
}

#navMain ul a 
{
background: url(/Core/Ngage/Layout/Graphics/ButtonGraphic.gif) no-repeat left center;	
display:block;
padding: 5px 5px 5px 30px;  
width: 75px;
margin-bottom: 10px;
margin-left: 95px;
color:#000000;
text-decoration:underline;
font-size: 11px;
font-weight:bold;
}

#navMain ul a:hover {
background: url(/Core/Ngage/Layout/Graphics/ButtonGraphic.gif) no-repeat right center;
}

#navUser 
{	
	clear:left;
	float:left;
	width:150px;
    padding: 0px 0px 0px 0px;
	background: #000000;
	margin-right: 14px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	}

#navUser a
{
 color: #ffffff;
 padding-bottom: 5px;
}
    #navUser .navTitle 
    {
        font-weight:bold;
        font-size:larger;
    }
    
#textChange 
{
	float: right;
}

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:inherit;
	min-width:120px;
	border:0px solid black;
	margin-left: 208px;
	padding:5px 10px 10px 10px;
	text-align: left;
	color: #0851c0;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		}

#contents a {
	color:#ae2930;
	text-decoration: underline;
	}
	
#contents a:hover {background-color:#eee;}
#contentsSub {
clear:right;
float:right;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


#footer 
{
	margin-top: 7px;
    padding-top: 3px;
	text-align:center;

}

#footer a 
{
    color: #ae2930;
}

#printView 
{
    visibility:hidden;
}

.navMainHr
{
	background: #0851c0 url(/Core/Truro/Layout/Graphics/navMainHr.jpg) no-repeat;
}

.navMainClass span 
{
    font-weight:bold;
}

.headingText 
{
	font-size:x-large;
	color: #7c9c27;
}

.subHeadingText 
{
	font-size:large;
	color: #7c9c27;
}

#contents td, #contents tr, #contents img 
{
	padding: 0px;

	}

h1, h2, h3
{
	color: #7c9c27;
	}
