* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
		background-color: #fff;
}

p, li, dd, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol, dl, p {
	margin-bottom: 20px;
}

p {
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h2 {
	margin-bottom:	15px;
	color: #093;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-bottom:	15px;
}

ol, ul, li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #093;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* WRAPPER =================================== */

div.wrapper {
	width: 770px;
	background-image: url(/images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

/* PRE HEADER =================================== */
div.pre_header {
	width: auto;
	height: 20px;
	margin-top: 10px;
}
.pre_header ul {
	display: block;
	float: right;
	position: relative;
	margin: 0px;
}

.pre_header li {
	display: inline;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
}

.pre_header a {
	color: #999;
}

.pre_header a:hover {
	text-decoration: underline;
}
.pre_header img {
	margin-right: 6px;
}

/* HEADER =================================== */

div.header {
	width: 									auto;
	background-image: 			url(/images/head_banner.jpg);
	background-repeat: 			no-repeat;
	background-position: 		180px 5px;
	height: 								108px;
}


h1#logo {
	width: 				329px;
	height: 			25px;
	position: 		relative;
	top: 					5px;
	font-size: 		10px;
}

#logo span {
	background: 	url(/images/logo.gif) no-repeat;
	position: 		absolute;
	width: 				180px;
	height: 			98px;
}

.header ul {
	display: 			block;
	position: 		absolute;
	top: 					117px;
	left: 				230px;
	width: 				510px;
	margin: 			0px;
}

.header li {
	display: 			block;
	float: 				left;
	margin-right: 18px;
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;
	font-weight: 	bold;
	color: 				#000;
	height: 			2px;
}

.header a {
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-size: 		11px;
	font-weight: 	bold;
	color: 				#000;
	height: 			2px;
}

.header a:hover {
	color: 				#093;
}

/* SIDE COLUMN ============================== */

div.side_column {
	width: 				180px;
	float: 				left;
	display: 			block;
	height:				auto;
}

.side_column ul {
	width: 					180px;
	background: 		#fff;
	font-family: 		Arial, Helvetica, sans-serif;
	border-bottom: 	1px solid #093;
	margin: 				15px 0px 20px 0px;
}

.side_column li {
	display: 			block;
	border-top: 	1px solid #093;
	font-size: 		10px;
}

.side_column a {
	display: 					block;
	padding: 					9px;
	width: 						180px;
	border-bottom: 		1px solid #fff;
	border-top: 			1px solid #fff;
	color:						#333;
}

html>body .side_column a { width: auto; }

.side_column a:hover {
	background-color: #ccc;
}



/* MAIN ==================================== */

.main {
	width: 			500px;
	float: 			left;
	margin: 		20px 0px 50px 50px;
}

/* FOOTER ============================== */

div.footer {
	clear: both;
	width: auto;
	background: #eee url(/images/wrapper_bg.gif) repeat-y;
}

.footer ul {
	display:		block;
	padding: 3px 0px 3px 200px;
	width: 780px;
	margin: 0px;
}

.footer li {
	display:				inline;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 					#999;
	margin-right: 	30px;
}

.footer a {
	color: 					#999;
}

/* TAG ================================== */

div.tag {
	padding: 6px 0px 9px 9px;
	background-image: url(/images/dot_hori.gif);
	background-repeat: repeat-x;

}

.tag a {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 					#ddd;
}

.tag a:hover {
	color: 					#999;
}

/* GENERAL ================================== */

.clearing {
	clear: both;
}

.dot_bg {
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

.small {
	font-size: 10px;

}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
div.right, .right {
	text-align: right;
}

.areas li {
	list-style-type: square;
	font-size: 11px;
	margin-bottom: 9px;
	margin-left: 20px;
	color: #009933;
}

.standard_list li {
	list-style-type: square;
	margin-bottom: 9px;
	margin-left: 20px;
	color: #009933;
}

.standard_color {
	color: #333;
}
