/* CSS Document */
html { 
margin : 0; 
padding : 0; 
height : 100%; 
width : 100%; 
} 
body {

background: #ffffff url(/Core/FelixstoweTC/Layout/Graphics/Bg.jpg);
font-family:Arial;
font-size:medium;
color: #004080;
border: 0px 0px 0px 0px;
}

#container {
width: 917px;
background: #ffffff url(/Core/FelixstoweTC/Layout/Graphics/containerBg.gif);
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
border: 10px solid #b4c7dd; 
}

#header 
{
	display:none;
}


#navSection 
{
	padding: 10px 0px 10px 0px;
	background-color: #cfdcec;
	text-align: center;
}

#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;
    font-weight:bold;
    font-size:medium;   
    text-decoration: underline;
}

#navMain 
{
	margin-left: 30px;
	text-align:center;
	float:left;
	width:120px;
	padding-bottom: -2px;
	}
	


#navMain ul {
padding: 0px 12px 0px 0px;
margin: 0px;
list-style: none;

}

#navMain ul a 
{
display:block;
padding: 5px 15px 5px 5px; 
width: 95px;
color:#184298;
text-decoration: none;
border-bottom:1px dashed black;
}

 
#textChange 
{
	float: right;
}

#contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	min-width:120px;
	width: 697px;
	margin-left: 178px;
	padding:0px 20px 10px 10px;
	text-align: left;
	color: #004080;
	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, #contents a:link,#contents  a:visited{
	color:#2014b8;
	font-weight:600;
	text-decoration: underline;
	}
	
#contents a:hover {background-color:#eee;}

#mainContents 
{
	margin: 0px 10px 0px 10px;
}

#mainContents img 
{
	margin: 10px 10px 10px 10px;
}

#footer 
{
	clear:both;
	text-align:center;
    color: #004080;
}

#footer a 
{
    color: #0851c0;
}

#printView 
{
    visibility:hidden;
}

.navMainClass span 
{
    font-weight:bold;
}

.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

.navTitle 
{
	font-weight:bold;
}

#contents td, #contents tr
{
	padding: 5px;

	}
