* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #DFDFDF;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 750px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 750px;
	height: 200px;
	color: #fff;
	background: url('/images/header1.jpg') repeat-x 0px 0px;
	overflow: hidden;
	
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}



/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 750px;
	height: 21px;
}

#page_menu ul {
	width: 750px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 124px;
	height: 21px;
	float: left;
	background: url('images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 125px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}



/* Main Content Area */

#main_content {
	margin-right: 0px;
	 
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	 
}
#main_content_body {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 560px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12pt;
	line-height:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	 
	float: left;	
	
	
}
#main_content_left {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	 
	background-color: #FFFFFF;
	text-align: left;
	overflow : visible;
	float: right;	
}
#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
	
}


/* Page Footer */

#page_footer {
	width: 750px;
	background-color:#FFFFFF;
}


