@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #000;
	background-image: url(../images/bgback.jpg);
	background-repeat: repeat;
	height: 1024px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
.medaccent {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border: thin none #030;
}


.accentstyle {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.headcol {
	font-size: medium;
	font-weight: bold;
}



#navbar {
	position: absolute;
	left: 238px;
	top: 75px;
	width: 466px;
}

#container  {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#rightside {
	position: absolute;
	left: 1078px;
	top: 229px;
	width: 181px;
	height: 469px;
}
#pages {
	position: absolute;
	left: 478px;
	top: -1px;
	width: 197px;
}
#container #maincontent table tr td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}


#header {
	position: static;
	width: 812px;
	left: 191px;
	top: 0px;
	height: 56px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 10px;
	font-size: small;
	font-weight: lighter;
	margin-top: 120px;
	margin-left: 235px;
}
#maincontent {
	position: static;
	left: 0px;
	top: 0px;
	height: 722px;
	width: 730px;
	padding-right: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 0px;
	padding-bottom: 10px;
	word-spacing: normal;
	margin-left: 335px;
}

#leftside {
	position: absolute;
	left: 193px;
	top: 191px;
	height: 651px;
	width: 115px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h1 {
	font-size: x-large;
	color: #000;
	font-weight: lighter;
}
h2 {
	font-size: medium;
	color: #000;
}

h3 {
	font-size: small;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#text_area {
	border: 1px solid #000;
	background-color: #716441;
	margin-top: 10px;
	font-size: small;
}
.textfield {
	background-color: #716441;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: small;
}
.submitbtn {
	font-size: x-small;
	background-color: #4B432C;
	border: 1px solid #000;
	padding: 0px;
	margin: 3px;
}
#home {
	position: absolute;
	left: 199px;
	top: 62px;
	font-size: x-small;
}
.smallstyle {
	font-size: x-small;
}
#equipment {
	position: absolute;
	left: 334px;
	top: 205px;
	height: 193px;
	width: 268px;
}
.style2 {
	font-weight: bold;
}
.stylelarge {
	font-size: medium;
	font-weight: bold;
}
#footer {
	position: static;
	left: 191px;
	top: 876px;
	width: 720px;
	font-size: x-small;
	height: 110px;
	color: #000;
	text-align: center;
	padding: 0px;
}
.stylefine {
	font-size: xx-small;
}
.largeaccent {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#leftside {
	position: absolute;
	padding-left: 10px;
}
#leftpicside {
	position: absolute;
	left: 15px;
	top: 119px;
}
a:link {
	color: #030;
}
a:visited {
	color: #030;
}
a:hover {
	color: #FFD579;
}
a:active {
	color: #030;
}
.small {
	font-size: x-small;
}

