@charset "UTF-8";
/* CSS Document */

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#009;
}
a:active {
	text-decoration: none;
	color:#999;
}

body,td,th {
	background-color: #999999;
	color:#000;
}

-->!! These define your button class

.button {
   border-top: 1px solid #ffcc66;
   padding: 9px 10px;
   color: #000000;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

.button:hover {
    border-top: 1px solid #ffcc66;
   background: #ffcc66;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc66));
   background: -moz-linear-gradient(top, #ffffff, #ffcc66);
   padding: 9px 10px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,0) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,0) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #002D5A;
   }

.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

-->!! This is the container for the page

#maincontainer {
	width: 918px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	top: 50px;
}

#topbg {
	width:918px;
}

#repeatingbg {
	width: 918px;
	background-repeat:repeat-y;
	background-image:url(../images/bg.png);
}

#bottombg {
	width:918px;
}

#logo {
	height:203px;
	width: 287px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top:-620px;
	z-index: 2;
}


#header {
	height:153px;
	width: 901px;
	position: absolute;
	left: 10px;
	top: -14px;
	z-index: 1;
}


#navbar {
	height:33px;
	width: 901px;
	position: relative;
	top: -796px;
	left: 14px;
	background-image:url(../images/navbar.png);
	background-repeat:no-repeat;
	background-position:center;
	line-height: 33px;
}


#text {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: -750px;
	padding-left:13px;
	overflow-y: auto;
	font-family:Arial, Helvetica, sans-serif;
}

#graphicelement {
	width: 145px;
	height: 32px;
	position: relative;
	left: 155px;
	top: -1080px;
}