/* CSS Document */

body {
text-align:center;
background-color: #ffffff;
font-family:Arial;
font-size:medium;
}

#container {
width: 950px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-left: auto;
margin-right: auto;
border: solid 5px #8c8890;
}


#header 
{
    display:block;
    width: 950px;
    height: 170px;
}


#navSection 
{
	background: #c2f0fd url(/Core/Oswestry/Layout/Graphics/navSectionBg.jpg) repeat-y;
	padding: 3px 40px 3px 3px;
	text-align: Right;
	height: 40px;
	}

#navSection ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#navSection ul li 
{

	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	list-style: none;
	display: inline;
	}

#navSection ul li+li
{
	border-left: 1px solid #184298;    
}

#navSection ul li a 
{
    color: #184298;
    text-decoration: underline;
    font-size: medium;
    font-weight:bold;
}

#navMain 
{
	text-align:center;
	float:left;
	width:120px;
	padding-bottom: -2px;
	padding-left: 5px;
	}
	


#navMain ul {
padding: 0px 12px 0px 0px;
margin: 0px;
list-style: none;

}

#navMain ul a 
{
display:block;
padding: 0px 15px 5px 5px; 
width: 95px;
color:#184298;
text-decoration: none;
border-bottom:1px dashed black;
}

#textChange 
{
	float: right;
	font-size: small;
	margin-right: 25px;
}

#contents 
{
	margin: 0px 25px 0px 160px;
}

#footer 
{
    padding-top: 3px;
clear:both;
text-align:center;
    color: #000000;
    	margin: 0px 15px 0px 160px;
}

#footer a 
{
    color: #801477;
}

a {
	color:#801477;
	text-decoration: underline;
	}

.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

#contents td, #contents tr
{
	padding: 5px;

	}
