/* This is the main stylesheet, it should stay in the root level of the web site */


/* Links */

a:link, a:active, a:visited {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited:hover { 
	color: #C60;  /*  orange  */ 
	font-weight: bold;
	text-decoration: underline;
	}


/*Overall page placement and backgrounds*/
.page
{
	width: 100%;
	min-width: 850px;
	min-height: 750px;
	font-family: Sans, "Gill Sans", Arial;
	text-align: left;
	background-color: #265e1a;  /*  dark green  */
	font-size: 9pt;
	list-style-image: url(images/whitesquare.jpg);
	list-style-type: none;
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
}

.tablebackground
{
	background-image: url(images/background.png);
	list-style-image: url(images/whitesquare.jpg);
	list-style-type: none;
	background-repeat: no-repeat;
}


/* Main text and menu areas */

.maincontent {
	position: relative;
	z-index: 100;
	width: 565px;
	height: 480px;
	left: 210px;
	font-size: 11pt;
	color: #785708;
	top: 90px;
	overflow: auto;
	padding-right: 15px;
	list-style-type: lower-alpha;
	list-style-image: none;
	list-style-image: url(images/whitesquare.jpg);
	list-style-type: none;
}
.menu {
	position: relative;
	z-index: 200;
	text-align: center;
	top: 65px;
	left: 300px;
	font-family: Sans, "Gill Sans", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #265e1a;  /*  dark green  */
	width: 360px;
	line-height: .9em;
}
.menu a, .menu a:visited, .menu a:active {
	color: #265e1a;  /*  dark green  */
}
.menu a:hover, .menu a:visited:hover {
	color: #C60;  /*  orange  */
}
.contact {
	position: absolute;
	text-align: center;
	top: 19px;
	margin-left: 725px;
	z-index: 200;
}
.links {
	position: absolute;
	text-align: center;
	top: 90px;
	margin-left: 815px;
	z-index: 200;
}
.copyright {
	font-size: 11px;
	color: #A0AD59;  /*  pea green  */
	top: 750px;
	position: absolute;
	text-align: center;
	width: 850px;
	margin-left: 250px;
}

/* Text formatting */
.title  {
	font-weight: bold;
	text-align: center;
	font-size: 34pt;
	color: #300;  /*  black  */
	position: relative;
	left: 260px;
	top: 48px;
	white-space: nowrap;
	overflow: hidden;
	width: 460px;
}
.subtitle  {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	color: #265e1a;  /*  dark green  */
	position: relative;
	left: 320px;
	top: 50px;
	white-space: nowrap;
	overflow: hidden;
	width: 385px;
}
.pagetitle {
	font-weight: bold;
	text-align: right;
	font-size: 18pt;
	color: #265e1a;  /*  dark green  */
	position: relative;
	left: 300px;
	top: 80px;
	white-space: nowrap;
	overflow: hidden;
	width: 460px;
}
.header1 {
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
}
.header2 {
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}
.header3 { 
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}
.centerbold { font-weight: bold; text-align: center}
.bold { font-weight: bold}
.center {  text-align: center}
.italic {  font-style: italic}
.oblique {  font-style: oblique}
.nowrap { white-space: nowrap}


/*Other positioning */

 .floatright 
 {
	float: right;
	text-align:right;
	white-space: normal;
	clear: none;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
 }
 .floatleft 
 {
	float: left;
	padding: 3px 10px 3px 0px;
 }

/* Scroll Bar Colors */

html {scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #E9F56D;
scrollbar-highlight-color: #E9F56D;
scrollbar-3dlight-color: #E9F56D;
scrollbar-darkshadow-color: #E9F56D;
scrollbar-track-color: #E9F56D;
scrollbar-arrow-color: #E9F56D;}
