body {
	color: #6e6e6e;
	text-align: left;
	padding-top: 5px;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #FCCC00 url(images/pageBG.gif) repeat-x fixed left top;
}
h1 {
	letter-spacing: 2px;
	font: bold 0px Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #464646;
	margin: 0px 0px -5px;
	padding: 0px 0px 5px;
}
h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #ffce00;
	padding: 0px 0px 5px;
	color: #464646;
	font: bold normal 100% "Times New Roman", Times, serif;
}
h3 {
	letter-spacing: 0px;
	text-transform: capitalize;
	font: bold normal 80% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6e6e6e;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
}
h4 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font: bold normal 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted #6e6e6e;
}
p {
	margin: 0px 0px 1em;
	padding: 0px;
	font-size: 80%;
}
a:link {
	color: #d6a700;
	text-decoration: underline;
}
a:visited {
	color: #F3C62C;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #d6a700;
}



#flashcontent {
	text-align: right;
	margin: 0px;
	padding: 0px;	
}



ul{
	list-style: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	color: #999999;
	padding-right: 30px;
	margin-top: 10px;
}
ul li a:link, ul li a:visited{
	display: block;
	text-decoration: none;
	background: #FEFBDB;
	margin: 0px -30px 0px 0px;
	padding: 10px 10px 10px 13px;
	font-weight: normal;
}
ul li a:hover{
	background: #ffffff;
	padding: 10px 10px 10px 13px;
	font-weight: normal;
}
ul li a span {
	color: #6e6e6e;
}


em {
	font-size: 80%;
	color: #999999;
}









#holder{
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background: #FFFFFF url(images/contentBG.gif) repeat-y left top;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}






#header {
	height: 200px;
	background: url(images/header.jpg) no-repeat center top;
}
#header h1 {
	position: absolute;
	left: -3000px;
}







#nav {
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	font: 100% Times New Roman, Times, serif;
	background: #FFCE00;
}
#nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a:link, #nav li a:visited {
	color: #686868;
	text-decoration: none;
	padding: 3px 20px 4px;
	background: #FFCE00;
	display: inline;
	margin: 0px;
	border-style: none;
	font-weight: bold;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FFFFFF;
	background-color: #A6A6A6;
	padding: 3px 20px 4px;
	font-weight: bold;
}







#leftColumnTop {
	width: 165px;
	margin: 30px 0px 20px;
	float: left;
	padding: 3px 0px 20px;
	background: #FFFCDD;
}
#leftColumnTop h2 {
	letter-spacing: 1px;
	text-align: left;
	margin: 0px 10px 0px 15px;
	text-transform: uppercase;
	font: bold normal 80% "Times New Roman", Times, serif;
	border-width: 1px;
	border-style: none none solid;
	padding: 0px 0px 5px;
}
#leftColumnTop p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 13px;
}











#innerwrapper {
	width: 770px; /* Sets the width of the column container to 641 pixels, the total width of the layout. */
	padding: 0px;
	margin-top: 0px;
	border-top: 2px solid #FFFFFF;
	float: left;
}
#content {
	margin: 30px 185px 20px 190px;
}

#content p a:link, #content p a:visited {
	text-decoration: underline;
}
#content p em {
	font-size: 80%;
	letter-spacing: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #F3FFAA;
}
#content ul {
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
}
#content ul li {
	color: #FFFFFF;
	padding: 0px;
	font-size: 80%;
	list-style: circle;
	margin: 0px;
}
#content hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}















#news {
	background-color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 165px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#news p {
	color: #000000;
	line-height: 140%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: -3px;
	margin-left: 10px;
}











#footer {
	border-top: 1px solid #FFCE00;
	font-size: 70%;
	text-align: center;
	margin-top: 2px;
	padding: 5px;
	clear: both;
	background: #FFFFFF;
	color: #d6a700;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}










.callout {
    font: bold 130% Georgia, Times New Roman, Times, serif;
    color: #333;
    margin: 0;
    padding: 20px 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0px;
}
.leftimage {
	padding: 0px;
	margin: 0px 15px 15px 0px;
	float: left;
}
.rightimage {
	float: right;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}
.container {
	width: 99%;
	margin: 0px 0px 20px;
	padding: 0px;
}
.leftimage2 {
	margin: 0px 15px 15px 60px;
	float: none;
}
.container2col_left {
	width: 270px;
	float: left;
	margin: 0px 0px 20px;
	padding: 0px;
}
#content2col {
	margin: 30px 15px 20px 194px;
	padding: 0px;
}
.container2col_right {
	width: 280px;
	float: right;
	margin: 0px 0px 20px;
	padding: 0px;
}
.clearleft {
	line-height: 0px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: left; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0px;
}





form ul li{
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
form ul li a:link{
	display: block;
	text-decoration: none;
	background: #FEFBDB;
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
}
form  ul li a:visited{
	display: block;
	text-decoration: none;
	background: #FEFBDB;
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
	color: #F3C62C;
}
form ul li a:hover{
	background: #ffffff;
}
form ul li a span {
	float: left;
	color: #d6a700;
	text-align: left;
}

#tracks ul li{
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#tracks ul li a:link{
	display: block;
	text-decoration: none;
	background: #FEFBDB;
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
}
#tracks ul li a:visited{
	display: block;
	text-decoration: none;
	background: #FEFBDB;
	margin: 0px;
	padding: 0px 10px;
	text-align: right;
	color: #F3C62C;
}
#tracks ul li a:hover{
	background: #ffffff;
}
#tracks ul li a span {
	float: left;
	color: #d6a700;
	text-align: left;
}



 #subscribe table {
	width: 100%;
	border: 1px solid #D7E5F2;
	border-collapse: collapse;
	font-size: 80%;
	color: #464646;
	background: #FFFDF1;
}

#subscribe td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

.labelcell {
	background-color: transparent;
	font-size: 100%;
}

.fieldcell {
	color: #000000;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	background: #FEFBDB;
	font-size: 100%;
}


.fieldcell input {
	color: #000000;
	border: 1px solid #464646;
	background: #FFFDF1;
	margin-right: 0px;
	font-size: 100%;
	text-align: right;
}

.smallfieldcell input {
	width: 100px;
	background-color: #D7E5F2;
	color: #000000;
	border: 1px solid #464646;
	font-size: 100%;
	text-align: right;
}
.smallfieldcell select {
	width: 100px;
	background-color: #D7E5F2;
	color: #000000;
	border: 1px solid #464646;
	font-size: 100%;
}

.button {
	background-color: #D7E5F2;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 100%;
}
