html {
	height:				100.02%;
	overflow:			-moz-scrollbars-vertical;
	}

/* ============================= */
/*  Do NOT edit above this line  */
/* ============================= */

#siteContainer {
	position: 			relative;
	width: 				800px;
	top: 				0px;
	// top: 			-7px;
	text-align: 		left;
	margin: 			0 auto;
	}

a {
	color:				#08c; /* sky blue */
	font-family:		arial; 
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none; 
	}

a.mail {
	color:				#08c; /* sky blue */
	font-size:			14px; 
	font-weight:		bold;
	text-decoration:	none; 
	}

a.notice {
	font-family:		georgia, times;	
	font-size:			20px;
	font-weight:		normal;
	margin:				0 auto;
	text-align:			center;
	color:				#902; /* brick red */
	font-style:			italic;
	}

a.reg {
	color:				#000; 
	font-size:			14px; 
	font-weight:		normal;
	text-decoration:	none; 
	}
	
body {
	background-color:	#ffe; /* beige */
	font-family: 		sans-serif;
	}

div {
	font-family:		sans-serif; 
	font-size:			14px; 
	}

div.form {
	font-family: 		sans-serif,arial;
	font-size:			12px;
	}
	
form {
	font-family: 		sans-serif,arial;
	font-size:			12px;
	text-align:			center;
	width:				auto;
	}
	
form br {
	clear:				left;
	}

form label,input,textarea {
	display:			block;
	float:				left;
	margin-bottom:		4px;
	padding-left:		2px;
	font-size:			12px;
	}

form input,textarea {
	border-bottom: 		1px #902 outset; /* brick red */
	border-left: 		1px #902 inset; 
	border-right: 		1px #902 outset; 
	border-top: 		1px #902 inset; 
	margin-right:		10px;
	text-align:			left;
	width:				160px;
	}

	
form input#radio {
	margin-left:		50px;
	text-align:			right;
	width:				auto;
	}

form input#street {
	width:				420px;
	}
	
form input#state {
	width:				82px;
	}
	
form input#zip {
	width:				41px;
	}
	
form label {
	display:			block;
	float:				left;
	padding-right:		4px;
	text-align:			right;
	}

form label#radio {
	text-align:			left;
	width:				auto;
	}
	
form label#one {
	width:				220px;
	}
	
form label#two {
	width:				85px;
	}
	
form label#zip {
	width:				20px;
	}
	
form p {
	margin-left:		20px;
	margin-right:		20px;
	text-align:			left;
	text-indent:		20px;
	}

h1 {
	color:				#000;
	font-family: 		sans-serif,arial;
	font-size:			22px;
	text-align:			center;
	}

h2 {
	border-bottom: 		1px outset;
	color:				#902;  /* brick red */
	font-family:		times new roman; 
	font-size:			20px; 
	margin-bottom:		10px;
	margin-top:			22px; 
	text-align:			left;
	}

h3 {
	color:				#666; /* medium gray */
	font-family: 		sans-serif,arial;
	font-size:			16px;
	margin-left:		20px; 
	text-align:			left;
	}
	
h4 {
	color:				#902; /* brick red */
	font-family: 		times new roman; 
	font-size:			28px;
	text-align:			center;
	margin-bottom:		-12px;
	margin-top:			0px;
	}
	
h5 {
	border-bottom: 		1px outset;
	color:				#902; /* brick red */
	font-family:		times new roman; 
	font-size:			20px; 
	margin-bottom:		6px;
	margin-top:			0px; 
	text-align:			left;
	}

h6 {
	color:				#902; /* brick red */
	font-family: 		sans-serif,arial;
	font-size:			26px;
	text-align:			center;
	font-weight:		normal;
	font-style:			italic;
	margin:				4px auto;
	}
	
.black {
	color: black;
	}

#header {
	background: 		url(../images/header2.gif) no-repeat left top; 
	height: 			160px;
	}

#header h1 {
	position: 			absolute;
	left: 				-2000px;
	width: 				300px;
	}

#menu {
	font-size: 			90%;
	background: 		url(../images/menu/bg.png) #ffffee repeat-x 50% bottom;
	float: 				left;
	width: 				100%;
	line-height: 		normal;
	margin-bottom: 		10px;
	}

#menu UL {
	padding-right: 		6px; 
	padding-left: 		6px; 
	padding-bottom: 	0px; 
	margin: 			0px; 
	padding-top: 		10px; 
	list-style-type: 	none;
	}

#menu LI {
	padding-right: 		0px; 
	padding-left: 		9px; 
	background: 		url(../images/menu/left.gif) no-repeat left top; 
	float: 				left; 
	padding-bottom: 	0px; 
	margin: 			0px; 
	padding-top: 		0px;
	}

#menu A {
	padding-right: 		15px; 
	display: 			block; 
	padding-left: 		6px; 
	font-weight: 		bold; 
	background: 		url(../images/menu/right.gif) no-repeat right top; 
	float: 				left; 
	padding-bottom: 	4px; 
	color: 				#26435F; 
	padding-top: 		5px; 
	text-decoration:	none;
	font-size:			10pt;
	}

#menu A {
	float: 				none;
	}

#menu A:hover {
	color:				#902;
	}

#menu #current {
	background-image: 	url(../images/menu/left_on.gif);
	}

#menu #current A {
	background-image:	url(../images/menu/right_on.gif); 
	padding-bottom:		5px; 
	color:				#333; /* dark gray */
	}

#lights {
	background: 		url(../images/menu/lights.png) no-repeat bottom;
	}
	
#lightscurrent {
	background: 		url(../images/menu/lightscurrent.png) no-repeat bottom;
	}

.lights A{
	font-size: 			93%;
	line-height: 		normal;
	color: 				#26435F; 
	text-decoration:	none;
	font-size:			10pt;
	font-weight: 		bold;
	position:			relative;
	top:				-22px;
	}
	
.lights A:hover{
	color:				#902;
	}

img {
	border:				none;
	}

p {
	font-family:		helvetica; 
	font-size:			14px; 
	}

p.center {
	text-align:			center;
	}

p.left {
	text-align:			left;
    }

#footer {
	text-align:			center; 
	width:				100%; 
	font-family:		verdana; 
	font-size:			12px;
	margin-top:			20px;
	}
	
#mainbody {
	font-family:		arial;
	position:			relative;
	text-align:			left;
	width:				100%;
	z-index:			2;
	}

a.button #button {
	background:			url(../images/button.jpg) no-repeat;
	color:				#902;
	cursor:				hand;
	font-family:		times, georgia;
	font-size:			22px;
	font-weight:		normal;
	height:				40px;
	margin:				0 auto;
	padding:			8px 0 0;
	width:				150px;
	}

a.button #buttonBig {
	background:			url(../images/buttonBig.jpg) no-repeat;
	color:				#902;
	cursor:				hand;
	font-family:		times, georgia;
	font-size:			22px;
	font-weight:		normal;
	height:				150px;
	margin:				0 auto;
	padding:			8px 0 0;
	width:				150px;
	}

.notice {
	font-family:		georgia, times;	
	font-size:			20px;
	font-weight:		normal;
	margin:				0 auto;
	text-align:			center;
	color:				#902; /* brick red */
	}
	
label.x,input.x {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label.x {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.ml_hak {
	margin-left: -8px;
	// margin-left: 10px;
	margin-top: -10px;
	// margin-top: 4px;
	margin-bottom: 4px;
	// margin-bottom: -2px;
	
	}
