/* CSS Document */

body {
	/* background-color: #15317E; */
	background-color: #151B8D;
	/* background-color: #FFFFCC; */
}

.group {
	margin:5px; 
	padding: 10px;
	border-style: outset;
	border-width: 2px;
}

#header {
	background-color: #FFFFFF;
	padding: 5px;
}

#footer {
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
}

#footer a {
	color: #FFFFFF;
}

#content {
	background-color:#FFFFFF;
	/*
	border-right-color:#FFCC66; 
	border-right-width: thin;
	border-right-style: solid; */
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

#topnav a, #sidenav a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topnav {	
	background-color: #996600;  /*#00CC66; */
	text-align: right;
	color: #FFFFFF;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}

#topnav a:hover {
	color: #000066;
	background-color: #FFFFFF;
}


#sidenav {	
	/* background-color: #00CC66; */
	background-color: #FFFFFF;
	border-right-color:#FFCC66; 
	border-right-width: thin;
	border-right-style: solid;
}

#sidenav a {
	color: #996600;
	text-align: right;
	padding-right: 5px;
	display: block;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 10pt
}

#sidenav p {
border-bottom-color:#330000;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-left: 5px;
padding-right: 5px;
}

#sidenav a:hover {
	color: #000033;
}

.contentheader {
	border-bottom-color: #996600;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #993300;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border: #999933 groove;
	margin-top: 5px;
}