* {
	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;
	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: 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: 20px;
	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;
	height: 430px;
	background-color: #C0C0C0;
	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #C0C0C0;
}






/* Sub Item Logos */

.sub_logos {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	width: 750px;  /* set to the full width of the main box */
	
	
}

.sub_irp {
	margin-left: 60px; /* sets the distance between the left margin of the main box and the left side of the sub left box */
	padding-top: 0px;  /* positions the info within the sub left box vertically*/
	width: 200px;  /* actual width of the sub leftt box*/
	height: 120px;
	float: left;  /* positions the sub left box to the left*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	
	
}

.sub_shure {
	margin-right: 60px; /* sets the distance between the right margin of the main box and the right side of the sub right box */
	padding-right: 0px;  /* positions the info within the sub left box*/
	width: 200px;  /* actual width of the sub right box*/
	height: 120px;
	float: right;  /* positions the sub right box to the right*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	
	
}

/* Form */

#form {
	margin: 50px auto 5px;
	
	
}

#mixer {
	margin: 0px auto 0px;
	
	
}

/* 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 */

