/* ======= GLOBAL STYLES ======= */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	/*text-decoration: underline;*/
	border: 1px solid #000;
	background-color: Gray;
	width: 150px;
}

a.yellow {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover.yellow {
	color: #CCCCCC;
	text-decoration: underline;
}

	#menuitem { 
	      width: 190px;
			text-align: left;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: small;
		} 
		
	#menuitem a {
			display:block;
			padding-left: 5px;
			border-left: 5px solid #FFF;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: x-small;
			color: #FFF;
			text-decoration: none;
			font-weight: bold;
		}
	#menuitem a:hover {
			background-color: #FFF;
			padding-left: 5px;
			border-left: 5px solid #000;
			/*border-right: 10px solid #000;*/
			color: #000;
			font-weight: bold;
		}

body {
	background-color: #9a0000;
	color: #FFFFFF;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h4 {
	border-bottom: 1px solid #8E9181;
	color: #FFFFFF;
	padding-bottom: 10px;
	width: 400px;
}

.clear{
	clear: both;
}

.container{
	margin: 0px auto;
	width: 800px;
}

.footer{
	margin: 0px auto;
	width: 800px;
}

/* ======= FOOTER STYLES ======= */
.footer_container{
	background-color: #000;
	height: 300px;
	margin: 0px auto;
	margin-top: 20px;
	width: 100%;
}

/*footer_temp{
	border: 1px dashed #000;
	background-color: #344;
}

/* ======= HEADER STYLES ======= */
.header{
	background-image: url(images/header_slice.gif);
	height: 324px;
	width: 100%;
}

/* ======= COLUMN STYLES ======= */
.left{
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 180px;
				background-color: #000;
}

.nav_title{
	background-color: #9a0000;
	text-align: center;
	}
.right{
	float: right;
	margin-bottom: 30px;
	margin-top: 10px;
	width: 600px;
}

.top_slice{
	margin: 0px auto;
	width: 897px;
}

/* ======= MAIN CONTENT STYLES ======= */
#main {
	background-color: #9a0000;
	float: left;
	width: 100%;
}

#mncontent {
	background-image: url(images/bg-grad.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#innerright {
	float: right;
	width: 65%;
	border: 1px solid #000;
	}

/*#innerleft {
	width: 100%;
	border: 1px solid #FFF;
	background-image: url(/images/class_1.jpg);
	
	}*/

ul {

font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}



