/* CSS Document */


/* Body General */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
}

/* Font formating */

a {
	text-decoration: none;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #333333;
	font-style:italic;
}
h4 {
	font-size:12px;
	color:#333333;
	}
	
h5 {
	font-size:11px;
	color:#333333;
	font-weight:bold
	}

.BodyContenttxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* line-height: 13px;*/
	color:#333333;
	text-decoration: none;
}


/* Layers */

#MenuBar {
	position:absolute;
	width:100%;
	height:22px;
	z-index:9;
	left: 0px;
	top: 48px;
	visibility: visible;
	background-color:#333333;
}

#HeaderGraphic {
	position:absolute;
	width:493px;
	height:48px;
	z-index:8;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#MenShadWhite {
	position:absolute;
	width:740px;
	height:10px;
	z-index:7;
	top: 70px;
	visibility: visible;
	left: 0px;
	background-image: url(../Images/MenuShadowWhite.gif);
	overflow: hidden;
}
#MenShadGrey {
	position:absolute;
	width:100%;
	height:10px;
	z-index:6;
	left: 0px;
	top: 70px;
	visibility: visible;
	background-image: url(../Images/MenuShadowGrey.gif);
	overflow: hidden;
}
#WhitePage {
	position:absolute;
	width:700px;
	z-index:5;
	left: 0px;
	top: 70px;
	background-color: #FFFFFF;
	visibility: visible;
	padding: 20px;
}

/*Layers to create content and columns*/

#Sublinks{
    float:right;
    width:110px;
	
    }

#BodyContentText{
    float: left;
    width:570px;
	padding-right:20px;
    }
	
#Footer {
    clear:both;
	padding-top:20px;
    }

/* Drop Down Menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;   Cut to test theory _ Succeeded*/
	padding-left:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background:#333333;
}

#home a {
	width: 5em;
}

#about a {
	width: 7em;
}

#news a {
	width: 5em;
}

#prospectus a {
	width: 8em;
}

#board a {
	width: 11em;
}

#international a {
	width: 9em;
}

#contact a {
	width: 9em;
}

#nav li { /* all list items */
	float: left;
	/*width: 6.5em;  Cut to test*/ /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background:#333333;
	width: 7em; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

