 /*--999.120,110
*/
*{
	padding: 0;
	margin: 0;
}

img{
	border: 0;
}

body{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	margin: 0 1em;
	background: #F8F8F8;
}

a{
	text-decoration: none;
	color: #004588;
}

a:hover{
	color: #999999;
}

p{
	padding: 1em  0 0;
}

h1{
	padding: 1.5em 1em 1.5em .4em;
	font-size: 120%;
	font-weight: normal;
	clear: left;
	border-bottom: solid 4px #336699;
}

h1 span{
	font-size: 2em;
	font-family: "Century Gothic" sans-serif;
}

h1 a{
	color: #B56400;
}

ul#nav li{
	float: left;
	width: 20%;
	background: url(../img/vline.gif) no-repeat -1px -5px;
	list-style: none;
}

ul#nav li a{
	padding-left: 1em;
	color: #333333;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	display: block;
	border-top: solid 4px #FFFFFF;
	margin-left: 1px;
}

ul#nav li a:hover,ul#nav li a.currently{
	color: #336699;
	border-top: solid 4px #336699;
}

h2,h3{
	font-size: 1.2em;
	line-height: 2em;
	border-bottom: solid 1px #CCCCCC;
}

h2.tutor{
	padding-top: 1em;
}

div#sideleft{
	width: 75%;
	float: left;
	padding: 1em 0;
}

div#sideright{
	width: 25%;
	float: right;
	padding: 1em 0;
}

div.boxin{
	padding: 1em;
}

ul.news,ul.links{
	padding: .4em 0 1em;
	list-style: none;
}

ul.news li,ul.links li{
	line-height: 2em;
	border-bottom: 1px dashed #CCCCCC;
}

ul.list{
	padding: 1em 0;
	margin: 0 0 0 1em;
	list-style: circle;
}

ul.list li{
	line-height: 2em;
	border-bottom: dashed 1px #CCCCCC;
}

ul.list li span{
	float: right;
	text-align: right;
}

address{
	background: url(../img/topbg.gif);
	clear: both;
	text-align: center;
	font-style: normal;
	padding: 1.5em 0;
	border-top: solid 2px #CCCCCC;
	height: 2em;
}

