a {
	color:#990000;
	text-decoration: underline;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	font-weight:bold;
}
#menu ul {
}
#menu li {
	list-style-type: none;
}
#menu li a {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-left: 20px;
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	padding-bottom: 5px;
}
#menu ul a:hover {
}
#menu h2 {
	font-size: medium;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(file:///wcgprojects/honors2/images/titlebgs.gif);
	background-repeat: repeat-x;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image:url(images/background2.gif);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
}
#wrapper {
	background-color: #edf0f1;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#header {
	background-color: #BFD8FA;
	background-image:url(images/header.jpg);
	height: 80px;
	border-bottom:4px solid #000000;
}

#footer {
	clear: both;
	background-color: #0C0C0C;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #999999;
	padding:10px;
}
#content h1 {
	font-size:1.4em;
	color:#044f6e;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #788C9B;

	
}
#content {
	padding: 15px 15px 30px 15px;
	line-height:115%;
}
#content p{
padding:7px;
}
#mainimage img {
	background-color: #D8D8D8;
	border: 1px solid #000000;
}
.caption {
	background-color: #DADADA;
	font-size: x-small;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
}


#pageTitle {
	background-color: #0C0C0C;
	height: 90px;
	padding-left: 20px;
}
#pageTitle h1 {
	color: #FF9900;
	font-size: medium;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 5px;
}
#pageTitle p {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 650px;
}
* {
	margin: 0px;
	padding: 0px;
}

