@charset "utf-8";

* {padding: 0; margin: 0; border: 0;}
p {
	padding: 7px 0px;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background: #ffffff url('bg.jpg') repeat-x;
	margin-top: 0px
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000099;
}

#footer a:link {
	color: #000099;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000099;
	
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}
#footer a:active {
	text-decoration: none;
	color: #000099;
	
}

#side_column a:link {
	color: #000099;
	text-decoration: none;

}
#side_column a:visited {
	text-decoration: none;
	color: #000099;

}
#side_column a:hover {
	text-decoration: none;
	color: #666666;

}
#side_column a:active {
	text-decoration: none;
	color: #000099;

}


h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 22px;
	color: #000099;
	display: block;
	text-indent: 4px;
	border-left: 4px solid #ffcc00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: -1px;
}

h3 {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000099;
	height: 30px;
	line-height: 30px;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-weight: bold;
	display: block;
	border-left: 4px solid #ffcc00;
	text-indent: 5px;
}

h4 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	display: block;
	text-indent: 4px;
	border-left: 4px solid #ffcc00;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000099;
}

#header {
	height: 190px;
	background: url('header.jpg') no-repeat;
}

#nav_flash {
	clear: both;
	background: url('flash_bg.jpg') no-repeat;
	height: 190px; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:0
}

#flash {
	width: 770px;
	padding: 0 0 0 2px;
}


#maintext_wrapper {
	background: url('middle_span.jpg') repeat-y;
}

#maintext_border {
	padding: 10px 20px 0 0;
	margin: 0 auto;
}

#side_column {
	float:left;
	width: 165px;
	color: #000099;
}

#side_column li {
	list-style: none;
	padding-bottom: 5px;
	border-top: 1px solid #333;
}

#side_column p {
	padding-left: 7px;
}

#far_right {
	float: right;
}

#maintext {
	float:right;
	width: 582px;
	line-height: 20px;
}

#maintext ul {
	padding-left: 20px;
}

#example {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0px;
	letter-spacing: -1px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	

}

#clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	letter-spacing: 2px;
	background:url('footer.jpg');
	height: 40px;
	line-height: 28px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	padding-right: 25px;
	font-weight: bold
}
.border {
	border: 1px solid #ccc;
}
