body {
	background: url('/images/background.png') repeat;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#container {
	height:550px;
	width:100%;
}
#background-top {
	width:100%;
	height:175px;
}
#background-bottom {
	background: url('/images/backgroundtop.png') repeat-x;
	width:100%;
	height:120%;
}
#menu {
	background: url('/images/nav.png') repeat-x;
	height:725px;;
	width:15%;
	float:left;
	margin-left:75px;
	padding:1em;
	padding-top:150px;
	position:absolute;
}
#content-container {
	height:75%;
	width:70%;
	float:right;
	margin-right:50px;
	margin-top:200px;
}
.content {
	opacity:.6;
	filter:alpha(opacity=60);
	background-color:#990000;
	margin:0;
	padding:.5em 1em .5em 1em;
	color:#FFFFFF;
	height:650px;
	overflow:auto;
}
#logo {
	position:absolute;
	right:2.5%;
	top:10px;
}
h1 {
	color:#00CC00;
	font-size:11pt;
}
h2 {
	color:#030c5c;
}
.menu_item {
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0cm;
}
.menu_item2 {
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	text-indent:0cm;
}
p {
	text-indent:.5cm;
}

div#menu a, a:link {
	font-size:10pt;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div#menu a:hover {
	text-decoration:underline;
}
div#menu a:visited {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div#menu a:visited:hover {
	text-decoration:underline;
}
a, a:link {
	font-size:10pt;
	color: #00CCFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:visited:hover {
	text-decoration:underline;
}
#background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#all-content {
	position:relative;
}
#header {
	position:absolute;
	left:27%;
	top:25px;
}
.boldred {
	color:#FFCC00;
	font-weight:bold;
	/* text-decoration:underline; */
}
.noindent {
	text-indent:0cm;
}
table.MsoNormalTable {
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
}
p.MsoNormal {
	margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";
}
span.sm1 {
	color:black;
	text-decoration:none;
	text-underline:none;
	text-line-through:none;
}
span.highlight1 {
	color:black;
	font-weight:bold;
}
.blink {
	text-decoration:blink;
}
.color {
	color:#FFFF00;
}