body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

div.main_container{
	width: 100%;
	height: 100%;
	background-color:transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}

div.main_title_bar{
	height:150px;
	width: 100%;
	background-color: transperant;
	background-image: url(../images/title_background.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: px;
	border: 1px #62A840 solid;
	font-family: Harlow Solid Italic,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	
}

div.main_menu_bar{
	height:20px;
	width: 100%;
	background-color:transperant;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}
div.page_contents{
	height:550px;
	width: 100%;
	background-color:transperant;
	border: none;
}

div.second_menu_bar{
	Position: absolute;
	height:15px;
	width: 100%;
	top: 0px;
	left: 10px;
	background-color:#D2FCBF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
}

a.second_menu{
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	font-weight: bold;
	text-decoration:none;
}
a.second_menu:hover{
	background-color: #C6D2EB;
}
a.second_menu:active{
	background-color: #B2D4A2;
}

div.corner_picture{
	Position: absolute;
	height:200px;
	width: 200px;
	top: 20px;
	left: 10px;
}
