body {
	background-color:#b5be9e;
	background-image:url("../images/background.jpg");
	background-repeat:repeat-x;
	font-family: Arial;
	font-size:10pt;
}
h1 {
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:14pt;
	font-weight:normal;
}
h2 {
	margin-left:120px;
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:14pt;
	font-weight:normal;
}
h3 {
	text-align: center;
	margin:0;
	font-size:10pt;
	font-weight:bold;
}

h4{
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:12pt;
	font-weight:normal;

}
img {
	border:0;
}
a:link,
a:active,
a:visited {
	color:#6e6e6e;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;
}
a:hover {
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;	
}


/* div markup */
div#centeredPage {
	position:absolute;
	top:0;
	left:50%;
	margin:0;
	margin-left:-409px;
	width:791px;
	background:#e1e5d8;
}
div#topBar {
	position:relative;
	margin:0;
	padding:0;
	top:0;
	width:791px;
	height:26px;
	background-color:#d0da99;
}
div#bottomBar {
	width:819px;
	height:20px;
	background:url("../images/bottombar.jpg") no-repeat;
}
div#topLeftImage {
	position:absolute;
	left:50%;
	top:0;
	margin-left:-423px;
	width:14px;
	height:423px;
	background:url("../images/14pxleft.jpg") no-repeat;
}
div#topRightImage {
	position:absolute;
	left:50%;
	top:0;
	margin-left:382px;
	width:14px;
	height:423px;
	background:url("../images/14pxright.jpg") no-repeat;
}
div#content {
	position:absolute;
	top:345px;
	left:50%;
	margin-left:-409px;
	width:819px;
	background:url("../images/content.jpg") repeat-y;
}
div#rainbow {
	position:relative;
	margin-right:14px;
	background:url("../images/rainbow.jpg") no-repeat bottom right;
}
div#innerContent {
	position:relative;
	margin-left:44px;
	width:731px;
	color:#6e6e6e;
}
div#footer {
	position:relative;
	width:731px;
	height:70px;
	text-align:center;
	padding-top:20px;
}
div#menuContainer {
	position:relative;
	width:791px;
	height:397px;
}
div#menu {
	position:relative;
	left:400px;
	top:190px;
	width:150px;
}

/* menu markup */
a.select:link,
a.select:active,
a.select:visited,
a.select:hover {
	color:#c30310;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;
}
a.menuItem:link,
a.menuItem:active,
a.menuItem:visited {
	color:#8b8b8b;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;
}
a.menuItem:hover {
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;	
}


/* footer markup */
a.footerLink:link,
a.footerLink:active,
a.footerLink:visited {
	color:#8b8b8b;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;
}
a.footerLink:hover {
	color:#8aa300;
	text-decoration:none;
	font-family: Arial;
	font-size:9pt;
}
span.breaker {
	font-size:7pt;
	color:#8b8b8b;
}
span.copyright {
	font-size:8pt;
	font-family: Arial;
	color:#a9aaa5;
	display:inline;
	padding-right:20px;
}