/* start of reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, font, ol, ul, li, form, label {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}

body {line-height: 1; color: black;	background: white;}
ol, ul {list-style: none;}
/* end of reset */

img{
	border:0px;
}
 
body {text-align: center;} 
h3 {font-family:trebuchet MS; font-size: 30px; text-align: center;}
h4 {font-family:trebuchet MS; font-size: 20px; text-align: center;}
h5 {font-family:trebuchet MS; font-size: 30px;}

label {
	font: bold 16px Trebuchet MS;
}

#pagewidth {
	width: 970px;
	margin: 5px auto 0px auto;
	background: url(../webimgs/bgfade.gif) no-repeat;
}

#indexheader {
	height: 12px;
	width: 970px;
	background: url(../webimgs/indexfadetop.gif) no-repeat;
}

#header {
	height: 12px;
	width: 970px;
	background: url(../webimgs/fadetop.gif) no-repeat;
}

#leftcol {
	float: left;
	width: 256px;
	height: 576px;
}

#maincol {
	float: right;
	width: 714px;
}

#indexmaincol {
	float: right;
	height: 576px;
	width: 714px;
	background: url(../webimgs/homepageImage.jpg) no-repeat;
}

#menu {
	margin-top: 400px;
	margin-right: 10px;
	text-align: right;
	font: normal 22px Trebuchet MS;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#indexfooter {
	width: 970px;
	height: 12px;
	clear: both;
	background: url(../webimgs/indexfadebtm.gif) no-repeat;
}

#footer {
	width: 970px;
	height: 12px;
	clear: both;
	background: url(../webimgs/fadebtm.gif) no-repeat;
}

#content {
	text-align: left;
	font: normal 16px Trebuchet MS;
	padding: 0px 5px 0px 10px;
}

#copyright {
	font-size: 12px;
	margin-top: 5px;
}
