@charset "utf-8";
/* CSS Document */

body { 
	background-color:#FFFF99; 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold 
}

a { 
	color: green 
}

a:hover {
	text-decoration:none;
}

table {
	border-style:outset;
	border-width:medium;
}

#TopMenu {
	margin-bottom:10px;
} 

#TopMenu td {
	background-color:#006600;
	text-align:center;
}

#TopMenu a {
	text-decoration:none;
	color:white;
}

#HomeBlurb {
	background-color:#006600;
	width:780px;
	text-align:center;
	align:center;
	color:white;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	border-style:outset;
}

#HomeBlurb h2 {
	text-align:center;
	font-color:white;
}

#Links {
	background-color:#006600;
	width:780px;
	text-align:left;
	align:center;
	color:white;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	border-style:outset;
}

#Links h1 {
	text-align:center;
	font-color:white;
}

#Links h2 {
	font-color:white;
	font-size:18px;
}

#Links a {
	color:white;
	padding-left:10px;
	font-weight:bold;
	text-decoration:underline;
}

#Links p {
	margin-top:5px;
	padding-left:10px;
}