body{
	font: 15px/1.5 "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #333333;
	background: #E0E0E0;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}

/* headings */
h1,h2,h3,h4{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background: transparent;
	color: #333333;
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}

h1{
	font-size: 19px;
}

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

h2{
	font-size: 17px;
}

h3{
	font-size: 15px;
}

h4{
	font-size: 13px;
}

h5{
	font-size: 11px;
}

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

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

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

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

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

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

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

a:link,a:visited{
	color: #4C4C4C;
	background: transparent;
}

a:hover,a:focus,a:active{
	color: #797A8E;
	background: transparent;
}

/* Lists */
ul{
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li{
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
	background: url(../images/gmulbul.gif) no-repeat left center;
}

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

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

/* Quotation */
blockquote{
	font: italic 16px/1.8 Georgia,"Times New Roman",Times,serif;
	color: #333333;
	background: transparent;
	margin: 0 0 20px 0;
}

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;
	width: 688px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/gmwrapbg.jpg) no-repeat bottom;
}

#logo{
	width: 688px;
	height: 50px;
	background: url(../images/gmlogo.jpg) no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
}

#logonav{
	position: absolute;
	top: 25px;
	left: 350px;
}

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

#flashbanner{
	position: relative;
	background: url(../images/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: 0 40px 16px 40px;
}

#contentleft{
	width: 390px;
	float: left;
	padding: 0 0 16px 0;
}

#contentright{
	width: 180px;
	float: right;
	padding: 0 0 20px 0;
}

#contentright a{
	font-weight: normal;
}

#contentright p,#contentright label{
	font-size: 13px;
}

#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;
}

#bottomnav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#bottomnav ul li a{
	background: #DDDDDD;
	width: 72px;
	height: 18px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#bottomnav ul li a:hover,#bottomnav ul li a:focus,#bottomnav ul li a:active{
	color: #DDDDDD;
	background: #666666;
	border-color: #999999;
}

#bottomnavend a:link,#bottomnavend a:visited{
	border-right: 1px solid #999999;
}

#current a:link,#current a:visited,#current a:hover,#current a:focus,#current a:active{
	color: #DDDDDD;
	background: #666666;
}

#footer{
	clear: both;
	padding: 16px 0 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(../images/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;
}

.scrollpadder{
	padding: 5px 15px 5px 5px;
}

.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: 8px 0;
	border-top: 1px solid #666666;
	border-right: #666666;
	border-bottom: 1px dotted #666666;
	border-left: #666666;
	font-size: 15px;
}

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

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

.thumbs{
	float: left;
	width: 380px;
	margin: 0 0 10px 0;
}

.thumbs h3{
	color: #999999;
	background: transparent;
}

.thumbs p{
	margin: 6px 0 0 0;
	font-size: 9px;
}

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

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

.comment a{
	font-size: 12px;
	font-weight: normal;
}

.sidenote {
	width: 10em;
	line-height: 140%;
	padding: 1em;
	margin: 1em;
	border: 1px solid #CBCBCB;
	background: #FCF7F4;
	color: #333333;
}

