body {
	background: #ed1c24;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 110%;
	color: #FFFFFF;
}
h2 {
	font-size: 90%;
	color: #ED1C24;
	background: #333333;
}
h3 {
	font-size: 80%;
	color: #FFFFFF;
}
#box {
	width: 90%;
	background: #000 url(images/boxbg.gif);
}
#banner {
	height: 121px;
	background: url(images/bannerbg.gif);
}
#content {
	background: #000;
	margin-left: 210px;
	padding-left: 10px;
	height: 100%;
	padding-top: 10px;
}
#content p {
	font-size: 80%;
	margin-right: 40px;
	color: #CCC;
}
#content ul,ol {
	font-size : 80%;
	margin-right: 40px;
	color: #CCC;
}
#content ul ul{
	font-size : 100%;
}
#content ol ol{
	font-size : 100%;
}
.alert {
	font-size: 150%;
}

#content ol ul{
	font-size : 100%;
}
#topnav {
	height: 14px;
	background: #d5d6d8 url(images/topmenubg.gif) no-repeat;
}
#topnav a {
	color: #000;
	text-decoration: none;
}
#topnav a:hover {
	color: #ED1C24;
	text-decoration: none;
}
.topnav_text {
	float: right;
	height: 14px;
	word-spacing: 16px;
	font: bold 70% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#menu {
	float: left;
	width: 210px;
	padding-top: 8px;
	height: 100%;
	background: url(images/menubg.gif) no-repeat;
}
#menu ul {
	list-style-type: none;
	font: bold 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#menu a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
}
#footer {
	clear: both;
	background: #fff;
	margin-left: 211px;
	margin-top: 0;
}
#footer p {
	border-top: 1px solid #000;
	font-size: 80%;
	padding: 10px;
}
.center {
	text-align: center;
}
.textright {
	text-align: right;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
a {
	color: #ED1C24;
}
#kutop {
	background: #000;
}
.edmaterials {
	font-size: 80%;
	color: #CCC;
}
.edmaterials th {
	color: #fff;
	text-align: left;
	border: 1px solid #666;
}
.edmaterials td {
	border: 1px solid #333;
}
.darkgray {
	background: #1A1A1A;
}
.redtext {
	color: #ED1C24;
}
.mediumgray {
background: #666;
}
