body{
	font: 90%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../i/repeat_square.jpg) repeat;
	text-align: center;
	margin: 0px 0;
	padding: 0;
}

/* headings */
h1,h2,h3,h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: transparent;
	margin: 5px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 1px;
}

h1{
	font-size: 15px;
	line-height: 1.2;
}

#mnheading{
	margin: 0 0 10px 0;
}

h2{
	font-size: 90%;
	line-height: 1.6;
}

h3{
	font-size: 12px;
}

h4{
	font-size: 12px;
}

h5{
	font-size: 10px;
}

#contentright h1{
	margin: 3 0 3px;
	font-size: 15px;
	color: #970000;
	background: transparent;
}

#contentright h2{
	margin: 0 0 3px;
	font-size: 12px;
	background: transparent;
	line-height: 1.5;
	font-style: normal;
	color: #333333;
}

#contentright h3{
	margin: 0 0 0px;
	font-size: 11px;
	color: #333333;
	background: transparent;
	letter-spacing: 0em;
	line-height: 1.4;
}

#contentright h4{
	margin: 0 0 6px 0;
	font-size: 10px;
	color: #666666;
	background: transparent;
}

#contentright h5{
	color: #797A8E;
	margin: 0 0 6px 0;
	background: transparent;
	font-size: 9px;
	font-weight: normal;
}

#controlheading{
	padding: 0 0 15px 0;
}

/* Links */
a{
	font-weight: bold;
}

a:link,a:visited{
	color: #CC0000;
	background: transparent;
	text-decoration: none;
}

a:hover,a:focus,a:active{
	color: #FF6600;
	background: transparent;
	text-decoration: underline;
}

/* Lists */
ul{
	margin: 8px;
	padding: 0;
	list-style: none;
	background-color: #E7EDF6;
	font-weight: bold;
	color: #333333;
}

ul li{
	padding: 0 0 0 17px;
	margin: 0 0 4px;
	background: url(../i/bulletpoint.gif) no-repeat left top;
}

dl dd{
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 1.4em;
	color: #333333;
	background: transparent;
}

dl dt{
	font-weight: bold;
	color: #333333;
	background: transparent;
}

/* Quotation */
blockquote{
	color: #333333;
	background: transparent;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 1.8;
}

blockquote strong{
	color: #797A8E;
	background: transparent;
	font-weight: bold;
}

/* Code Rendering */
code,pre{
	color: #797A8E;
	background: transparent;
	font-size: 14px;
}

code strong{
	color: #333333;
	background: transparent;
	font-weight: bold;
}

/* Other Textual rendering */
abbr,acronymn{
	font-style: normal;
	border-bottom: 1px dotted;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

strike{
	text-decoration: line-through;
}

img{
	border: 0 none;
}

input{
	color: #333333;
	background: #DDDDDD;
	border: 1px solid #797A8E;
	margin: 6px 0 0 0;
}

/* Page layout stuff */
#wrapper{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(../i/top_dark.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#logo{
	height: 138px;
	background: url(../i/top_band4.jpg) no-repeat left top;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#mainnav{
	width: 740px;
	background-color: #CCCCCC;
	position: relative;
	padding: 0px;
	height: 25px;
	background-image: url(../images/navbarback.gif);
	background-repeat: repeat-x;
}

#skipnav{
	position: absolute;
	top: 8px;
	right: 19px;
}

#flashbanner{
	position: relative;
	background: url(../i/gmbanner.jpg) no-repeat;
	width: 688px;
	height: 165px;
	margin: 0;
	padding: 0;
}

#textsizer{
	position: absolute;
	top: 122px;
	right: 19px;
	line-height: normal;
	padding: 0;
	margin: 0;
}

#contentwrapper{
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	margin: 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#contentleft{
	width: 185px;
	float: left;
	padding: 0 0 8px;
	background-color: #FFFFFF;
}

#contentright{
	padding: 0 0 8px;
	width: 580px;
	margin-bottom: 5px;
	margin-left: 200px;
}


#contentright p,#contentright label{
	font-size: 90%;
	line-height: 1.4;
}


#topnav ul li a{
	height: 15px;
	margin: 0;
	color: #DC0201;
	display: inline;
	text-align: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#topnav ul li a:hover{
	color: #8FCAFE;
	text-decoration: none;
}


#desc{
	color: #797A8E;
	background: transparent;
}

#bottomnav{
	padding: 0;
	height: 20px;
	margin: 0 0 20px 0;
}

#bottomnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}



#footer{
	clear: both;
	padding: 5px 0 0;
	border-top: 1px solid #DDDDDD;
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1.2em;
}

#footer a{
	font-weight: normal;
	font-size: 9px;
	padding: 0;
}

