/* CSS Document */
html { 
margin : 0; 
padding : 0; 
height : 100%; 
width : 100%; 
} 

body {
background: #ffffff;
font-family:Arial;
font-size:small;
color: #004080;
border: 0px 0px 0px 0px;
}

#container {
width: 970px;
background-color: #46b4c1;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
border: 10px solid #46b4c1; 
}

#header 
{
	display:none;
}


#navSection 
{
	padding: 2px 0px 10px 0px;
	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 #ffffff;    
}

#navSection ul li a 
{
    color: #ffffff;
    font-weight:bold;
    font-size:medium;   
    text-decoration: underline;
}

#navMain 
{
	text-align: left;
	float:left;
	width:160px;
	background: #84c5c6;
	}

#navMain ul {
padding:  10px 5px 0px 5px;
margin: 0px;
list-style: none;
}

#navMain ul a 
{
display:block;
margin-left: 10px;
margin-right: 10px;
padding: 5px 15px 5px 5px; 
width: 120px;
color:#184298;
text-decoration: none;
}

 
#textChange 
{
	float: right;
}

#contents 
{
	background-color: #84c5c6;
}

#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 {
	padding: 5px 10px 10px 10px;
	background: #ffffff;
	min-width:120px;
	margin-left: 178px;
	text-align: left;
	color: #004080;
}

#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;

	}
#news { 
background-image : url(bottom.png); 
background-repeat : no-repeat; 
background-position : center; 
height : 100px; 
width : 100%; 
position : fixed; 
bottom : 0; 
z-index : 5; 
} 