/* CSS Document */

body {
text-align:center;
font-family: "Arial";
margin-left: 0 auto;
margin-right: 0 auto;
}

#container {
width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-left: 0 auto;
margin-right: 0 auto;
}

#header 
{
    width: 960px;
    height: 200px;
    display:block;
    z-index: 2;
    

}

#navMain {
	float:left;
	background: #c2f0fd url("/Core/BudleighSalterton/Layout/Graphics/navMainBg.gif") repeat-y;
	width:160px;
	padding-bottom: -2px;
	margin-top: 0px;
	text-align: center;
	}
	
	#navMainBgTop 
	{
	    height:76;
	    background: url("/Core/BudleighSalterton/Layout/Graphics/navMainTopBg.gif");
	    padding-left: -5px;
	    width:160px;
	    
	}
	
	#navMainBgBot 
	{
	    height:76;
	    background: url("/Core/BudleighSalterton/Layout/Graphics/navMainBotBg.gif");
	    padding-left: -5px;
	    width:160px;
	}
	

#navMain ul {
padding: 0px 12px 0px 12px;
margin: 0px;
list-style: none;
}

#navMain ul a 
{
display:block;
padding: 5px;   
width: 120px;
color:#ffffff;
text-decoration:underline;
}

#navUser 
{	float:right;
	width:178px;
    padding: 0px 0px 0px 0px;
	background: #000000;
	text-align: center;
	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;
    }

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	background-color: #fffdbb;
	width:inherit;
	min-width:120px;
	width: 700px;
	margin-top: 7px;
	margin-left: 174px;
	padding:5px 10px 10px 10px;
	text-align: left;
	color: #4c7aac;
	border: 6px solid #4c7aac;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		}

#contents label {
   width: 200px;
   float: left;
   text-align: left;
}

#contents a {
	color:#801477;
	font-weight:600;
	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 
{
	clear:both;
	text-align:center;
    background: #ffffff url(/Core/BudleighSalterton/Layout/Graphics/footerBg.gif) no-repeat;
    display:block;
    width: 960px;
    color: #ffffff;
    height: 150px;
}

#footer a 
{
    color: #ffffff;
}

#printView 
{
    visibility:hidden;
}

.navMainClass
{
    color: #ffffff;
    padding-left: 5px;
}

.navMainClass span 
{
    font-weight:bold;
}

.headingText 
{
	font-size:x-large;
}

.HeadingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}
