/* CSS Document */

/* Layout Tags */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0px;
	border: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 90%;
	color: #000000;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
}
body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	padding-top: 0;
	color: #e01B2f;
	font-weight: bold;
}
body h2{
	font-size: 100%;
	font-weight: normal;
	padding-top: 0;
	color: #9933CC;
}
body ul{
	list-style: disc inside;
}

/* IDs - only one use per page */

#wrapper-body{
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 10px;
	margin: auto;
	width: 750px;
}
#toplogo{
	height: 125px;
	padding-bottom: 10px;
}
#horixbars{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e01B2f;
}
#topnavwrapper{
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#nav{
	padding-top: 10px;
	text-align: center;
	font-size: 75%;
}#content{
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 10px;
	margin: auto;
	width: 749px;
	background-image: url(images/g-Maxheadshot-750r25.jpg);
	}
#updatecopyright{
	padding-top: 20px;
	text-align: center;
	font-size: 75%;
	color: #9933CC;
}
#dump{	
}
#buttonbar{
	padding-bottom: 20px;
}
#buttonBottomnav{
	padding-top: 20px;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #e01B2f;
}

/**************** Pseudo classes ****************/

a:link {
	color: #e01B2f;
	text-decoration: underline;
}
a:visited {
	color: #e01B2f;
	text-decoration: underline;
}
a:hover {
	color: #fcaf30;
	text-decoration: underline;
}
a:active {
	color: #fcaf30;
	text-decoration: none;
}


/* Classes - can be used multiple times */

.headerbelowlogo{
	color: #9933CC;
	font-weight: bold;
	font-size: 100%;
}
.contentspacer-20toppad{
	padding-top: 20px;
	text-align: left;
}
.imgRight{
	float: right;
	position: static;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft{
	float: left;
	position: relative;
	height: auto;
	width: auto;
}
.imgLeft-caption{ 
	text-align: left;
	font-size: 75%;
} 
.imgRight-caption{
	text-align: left;
	width: 100%;
	font-size: 70%;
} 
.clearwayfromtext {
	display: block;
	clear: both;
}

/* font styles */
.a12blk {
	font-size: 90%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.italic {font-style: italic
}
.a12redB {font-size: 90%; font-weight: bold; color: #e01b2f;
}
.a36redB {
	font-size: 270%;
	font-weight: normal;
	color: #e01B2f;
}
.a18redB {
	font-size: 180%;
	color: #e01B2f;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.a12ornB {
	color: #fcaf30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
.a14redB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #e01b2f;
}
.a14ornB {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fcaf30;
}
.a10blk {

	font-size: 80%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.a14red-V1MUSTSTAYRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #e01b2f;
	font-style: normal;
}
.italic{
	font-style: italic;
}
.uline{
	text-decoration: underline;
}
