/* CSS Document */

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000099;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #000066;
	display: inline;
	text-decoration: none;
}

.navigation:hover {
	font-family: Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFF66;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: 000066;
	display: inline;
	text-decoration: none;
}

.sidenavigation {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	color: #000066;
	display: block;
	width: 225px;
	background-color: #CCCCCC;
	line-height: 20px;
	font-weight: bold;
	border: thin ridge #E1E1E1;
	padding: 8px;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	line-height: 18px;
	font-weight: normal;
}
.sideheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 18px;
	font-style: normal;
	background-color: #000066;
	margin: 0px;
	width: 225px;
	padding: 10px;
	text-decoration: none;
}



.sidenavigation:hover {
	font-family: Helvetica, Verdana;
	font-size: 14px;
	color: #000066;
	font-style: normal;
	display: block;
	width: 225px;
	background-color: #E1E1E1;
}
.header {
	font-family: Helvetica, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

.smallsidenav {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #E8E8E8;
	text-indent: 30px;
	display: block;
	border: thin ridge #E1E1E1;
	visibility: visible;
	width: 225px;
	padding-right: 16px;
}

.smallsidenav:hover {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #CCCCCC;
	text-indent: 30px;
	display: block;
	border: thin ridge #E1E1E1;
	visibility: visible;
	width: 225px;
	padding-right: 16px;
}

.sideselection {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background-color: #E1E1E1;
	border: thin ridge #E1E1E1;
	color: #000066;
	display: block;
	font-family: Helvetica, Verdana;
	font-weight: bold;
	padding: 8px;
	width: 225px;
}fieldset {
	padding: 5px;
	border: 1px solid #999999;
}
