@charset "utf-8";
body { background: url(../images/background.jpg) center top no-repeat; }
#mainWrap {
	width: 716px;
	margin: 10px auto;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#headerWrap {
	height: 253px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainMenuWrap {
	color: #FFF;
}
#mainWrap #mainMenuWrap a:link {
	color: #FFF;
	text-decoration: none;
}
#mainWrap #mainMenuWrap a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#mainWrap #mainMenuWrap a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#mainContentWrap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#footerWrap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCC;
	height: 25px;
	line-height: 25px;
}
.mainMenu {
	font-size: 12px;
	background-color: #900;
	color: #FFF;
	line-height: 25px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#mainWrap #mainMenuWrap .mainMenu a strong { color: #FF0; }
#pointermenu {
	border-top: 7px solid black; /*optional border across top*/
	margin: 0;
	padding: 0;
}
#pointermenu ul {
	margin: 0;
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 8px;
	font: bold 13px Verdana;
	background-color: black;
	background: black url(../images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}
* html #pointermenu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}
#pointermenu ul li { display: inline; }
#pointermenu ul li a {
	float: left;
	color: white;
	font-weight: bold;
	padding: 2px 11px 7px 7px;
	text-decoration: none;
	background: url(../images/pointer.gif) bottom center no-repeat;
}
#pointermenu ul li a:visited { color: white; }
#pointermenu ul li a:hover, #pointermenu ul li a#selected { /*hover and selected link*/
	color: white;
	background-color: darkred;
}
#pointermenu ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
	background: url(../images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	padding-left: 50px;
	font-style: italic;
}
p {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

