@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

#container {
	width: 760px;
	background-color: #fff;
	color: #000;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	margin-bottom: 15px;
}

img {
	float: left;
	clear: both;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;	
}
/*BEGIN NAV STYLES -------------------------------------*/
#top_nav {
	height: 35px;
	background-color: #339966;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#top_nav ul {
	padding-top: 13px;
}

#top_nav ul li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;	
	display: inline;
}

#top_nav ul li a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#top_nav ul li a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
}

#top_nav ul li a.current {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
}
/*END NAV STYLES ---------------------------------------*/

#content {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	background-color: #000;	
}

#footer ul {
	padding-top: 10px;	
	padding-bottom: 20px;
}

#footer ul li {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;	
	display: inline;	
}

#footer ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
}

#footer ul li a.current {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-decoration: none;
}




/*BEGIN AUTHORS STYLES ---------------------------------------*/
a img.cody_cash {
	text-decoration: none;
}