#counter{
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #DDDDDD;
}

/* Use many times stuff */
.padder{
	padding: 8px;
}

.hide{
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.skiplink{
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size: 1px;
	line-height: 1;
}

/* Box Model Hack to help IE5.5 - http://tantek.com/CSS/Examples/boxmodelhack.html */
.scrollcontain{
	background: url(../i/gmscrollbg.jpg) no-repeat;
	width: 362px;
	height: 201px;
	padding: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 342px;
	height: 181px;
}

html>body .scrollcontain{
	width: 342px;
	height: 181px;
}

.scroll{
	height: 180px;
	overflow: auto;
	color: #FFFFFF;
	background: transparent;
}

.thumb{
	float: left;
	margin-right: 5px;
	border: 4px double #797A8E;
}

.thumbright{
	float: right;
	margin-left: 5px;
	border: 4px double #797A8E;
}

.thumbnofloat{
	border: 4px double #797A8E;
}

.clearit{
	clear: both;
	height: 0;
}

.middle{
	text-align: center;
}

.hlite1{
	color: #797A8E;
	background: transparent;
	font-weight: bold;
}

code.codenotelet{
	border-bottom: 1px dotted #999999;
}

p.footnote{
	line-height: normal;
	color: #797A8E;
	background: transparent;
	padding: 5px 0;
	border-top: 1px solid #666666;
	border-right: #666666;
	border-bottom: 1px dotted #666666;
	border-left: #666666;
	font-size: 80%;
}

span.dropcap{
	font-size: 24px;
	color: #797A8E;
	background: transparent;
}

span.date{
	color: #999999;
	background: transparent;
}


.leftfloater{
	float: left;
	display: block;
	border: 0;
	padding-right: 10px;
}

.comment{
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #CBCBCB;
}


.sidenote {
	width: 10em;
	line-height: 140%;
	padding: 1em;
	margin: 1em;
	border: 1px solid #CBCBCB;
	background: #FCF7F4;
	color: #333333;
}
#flashbar {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #050505;
	background-image: url(../i/flashbar_back.gif);
	background-repeat: repeat-x;
}

#flashbar a {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-size: 12px;
}
#flashbar a:hover{
	text-decoration: none;
	color: #FF0000;
}


#topnav {
	position: absolute;
	top: 5px;
	width: 600px;
	right: 10px;
}
#Layer1 {
	height: 17px;
	width: 304px;
	position: absolute;
	left: 17px;
	top: 50px;
	z-index: 1;
}
#topnav ul{
	border: 0;
	margin: 3;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: inline;
}

#topnav ul li{
	display: inline;
	float: right;
	text-align: left;
	padding: 0;
	background: url(../images/transgif.gif) no-repeat left top;
	list-style-image: none;
	margin-right: 10px;
	margin-left: 10px;
}



.formlist {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.formtext {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.subsub {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
}

#footer2 {
	padding: 0px;
	clear: both;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../i/footer2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #34171E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.whitecellborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#newsbox {
	padding: 0px;
	width: 170px;
	border: 2px solid #71A6D9;
	margin: 0px;
	overflow: auto;
	background-color: #DFEAF3;
}
.newsheader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CEDBF4;
	background-color: #71A6D9;
	letter-spacing: 0.2em;
}
#newsbox p {
	line-height: 1.3;
}

.frameborder {
	border: 1px solid #CCCCCC;
}
.leftmargin {
	margin-left: 8px;
}
.smalltext {
	font-size: 9px;
	color: #000000;
}
#gallerybox {
	padding: 0px;
	height: 160px;
	width: 170px;
	border: 2px solid #8A0002;
	margin: 0px;
	overflow: auto;
	background-color: #FFF4FF;
}
.galleryheader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #8A0002;
	letter-spacing: 0.1em;
}
.fborder {
	border: 1px solid #CCCCCC;
}
.uploadedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.whiteline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#newsbox p {
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
}
.quotetext {
	font-size: 10px;
	color: #000000;
	line-height: 140%;
}
.sidemenu {
	background-color: #DFEAF3;
	border: 1px solid #71A6D9;
}
.sideheader {
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	letter-spacing: 0.1em;
	font-size: 10px;
}
.formbox {
	border: 1px solid #FFFFFF;
	padding: 1px;
	background-color: #C6D0D8;
	width: 240px;
}
#formbox {
	border: 1px solid #FFFFFF;
	padding: 1px;
	background-color: #E7F3FC;
	margin-right: 0px;
	margin-left: 0px;
}
.downloadheader {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CEDBF4;
	background-color: #71A6D9;
	letter-spacing: 0.1em;
}
.greyunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.yourright {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
