body{
	font-family: Arial,sans-serif;
	color: #000000;
	background-color: #999999;
}

/************** header tag styles **************/

h1{font: bold 150% Arial,sans-serif; color: #000000; margin: 0px;}
h2{
	color: #282457;
	margin: 0px;
	font: 150% Bold Arial, Helvetica, sans-serif;
}
h3{
	font: bold 110% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
}
h4{
	font: 70% Arial,sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h5{
	font: 80% Arial,sans-serif Bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/************** Site Layout Divs **************/
#wrapper{
	margin-top: 10px;
	width: 760px;
}

#header{
	z-index: 1;
	position: relative;
	float: left;
	width: 760px;
}
#banner{
	width:760px;
	float: left;
	position: relative;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

/************** Page Layout Divs **************/

#pagewrapper{
	float: left;
	width: 760px;
	position: relative;
}
#pagewrappernonav{
	text-decoration: none;
	float: left;
	width: 760px;
	height: auto;
	position: relative;
	z-index: 1;
	top: 0px;
}
#pagewrapperform{
	text-decoration: none;
	float: left;
	width: inherit;
	position: relative;
	top: 0px;
	z-index: 10;
}
#pagemain{
	width: 500px;
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
}
#pagefull{
	width: 720px;
	float: left;
	position: relative;
	left: 20px;
	top: 20px;
	max-width: 720px;
	overflow: hidden;
}
#pagecellmain{
	text-decoration: none;
	width: 760px;
	height: 400px;
	float: left;
	position: relative;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	overflow: hidden;
}
#pagecell{
	text-decoration: none;
	width: 760px;
	width: 760px;
	float: left;
	position: relative;
	background-color: #8F8F8F;
}
#pageinfo{height: auto; width: 730px; float: left; position: relative; left: 10px; top: 10px;}

/************** Page Styles **************/

.pagelink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

.pagelink a:link, .pagelink a:visited {
	color: #000000;
	text-decoration: none;
}
.pagelink a:hover {
	color: #000000;
	font-weight: bold;
}

/************** Gallery Nav Styles **************/

.galnav {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

.galnav a:link, .galnav a:visited {
	color: #000000;
	text-decoration: none;
}
.galnav a:hover {
	color: #000000;
	font-weight: bold;
}

/************** Gallery Div Styles **************/

#galmenu {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	width: 120px;
}


/************** Table Styles **************/

#form {
	font-size: 65%;
	color: #000000;
}

#adminform {
	color: #000000;
	font-size: 10pt;
}

#maintable {
	font-size: 70%;
}
/************** siteInfo styles ****************/

#siteinfo{
	width: 760px;
	position: relative;
	float: left;
}
#siteinfoLinks{
	color: #000000;
	padding: 5px 4px 4px 4px;
	width: 325px;
	float: right;
	text-decoration: none;
	font-size: 70%;
}

a.siteinfo, a.siteinfo:visited{
	color: #000000;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	font: 90% Arial;
	font-family: Arial, Helvetica, sans-serif;
}

a.siteinfo:hover{
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}
#login{
	color: #000000;
	padding: 5px 4px 4px 4px;
	float: left;
	text-decoration: none;
	width: 410px;
	font-size: 70%;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 760px;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	float: left;
}
