* {
	margin: 0px;
	padding: 0px;
}

body {   /* main page body html settings*/
	height: 100%;
	background-color: #203031;
	
	background-attachment:fixed;
	color: #000000;
	font-family: arial, tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.center
{
text-align:center;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {  /* main body box settings*/
	margin: 20px auto;
	width: 900px;
	
	background-color: #F6F1EB;
	
}


/* Page Header */

#page_header {  /* Header size and background color */
	width: 900px;
	height:50px;
	color: #000000;
	overflow: hidden;
	
	
}

#page_header2 {  /* Header size and background color */
	width: 900px;
	height:49px;
	text-align: left;
	color: #000000;
	overflow: hidden;
	
	
}

/* End of Page Header */




/* Main Navigation Menu */

#page_menu {
	margin-bottom: 0px;
	width: 900px;
	height: 20px;
	color: #DBEFF5;
}

#page_menu ul {
	width: 900px;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	padding-top: 3px;
	width: 300px;
	height: 20px;
	float: left;
	background-color: #909090;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 298px;
}

#page_menu a {
	padding-top: 0px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#page_menu a:hover {
	color: #DBEFF5;
}

/* End of Main Navigation Menu */







/* Left Sidebar */

#left_sidebar { /* the sidebar box */
	margin-top: 25px;
	margin-left: 5px;
	width: 120px;
	height: 350px;
	float: left;
	text-align: left;
	
	
}



/* Sidebar Menu */

#sidebar_menu { /* the menu box */
	margin-top: 35px;
	width: 125px;
	padding: 0px 5px 0px 5px;
	
	border-color: #959595;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	color: #1B82E6;  /* color of the current page name */
}


#sidebar_menu ul { /* the menu itself */
	
	width: 120px;
	height: 23px;
	list-style-type: none;
	padding: 0px 0px 4px 0px;
	
}


#sidebar_menu li { /* the individual menu blocks */
	
	width: 120px;
	height: 20px;
	padding-top: 5px;
	
	overflow: hidden;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	
}



#sidebar_menu a {
	padding-top: 0px;
	display: block;
	color: #555555;
	text-decoration: none;
	
}

#sidebar_menu a:hover {
	color: #000FFF;
}

/* End of Sidebar Menu */

/* End of Left Sidebar */

/* Main Content Area */

#main_content {   
	margin-right: 27px;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 700px;
	background-color: #F6F1EB;
	text-align: left;
	float: right;
	
	
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	width: 650px; /* length of lines */
	background-color: #000000;
	overflow: hidden;
	
}



/* Form */

#form {  /* main info box */
	margin: 20px auto 2px;
	padding: 5px 10px;
	width: 650px;
	
}


#form_header h1 {  /* art classes */
	margin-top: 0px;
	width: 650px;  /* should be the same as the main content  .h_divider lines */
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}




/* Form Text*/

#form_text {  /* main text box */
	margin: 30px auto 20px;
	padding: 5px 10px;
	width: 650px;
	float: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

	
/* End of Form Text */

	


/* Footer */


#page_footer {
	width: 900px;
	height: 2px;
	
		
}




