/* CSS Document */
html { 
margin : 0; 
padding : 0; 
height : 100%; 
width : 100%; 
} 

#question .fLabel
{
    width: 250px;
    display: inline-block; 
}

body 
{
font-family:Arial Rounded MT Bold;
color: #0d4481;
border: 0px 0px 0px 0px;
}

#header 
{
	margin-left: 45px;
		text-align: center;
}

#navSection 
{
	margin-left: 168px;
	font-family:Birdman, Arial Rounded MT Bold;
	width: 650px;
	padding: 10px 0px 10px 0px;
	background-color: #d3b6d7;
	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;
    text-decoration: underline;
}

.navMain ul {
padding: 0px 0px 0px 0px;
margin: 0px;
list-style: none;
}

.navMain ul a 
{
background-color:#d3b6d7;
display:block;
text-align:center;
padding: 5px 5px 5px 5px; 
width: 135px;
color:#5d2c83;
text-decoration: none;
border-bottom:3px solid black;
}

/* This is for IE 6 and below */
html, body, container, header 
{
	background-color: #0d4481;
}

#navMain1, #navMain2
{
	background-color: #5d2c83;
	margin-top: 25px;
	float: Right;
	clear:right;
	border: 3px solid black;
	font-size: 0.8em;
}

#contents 
{
	background: #79cef3 url(/Core/VisionWeb/Layout/Graphics/contentsBg.jpg);
	margin-top: 0px;
	margin-right: 150px;
	width: 610px;
	border: 3px solid #000000;
	
}

#container {
width: 940px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}

#sideImage
{
	float: left;
}

#news 
{
	margin-left: 110px;
	text-align: center;
	background-color: #d3b6d7;
	width : 610px; 
	padding: 2px 10px 2px 15px;
	border: 3px solid #000000; 
	margin-top: 10px;
} 


.navHeading 
{
	text-align:center;
}

/* This is for all good broswers */
body[id="vw"]
{
	background-color: #0d4481;
}

body[id="vw"] #sideImage
{
	float: left;
	position:fixed;
}

/* IE 7 Hack  */
*:first-child+html #sideImage
{
			float: left;
	position: relative;
	}	
	

body[id="vw"] #container {
width: 940px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}

body[id="vw"] .navMain 
{
	position: absolute;
	background-color:#5d2c83;
	z-index:7;
	margin-left: 750px;
	margin-right: 50px;
	text-align:center;
	width:145px;
	padding-bottom: -2px;
	border-left: 3px solid #5d2c83; 
	border-top: 3px solid #5d2c83; 
	border-right: 3px solid #5d2c83; 
	}

/* IE 7 Hack  */
*:first-child+html .navMain 
{
		margin-left: 600px;
	}	
	
	
	
body[id="vw"] #navMain1
{
	margin-top: 25px;
	float: none;
}

body[id="vw"] #navMain2 
{
		margin-top: 325px;
		float: none;
}

body[id="vw"] #contents {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin-top: 0px;
	margin-left: 165px;
	margin-right: 0px;
	background: #79cef3 url(/Core/VisionWeb/Layout/Graphics/contentsBg.jpg);
	width: 540px;
	padding:0px 100px 50px 10px;
	text-align: left;
	color: #5D2C83;
	border: 3px solid #000000;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		}

/* IE 7 Hack  */
*:first-child+html #contents
{
	padding:0px 100px 10px 10px;
	}	


*:first-child+html #news 
{
	clear: both;
} 

body[id="vw"] #news 
{
	width : 610px; 
	padding-right: 100px;
} 

	
#contents a:hover {background-color:#eee;}

#contents a, #contents a:link,#contents  a:visited{
	color:#2014b8;
	font-weight:600;
	text-decoration: underline;
	}

#mainContents 
{
	margin: 0px 10px 0px 10px;
}

#mainContents img 
{
	margin: 10px 10px 10px 10px;
}

#footer 
{
	text-align:center;
    color: #004080;
    font-size: 0.9em;

}

.navMain ul a:hover 
{
	background-color: #5d2c83;
	color: #d3b6d7;
}

.navHeading 
{
	color: #d3b6d7; 
	font-size: medium;
		font-family:Birdman, Arial Rounded MT Bold;
}

#printView 
{
    visibility:hidden;
}


.headingText 
{
	font-size:x-large;
}

.subHeadingText 
{
	font-size:large;
}

.headingText, .subHeadingText, H1, H2, H3, H4, H5 
{
	color: #312C83;
}


#contents td, #contents tr
{
	padding: 5px;

	}

