* {
	margin: 0px;
	padding: 0px;
}

body {   /* main page body html settings*/
	height: 100%;
	background-color: #E0E0E0;
	background: url('fade3a.gif') repeat-x 0px 0px;
	background-attachment:fixed;
	color: #000000;
	font-family: arial, tahoma, sans-serif;
	font-size: 10px;
	
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 5px 0px 5px;
	text-align: justify;
	line-height: 14px;
	font-size : 12px;
}

.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: 0px auto;
	width: 900px;
	border-color: #808080;
	background-color: #C3C3C3;
	
}


/* Page Header */

#page_header {  /* Header size and background color */
	width: 900px;
	height: 107px;
	color: #fff;
	background: url('fade3a.gif') repeat-x 0px 0px;
	background-color: #000000;
	overflow: hidden;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #e1e1e1;
}

#page_heading {
	width: 265px;
	height: 140px;
	
	float: left;
}




/* End of Page Header */


/* Main Navigation Menu */

#page_menu {
	margin-bottom: 0px;
	width: 900px;
	height: 21px;
}

#page_menu ul {
	width: 900px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	padding-top: 3px;
	width: 150px;
	height: 21px;
	float: left;
	background-color: #909090;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#page_menu li.last {
	margin-right: 0px;
	width: 145px;
}

#page_menu a {
	padding-top: 0px;
	display: block;
	color: #DBEFF5;
	text-decoration: none;
}

#page_menu a:hover {
	color: #000000;
}

/* End of Main Navigation Menu */


/* Address Bar */

#address_bar {
	width: 900px;
	height: 5px;
	Margin: 0px 0px 20px 0px;
	padding-top: 5px;
	/* Old Address Bar background: url('address-bkg.JPG') repeat-y 0px 0px;*/
	
}

	
#address_link {
	
	font-size: 12px;
	color: #000000	;/* Old Address Bar Font Color #AAAAAA */
	font-weight: normal;
	text-align: center;
}

#address_link a {
	color: #555555;/* Old Address Bar Link Color #BBBBBB */
	text-decoration: underline;
}



#address_link a:hover {
	color: #FFFFFF;
}



/* End of Address Bar */










/* Main Content Area */

#main_content {
	margin-right: 50px;
	margin-left: 50px;
	width: 800px;
	background-color: #EEEEEE;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #C0C0C0;
	
}

#intro {
	margin: 20px auto 20px;
	padding: 10px 15px;
	width: 700px;
	text-align: center;
	background-color: #E0E0E0;
	
	
}


#intro_title h1 {
	margin-top: 10px;
	width: 680px;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}



/* End of Inro */


/* Footer */

#page_footer {
	width: 890px;
	height: 30px;
	Margin: 5px 5px 5px 5px;
	padding-top: 7px;
	float: left;
	
	
}



#address {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}


#page_footer .h_divider1 {
	margin-bottom: 2px;
	height: 1px;
	background-color: #000000;
	overflow: hidden;

}

#page_footer .h_divider2 {
	margin-top: 4px;
	height: 1px;
	background-color: #000000;
	overflow: hidden;

}
/* End of Footer */

