/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
 
 #content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}


#end a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
 /* Set up the default font and ovrall size to include image */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	margin:0em;
	font-size: 12px;
	background-color: #FFFFFF;
	float: none;
}
#end {
	background-color: #FFFFFF;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
	position:relative;
	float: left;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#888;
	width:102px;
	height:1.5em;
	font-weight:bold;
	font-size: 12px;
	color:#888;
	border-bottom:3px solid #888;
	background:#FFFFFF;
	padding-left:4px;
	padding-right:6px;
	line-height:1.5em;
	margin-right:0px;
	text-align: center;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
	width:102px;
	w\idth:102px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:12px;
}
	.clearer {
		clear: both;
		margin: 0;
		padding: 1em 0;
		font-size: 1px;
		line-height: 0;
		height: 15px;
		}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#0033CC; 
border-bottom:3px solid #003399;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	top:1em;
	margin-top:8.5px;
	left:0;
	width:110px;
	border:1px solid #888;
	border-top:0;
	background:#CCCCCC;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block;
	background:#CCCCCC;
	color:#333;
	border:0;
	margin:0;
	color:#333;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
	width:100px;
	text-align: left;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: #CCCCCC;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:9px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#ddd;
	width:96px; /* for IE5.5 faulty box model */
	w\idth:100px; /* for IE6 */
	color: #003399;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 784px;
	background-color: #FFFFFF;
}
#wrap #mainimage img {
	background-color: #FFFFFF;
	padding-left: 10px;
	margin-bottom: 8px;
}

body {
	background-color: #003399;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#end ul {
	display: inline;
	margin-right: auto;
	margin-left: auto;
}
#end {
	padding: 0px 0px 8px;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#end a {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#end a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003399;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	text-decoration: underline;
}



#stopfloat {
	float: none;
	margin-bottom: 40px;
}

#end li {
	display: inline;
}
#content {
	background-color: #FFFFFF;
}
#stopfloat1 {
	float: none;
	width: 100%;
}
#mainimage img {
	float: left;
}
#login a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#login a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

#login {
	text-align: right;
	padding-right: 10px;
	display: inline;
	padding-bottom: 100px;
}
#eduactionabout {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#eduactionabout li {
	list-style-type: square;
}
