* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #434367;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	/*color: #434367;*/
	color: #7B68EE;
	text-decoration: underline;
}

a:hover {
	color: #85859c;
}

/*span {
	display: none;
}*/

img {
	border: none;
}

p {
	margin: 2px 0px 2px;
	line-height: 11px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 900px;
	border-color: #9e9ec3;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #fff;
	/*color: #85859c;*/
	color: #434367;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

select
{
	padding-left: 2px;
	background-color: #fff;
	color: #434367;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
	


/* Page Header */

#page_header {
	width: 900px;
	height: 113px;
	color: #fff;
	background: url(../images/header_background.gif) repeat-x 0px 0px;
	overflow: hidden;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

#page_heading {
	width: 350px;
	height: 95px;	
	float:left;
	margin-left:60px;
	padding-left:60px;
}

#page_heading h1 {
	width: 550px;
	height: 130px;
	font-weight: bold;
	color:White;
	font-size:24px;
	font-family:Broadway;
	float: left;
	margin-top: 24px;	
	line-height:28px;
}

#page_heading h2 {
	width: 290px;
	height: 16px;
	font-size:16px;
	font-family:arial, tahoma, sans-serif;
	float: left;
	clear: both;
}

#heading_image {
	padding-right: 25px;
	padding-top: 0px;
	height:113px;
	float: right;
	clear: right;
	width: 255px;
	text-align: left;
	overflow : hidden;
	vertical-align:top;
}

/* Main Navigation Menu */

#page_menu {
	margin-bottom: 1px;
	width: 900px;
	height: 21px;
	margin:auto;
}

#page_menu ul {
	width: 900px;
	height: 21px;
	background: url(../images/menu_background.gif) repeat-x 0px 0px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 129px;
	height: 21px;
	float: right;
	/*background: url(../images/menu_background.gif) repeat-x 0px 0px;*/
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	/*border-left:solid 1px #fff;*/
}

#page_menu li.last {
	margin-right: 0px;
	width: 130px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#page_menu a:hover {
	color: #e1e1e1;
}


/* Left Sidebar */

#left_sidebar {
	width: 120px;
	float: left;
	text-align: left;
	color: #8989b6;
}

#left_sidebar a {
	color: #434367;
}

#left_sidebar a:hover {
	color: #8989b6;
}


/* Left Sidebar : manual */

.manual {
	margin-bottom: 1px;
	padding: 1px 1px 1px 0px;
	border-color: #9e9ec3;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	text-align: center;
}

.LNav_header {
	margin-bottom: 2px;
	width: 120px;
	height: 20px;
	background-color: #9e9ec3;
	font-weight: bold;
	overflow: hidden;
	float:left;
}

.LNav_header h2 {
	margin-top: 3px;
	margin-left: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

.manual ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

.manual li {
	width: 120px;
	height: 21px;
	list-style-type: none;
	text-align: left;
	font-size: 10px;
	border-bottom: #b6b6d2 1px solid;
	float: left;
	overflow: visible;
}

.manual li.last {
	border: none;
}

.manual li a {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #7575a9;
	text-decoration: none;
}

.manual li a:hover {
	color: #434367;
}

.maunal li a:visited 
{
	color:Blue;
}
	


/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 760px;
	text-align: center;
	float: right;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}

#single_main_content
{
	margin-right: auto;
	width: 850px;
	text-align: center;
}

#single_main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


/* page content */

.page_content {
	margin: 0px auto 2px;
	padding: 5px 5px;
	width: 98%;
	text-align: left;
}

.page_content h1 {
	/*color: #434367;*/
	font-size: 18px;
	font-weight: bold;
	color: #85859c;
	
}

.page_content h2 {
	/*color: #434367;*/
	font-size: 14px;
	font-weight: bold;
	color: #85859c;
	font-family: arial, tahoma, sans-serif;
	margin:0 0 0.5em 0;
}

.page_content ul
{
	margin-left: 10px;
}

.page_content li 
{
	margin: 2px 0px 2px 10px;
	list-style-type: square;
}

.page_content a {
	/*color: #434367;*/
	color: #7B68EE;
	text-decoration: underline;
}

.page_content a:hover {
	color: #85859c;
}


.page_content table
{
	border: solid 1px #b6b6d2;
	clear:both; 
	margin:1.0em 0 1.0em 0px; 
	border-collapse:collapse; 
	empty-cells:show; 
}

.page_content table th
{
	padding: 2px 3px 2px 5px;
	height:1.2em; 
	border: solid 1px #b6b6d2;
	text-align:left; 
	font-weight:bold;
	font-size:100%;
	background-color:#9e9ec3;
	color:#fff;
}

.page_content table td
{
	border: solid 1px #b6b6d2;
	padding: 2px;
	height:1.5em; 
	padding:2px 3px 2px 5px; 
	text-align:left;
	font-weight:normal;
	font-size:100%;
}

.page_content table.invisible 
{
	clear:both;
	margin:1.0em 0 1.0em 0px; 
	border-collapse:collapse; 
	empty-cells:show; 
	border:none;
}

.page_content table th.invisible 
{
	height:0.8em; 
	padding:2px 5px 2px 5px; 
	border-left:none; 
	border-right:none; 
	border-top:none; 
	border-bottom:none; 
	text-align:left; 
	font-weight:bold; 
	font-size:100%;
}
	
.page_content table td.invisible 
{
	height:0.8em; 
	padding:2px 5px 2px 5px; 
	border-left:none; 
	border-right:none; 
	border-top:none; 
	border-bottom:none; 
	text-align:left; 
	font-weight:normal; 
	font-size:100%;
}

.jointgv table
{
	margin:0 0 0 0;
	padding-right:0px;
	padding-left:0px;
}

.jointgv table td
{
	margin:0 0 0 0;
	padding-right:2px;
}

.page_content p 
{
	margin:0 0 0.5em 0;
	line-height :1.5em; 
	font-size:100%;
}

.data-table table 
 {
 	clear:both; 
 	width:100%; 
 	margin:2.0em 0 0.2em 0; 
 	border-collapse:collapse; 
 	empty-cells:show; 
 	background-color:rgb(204,204,204);
 	}
 	
.data-table table th.top 
{
	height:1.5em; 
	padding:0 1px 0 1px; 
	empty-cells:show; 
	text-align:left; 
	font-weight:bold; 
	font-size:110%;
 }
	
.data-table table th.subtop 
 {
 height:1.8em; 
 padding:0 1px 0 1px; 
 empty-cells:show; 
 background-color:rgb(153,0,0); 
 text-align:left; 
 background-color:#9e9ec3;
 color:#fff;
 }
 
.data-table  table th 
 {
	height:1.8em; 
	padding:1px 1px 1px 1px; 
	border: solid 1px #b6b6d2; 
	text-align:left; 
	font-weight:bold; 
	font-size:100%;
	background-color:#9e9ec3;
	}
	
.data-table table td 
 {
	height:1.5em; 
	padding:2px 5px 2px 5px; 
	border: solid 1px #b6b6d2; 
	background-color:rgb(255,255,255);
	text-align:left; 
	font-weight:normal; 	 
	color: #434367;
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	}
	
.title-text
 {
	text-align:left;
	font-weight:bold;
	font-family: tahoma, arial, sans-serif;
 }

/* Page Footer */

#page_footer {
	width: 780px;
}

#powered_by {
	padding-top: 17px;
	margin: auto;
	width: 405px;
	height: 30px;
	color: #9595c2;
	text-align: center;
}

#powered_by a {
	color: #9595c2;
}


