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

body {
	background: #FFF url(images/pageback.jpg) top left repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 17px;
	line-height: 26px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #692d91;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

#header {
	background-image:url(images/headerback.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height: 449px;
	min-height: 449px;
	max-height: 449px;
}

#menu {
	background-image:url(images/menuback.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height: 60px;
	min-height: 60px;
	max-height: 60px;	
	margin: 0 auto 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
}

#content {
	width: 760px;
	max-width: 760px;
	min-widht: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	text-deocration: none;
	color:#692d91;
}

a.menu:active {
	text-deocration: none;
}

a.menu:visited {
	text-decoration: none;
}

.highlight1 {
	color: #692d91;
	font-size: 36px;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
}

.highlight2 {
	color: #692d91;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.highlight3 {
	color: #6eb74a;
	font-weight: bold;
}

.highlight4 {
	font-size: 24px;
}

.highlight5 {
	color: #692d91;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 34px;
}