body {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	background-image: url(images/bkg-purple.png);
}

.headerbox {
	background-image: url(images/logo-gradient-purple.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
.main {
	width: 900px;
}

a:link {
	color: #0034A2;
	text-decoration: underline;
}
a:visited {
	color: #485C82;
}
a:hover {
	color: #C16400;
}
a:active {
	color: #C16400;
}


.homeimage {
	font-size: small;
	color: #122361;
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
	height: 165px;
	width: 170px;
	padding-right: 3px;
	font-weight: bold;
}
.homeimage a {
	text-decoration: none;
	color: #122361;
}
.content {
	background-color: #ECF1F5;
	width: 670px;
	text-align: center;
	vertical-align: top;
}
.textbox {
	font-size: small;
	text-align: justify;
	vertical-align: top;
	line-height: 125%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.pagetitle {
	font-size: large;
	line-height: 125%;
	font-style: italic;
	color: #4B3189;
}
.subheading {
	font-weight: bold;
	color: #4B3189;
}

.nav {
	text-align: center;
	vertical-align: top;
	width: 230px;
}
.nav img {
	margin-bottom: 2px;
}

.footer {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EBF1F3;
	font-size: small;
}

.footernav {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EBF1F3;
}
.footernav a {
	color: #0034A2;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.footernav a:visited {
	color: #485977;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.footernav a:hover {
	color: #C16400;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.footernav a:active {
	color: #C16400;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.sponsors {
	font-size: medium;
	text-align: center;
	vertical-align: bottom;
	color: #FFF;
}
.topblurb {
	background-color: #ECF1F5;
	font-size: small;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
	float: right;
	width: 650px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.topblurbimgleft {
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 7px;
	float: left;
}
.topblurbimgright {
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 7px;
	float: right;
}


.img-left {
	float: left;
	margin-right: 8px;
}
.smalltext {
	font-size: x-small;
}

.img-right {
	float: right;
	margin-right: 8px;
}
.linklight {
	text-align: right;
	vertical-align: bottom;
	height: 40px;
	padding-right: 20px;
}
.linklight a {
	color: #DBE8F2;
	text-decoration: none;
}
.linklight a:visited {
	color: #DBE8F2;
	text-decoration: none;
}
.linklight a:hover {
	color: #AEBBCB;
	text-decoration: none;
}

.linklight a:active {
	color: #AEBBCB;
	text-decoration: none;
}

.logobox {
	width: 380px;
}
.textpurple {
	color: #4B3189;
}
