@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #003333;
}
#header {
	background-image: url(headerImg.png);
	margin: 0px;
	padding: 0px;
	height: 130px;
	background-color: #999966;
	background-repeat: no-repeat;
	background-position: center 10px;
}
#wrapper #mainContent h2 {
	font-size: 24px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	margin-top: 3px;
	padding: 2px;
}


p {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}


#wrapper {
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	
}

#navigation {
	background-color: #999966;
	height: 500px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
}
#wrapper h2 {
	font-size: 16px;
	margin: 2px 2px 5px;
}
#wrapper h1 {
	margin: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li {
	background-color: #CCCC99;
	height: 15px;
	list-style-type: none;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}
#navigation a:hover {
	font-size: 16px;
	text-decoration: underline;
}
#groupList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#footer {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #groupList h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

#groupList {
	background-color: #CCCC99;
	margin: 10px;
	padding: 5px;
	width: 500px;
}
#groupList a:link, #groupList a:active, #groupList a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#mainContent p {
	color: #000000;
	font-size: 12px;
	margin: 0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}
#navigation li .type {
	background-color: #CCCC99;
	height: 15px;
	list-style-type: none;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
	width: 200px;
}
