html, body {
	height: 100%;
	}
body {
	background-color: #333333;
	margin: 0;
	font-family: arial;
	background-image: url('../images/background2.gif');
	background-repeat: repeat-y;
	}
	
#menu a:link, #menu a:visited, #menu a:active { color: #DDDDDD; text-decoration: none; }
#menu a:hover{ color: #FFFF00; }

a { color: #000000; text-decoration: underline; }

img { border: 2px solid #333333; }

#allcontainer {
	width: 900px;
	margin-left: 20px;
	}
#menucontainer {
	font-family: verdana;
	font-size: 0.9em;
	float: left;
	height: 550px;
	width: 251px;
	background: url('../images/header.gif');
	background-repeat: no-repeat;
	padding-left: 38px;
	}
#menu {
	height: auto;
	width: 240px;
	background: url('../images/stripe.gif');
	border-left: 3px solid #FF00FF;
	border-right: 3px solid #FF00FF;
	}
#menu ul {
	margin-top: 0;
	padding-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	}
#menu li{
	margin-bottom: 2px;
	}
#menu span {
	font-weight: bold;
	font-size: 1.3em;
	}
#menucontent {
	padding-left: 2px;
	height: auto;
	width: 200px;
	margin: 0 auto;
	background: #555555;
	border-left: 3px solid #FF00FF;
	border-right: 3px solid #FF00FF;
	}
#content {
	margin-bottom: 20px;
	min-height: 500px;
	float: right;
	background-color: #FFFF00;
	background-image: url('../images/background1.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 608px;
	padding: 0px;
	font-family: verdana;
	font-size: 0.9em;
	}
#content h2{
	margin-top: 20px;
	margin-left: 40px;
	font-size: 1.e5m;
	}
#content p{
	padding-right: 20px;
	margin-left: 20px;
	}
#content h3{
	font-style: normal;
	padding-right: 20px;
	margin-left: 20px;
	}
.italic {
	font-style: italic; 
	width: 569px;
	}
.newshead {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	color: #FFFF00;
	padding: 2px;
	text-align: right;
	padding-right: 20px;
	background-color: #333333;
	}
.newstitle {
	background-image: url('../images/newsarrow.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	}
