/* CSS Document 
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/components/images/bg2.jpg);
}
h2 {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
p {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
li {
	font: normal  1em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 7px 3px 7px 3px;
}
ul {

}
#nobul ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#nobul ul li{
	list-style: none;
}
/* Link stylings*/
h2 a:link {
	color: #FF0000;
}
h2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h2 a:visited {
	color: #FF0000;
}
h2 a:active {
	color: #FF0000;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	background: #314F9B;
	display: block;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#nav a:active {
	color: #FF0000;
}
.footer {
	font: x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: center center;
}

/*sections for navigation and cells*/
#nav {
	width: 130px;
	padding-top: 100px;
}
#nav ul li {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	list-style: none;
}
#aboutnav li{
	font-size: x-small!important;
	color: #FFFFFF;
	text-align: right!important;
	list-style: circle;
	margin:0px;
	padding: 0px;
	margin-left:-2em;
	padding-left:-2em;
	border-bottom: 1px solid #AEDFFF!important;
	font-weight: normal;
}
#aboutnav {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.redcell, .redcell p {
	color: #530000;
	background: #FFCFBA;
}