body{
	color:#000000;	
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	padding:0;
	margin:0 0 0 0;
}


h1{
	font-size:1.8em;
	font-family:"Times New Roman";
	
	text-align:center;
	color:#990000;
	padding:0;
	background-color:#ffffff;
	margin:3em 0 0 0;
}

h2{
	font-size:1.2em;
	font-family:"Times New Roman";
	border-bottom: 3px double #990000;

}



h3{
	font-size: 0.9em;
	font-family:"Times New Roman";
	margin-top:1em;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;

}

.announcement_group {
	text-align:left;
	margin-bottom:0;
	margin-top: 2em;
	margin-left:5%;
	margin-right:5%;
	clear:both;
	padding:0;

}

.announcement_group li{
	margin-top:1em;
}

#contents_list {
	margin-left:10%;
	margin-top: 2em;
	font-weight:bold;
}

#contents_list li{
	list-style-type:none;
}

#contents_list a{
	font-weight:bold;
	text-decoration:none;
}

#contents_list a:hover{
	color:#cc9999;
	text-decoration:underline;
}


a{
	background-color:#ffffff;
	color:#990000;
}
#navigation{
	position:absolute;
	top:0;
	left:0;
	background-color:#cc9999;
	border-bottom:1px solid #990000;
	height:3em;
	padding-top:.4em;
	width:100%;
}
#navigation ul{

	padding:0;
	margin:0;
}
#navigation li{
	display:block;
	width:25%;
	float:left;
	list-style-type:none;
	padding:.4em 0 .6em 0;
	background-color:#990000;
	text-align:center;
}
#navigation a{
	margin:0;
	display:block;
	width:100%;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:#990000;
}

li#search{
	background-color:#cc9999;
	width:50%;
	text-align:left;
	padding:0;
}

#navigation form{
	padding:0 3em 0 3em;

}
.button{
	background-color: #990000;
	color:#ffffff;
	margin-left:1em;
	padding:0;
	font-size: .8em;
	font-weight:bold;
}


#footer{
	margin-top:3em;	
	padding-bottom:1em;
	padding-left:0;
	text-align:center;
	border-top:solid 2px #990000;
	border-bottom:solid 2px #990000;
	font-size: .8em;
	font-weight:bold;
	background-color:#ffffff;
	color:#990000;
	background-image: url('../images/MaroonGradientLeft.jpg');
	background-position:top left;
	background-repeat: repeat-y;
}
#footer a{
	text-decoration:none;	
	background-color:#ffffff;
	color:#990000;	 
}

#footer img{
	border:0;
	margin:0;
	display:block;
}

#footer a:hover{
	background-color:#ffffff;
	color:#cc9999;
	text-decoration:underline;
}
#logo{
	position:absolute;
	left:0;
	text-align:left;
	width:128px;
}

