body {
	background-image: url(bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: rgb(230,230,230);
	border: none;
	color: red;
	font-family: arial;
	font-style: arial;
	font-size: 12px;
	}

.all {
	background-color: white;
	border: 1px solid rgb(175,175,175);
	color: black;
	display: block;
	margin: -20px 5% 2% 5%;
	width: 900px;
	z-index: 1;
	}

.form {
	border: black;
	}

.header {
	border: none;
	font-style: arial;
	margin: 18px 18px 18px 18px;
	width: 850px;
	}

.header_top {
	background-color: rgb(25,150,75);
	padding: 10px 5px;
	display: inline;
	border: none;
	color: white;
	float: right;
	font-weight: bold;
	margin: -50px -12px 0px 0px;
	}

.header_top a:link, .header_top a:visited {
	color: white;
	text-decoration: none;
	}

.header_top a:hover {
	color: white;
	text-decoration: underline;
	}

.main	{
	float: right;
	display: block;
	font-style: sans-serif;
	margin: 0px 18px 18px 0px;
	text-align: justify;
	width: 575px;
	min-height: 300px; 
	}

.mainabout	{
	float: right;
	display: block;
	font-style: sans-serif;
	margin: 0px 18px 18px 0px;
	text-align: justify;
	width: 675px;
	min-height: 300px; 
	}

.front	{
	display: block;
	font-style: sans-serif;
	margin: 0px 18px 0px 18px;
	text-align: justify;
	width: 900;
	}

.front_p	{
	float: left;
	background-color: rgb(220,235,220);
	font-style: sans-serif;
	padding: 15px;
	margin: 0px 18px 18px 0px;
	width: 582.5px;
	}

.front_n	{
	float: left;
	font-style: sans-serif;
	padding: 15px;
	max-height: 250px;
	margin: 0px 18px 18px 0px;
	width: 582.5px;
	}

.main_header {
	text-decoration: underline;
	color: rgb(70,70,70);
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	height: 25px;
	text-align: left;
	}

.thanks {
	text-decoration: none;
	color: black;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	height: 25px;
	text-align: left;
	}

.quick {
	background-color: none;
	background-position: bottom;
	background-repeat: repeat-x;
	float: right;
	height: 400px;
	width: 250px; 
	text-align: justify;
	}

.initial {
	display: inline;
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 2.0em;
	font-variant: small-caps;
	font-weight: bold;
	background-image: url(initial.jpg);
	text-align: center;
	height: 450px;
	width: 225px;
	}

.initial a:hover{
	color: rgb(200,200,200);
	}

.menu_bottom {
	color: black;
	display: block;
	margin: 2% 7.5% 2% 7.5%;
	width: 850px;
	text-align: center;
	}

.menu_bottom a:link, .menu_bottom a:visited {
	color: black;
	text-decoration: none;
	}

.menu_bottom a:hover {
	color: blue;
	text-decoration: underline;
	}

.site_map ul li{
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	line-height: 25px;
	}

.hdrTbl{
	border-bottom : ridge black;
	}
	
H5{
	color : rgb(100,100,100);
	margin: 2% 5%;
	}

HR {
	color: black;
	height: 2px;
	}

h3 {
	font-size: 12px;
	font-style: sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
	text-decoration: underline;
	}

h3 a:link, a:visited {
	color: black;
	text-decoration: none;
	}

h3 a:hover {
	color: blue;
	text-decoration: underline;
	}

h4	{
	font-size: 12px;
	margin: 1px;
	padding: 1px;
	text-align: left;
	text-decoration: bold;
	}

h2	{
	font-size: 16px;
	text-decoration: bold;
	}

dt	{
	font-size:11pt;
	color: black	
	}

img.floatleft { 
    border: none;
	float: left; 
    margin: 10px 10px 10px 0px; 
	}

img.floatright {
	border: none;
    float: right; 
    margin: 10px 0px 10px 10px; 
	}

img.floatrightfront {
	border: 2px double black;
    float: right; 
    margin: 10px 0px 10px 10px; 
	}

img.floatmiddle {
	border: none;
    float: center; 
    margin: 10px 0px 10px 10px; 
	}

img	{
	border: none;
	}

.main_p a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}

#hc1 li{
	margin:0 3px 0 0; /*Spacing between each LI container*/
	}

#hc1 li .hpanel{
	padding: 5px; /*Padding inside each content*/
	background: lightblue;
	}

/*CSS for example Accordion #hc2*/

#hc2 li{
	margin:0 0 0 0; /*Spacing between each LI container*/
	border: 12px solid black;
	}

#hc2 li .hpanel{
	padding: 5px; /*Padding inside each content*/
	background: #E2E9FF;
	cursor: hand;
	cursor: pointer;
	}

.test3 {
	width: 865px;
	height: 200px:
	}

.hiddenPic {
	display: none;
	}

