@charset "utf-8";
.Style1 {
	color:White;
}
body {
	margin: 10;
	padding: 10;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #12937F;
}
#framecontent{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 5px;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 200px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
}

#logo{
	background-image:url(file://///blueram.net/Home/Steve/Unnamed%20Site%202/challenge.jpg);
	background-repeat: no-repeat;
	background-position:top
}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%;
	width: 100%;
	background-image: url(file://///blueram.net/Home/Steve/Unnamed%20Site%202/challenge.jpg);
}

#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	width: 160px;
	padding: 3px;
	margin: 3px;
}

#vertmenu h1 {
	display: block;
	background-color:#333;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #FFF;
	margin: 0px;
	width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #C39C4E;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #333333;
	width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
h1.date{
	position:absolute;
	left:340px;
	top:440px;
	color: #FFFFFF;
}
h2.deadline{
	position:absolute;
	left:300px;
	top:500px;
	color: #FFFFFF;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 152px;
	height: 150px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
}

.someclass{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #FFFF00;
	position: absolute;
	top: 495px;
	left: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}

