body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
a span{
	display:none;
}
#top{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#top h1{
	width:220px;
	background:url(../images/LogoLittle.jpg) no-repeat left top;
	padding:50px 0px 0px 0px;
	font-size:16px;
	float:left;
	margin:0px;
}
#top h2{
	position:absolute;
	width:95%;
	text-align:center;
	margin:0px;
	padding:20px 0px 0px 0px;
	font-size:22px;
	top: 0px;
}
#nav{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFCC00;
	height:20px;
	clear:both;
	padding-top:3px;
}
#nav a{
	font-size:12px;
	padding:0px 0px 0px 23px;
}
/*========================================================*/
#top-main{
	width:100%;
}
#top-main h1{
	width:480px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-image:url(../images/LogoLarge.jpg);
}
#top-main h2{
	font-size:34px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:420px;
}
#panel{
	width:130px;
	border:1px solid #000000;
	position:absolute;
	left:10px;
	background-color:#FAFAB4;
}
#panel a{
	padding:7px 0px 7px 10px;
	clear:both;
	float:left;
	width:110px;
}
#panel h2{
	background-color:#FFCC00;
	padding:3px;
	border-bottom:1px solid #000000;
	font-size:18px;
	margin:0px;
	padding-left:30px;
} 
/*========================================================*/
#center-index{
	margin-left:150px;
	margin-right:20px;
}
#center-index .moreinfo{
	width:150px;
	height:70px;
	background-image:url(../images/moreInfo.png);
	display:block;
	float:left;
}
#center-index .register{
	width:150px;
	height:70px;
	background-image:url(../images/signUp.gif);
	display:block;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
#center{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.clear{
	clear:both;
}
#center h2, #center-index h2{
	font-size:16px;
	text-decoration:underline;
}
#center h3, #center-index h3{
	font-size:16px;
}
.roman{
	font-weight:normal;
	list-style-type:lower-roman;
}
.roman li{
	margin-bottom:20px;
}
.roman ul{
	list-style-type:disc;
}
.roman ul ul{
	list-style-image:url(../images/drop_1.gif);
}
.latin{
	list-style-type:lower-alpha;
}
.u{
	text-decoration:underline;
}
.tm{
	font-size:8px;
}
table{
	width:100%;
	border-collapse:collapse;
}
table td{
	border:1px solid #B6B6B4;
	padding:3px;
}
table .top td{
	background-color:#D6D6D4;
	font-weight:bold;
}
.no{
	display:none;
}