html {
	overflow-y: scroll;
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

.nav_stripe {
	width: 110%;
	height: 10;
	margin-top: 0px;
	margin-left: -10px;
	background-color: #D1C0DE;
}

.btm_stripe {
	position: relative;
	top: 90px;
	clear: right;	
	height: 37px;
	margin-right: -10px;
	margin-left: -10px;
	background-color: #662D91;
}

.pagewidth {
	width: 775px;
	margin: 0px auto;
}

.navwidth {
	width: 710px;
	margin: 0px auto;
}

.bodywidth {
	position: relative;
	z-index: 2;
	top: 80px;
	left: 65px;
	width: 775px;
	margin: 0px auto;
}

.navbar {
	position: relative;
	z-index: 2;
	margin-top: -10px;
	margin-left: 30px;
	background-color: #D1C0DE;
}

.navbar td {
	text-align: left;
	padding: 0px 10px 0px 10px;
}


.right_col {
	float: right;
	margin: 0px 50px 0px 50px;
}

.right_col img {
	margin-top: 20px;
	padding: 5px;
}

h1 {
	position: relative;
	z-index: 2;
	font-family: 'Palatino Linotype', Palatino, 'Times New Roman', serif;
	color: #fff;
	font-size: 21pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 50px 0px 29px 80px;
}

h2 {
	font-family: 'Palatino Linotype', Palatino, 'Times New Roman', serif;
	color: #662D91;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

a.navlink:link, a.navlink:visited, a.navlink:hover, a.navlink:active {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #662D91;
	font-weight: bold;
	text-decoration: none;}

a.navlink:hover {
	color: #fff;}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #662D91;
	font-weight: bold;
	text-decoration: none;}

a:hover {
	color: #C0A4D8;}

a.white:link, a.white:visited, a.white:hover, a.white:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #662D91;
	font-weight: bold;
	text-decoration: none;}

a.white:hover {
	color: #FFFFFF;}

p {
	line-height: 1.5;
}

.highlight {
	width: 620px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #D1C0DE; 
}

.ribbon {
	position: absolute;
	top: 34px;
}

.tagline {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #fff;
}

.caption {
	text-align: center;
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
	line-height: 1.2;
}

.footnote {
	font-size: 10px;
	color: #fff;
	line-height: 2;
	padding-top: 10px;
}

form {
	width: 620px;
}

form table {
	margin-left: 120px;
}

form table td {
	padding: 3px;
}

legend {
	font-family: 'Palatino Linotype', Palatino, 'Times New Roman', serif;
	font-size: 12px;
	color: #662D91;
}