* {padding: 0; margin: 0; border: 0;}
p {padding: 5px 0px 8px;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
}

a:link {
	color: #ffff33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffff33;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #ffff33;
}

h1 {
	text-indent: -9999px;
}
h2 {
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
	padding-top: 42px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFF33;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}




#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#side_column {
	float: left;
	width: 186px;
}



#main_column {
	float: right;
	width: 590px;
}

#logo {
	height: 223px;
	background: url(images/logo.jpg) no-repeat top left;
}

#titles {
	height: 83px;
	background: url(images/title_bg.jpg) no-repeat top left;
}



#side_column2 {
	background: url(images/nav_top.jpg) no-repeat top left;
	padding: 20px 0px 0px 0px;
}

#nav {
	font-size: 11px;
	width: 145px;
	margin: 0 auto;
	padding: 13px 0px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 5px 0px;
	text-indent: 15px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px #ccc solid;
	height: 10px;
	line-height: 13px;
	background: url(images/nav1.gif) no-repeat 5px center;
}

#nav ul a:hover {
	background: url(images/nav2.gif) no-repeat 5px center;
	color: #ffff66;
	padding: 3px 0px 5px 0px;

}

#address {
	width: 145px;
	margin: 0 auto;
}

#side_stretch {
	background: url(images/nav_middle.jpg) repeat-y;
}

#side_footer {
	background: url(images/nav_footer.jpg);
	height: 25px;
}

#flash {
	height: 279px;
	background: url(images/main_top.jpg) no-repeat;
}

#flash_indent {
	width: 545px;
	padding: 25px 0px 0px;
	margin: 0 auto;
}

#main_content {
	background: url(images/main_middle.jpg) repeat-y;
}

#content_indent {
	width: 535px;
	margin: 0 auto;
}

#footer {
	height: 35px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	background-image: url(images/main_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.yellow {
	color: #ffff33;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: none;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffff33;
	letter-spacing: -1px;
}
.border {
	border: 1px solid #ffff33;
}
