body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 60px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 61px;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 70px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 53px;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
}

h3 {
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 54px;
	background-image: url(images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 53px;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
}

h4 {
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 60px;
	background-image: url(images/h4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 53px;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
}

h5 {
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 64px;
	background-image: url(images/h5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 53px;
	padding-top: 14px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
}

h6 {
	font-size: 1.4em;
	text-transform: lowercase;
	padding-left: 36px;
	background-image: url(images/h6.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #303030;
	height: 36px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #485E8F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #485E8F;
	margin: 0px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}
ul, ol  {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}

a:active, a:focus {
	outline: 0
}

a {
	color: #485E8F;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none; }


/* Header */

#logoheader {
	width: 960px;
	height: 114px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/logo.jpg);
	background-position: left;
}

#header {
	width: 960px;
	height: 33px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#header2 {
	width: 960px;
	height: 269px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
#topicons {
	height: 20px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
.icons {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Menu */

#menu {
	height: 29px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
}

#menu ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	font-weight: normal;
	color: #303030;
	font-size: medium;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(images/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

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

#menu .first a {
	border: none;
	background-image: none;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFAF;
}

/* Content */

#content {
	float: left;
	width: 570px;
	text-align: justify;
}

#contentwide {
	float: left;
	width: 960px;
	text-align: justify;
}

.welcomethumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.redrequired {
	font-weight: bold;
	color: #FF0000;
}
.requiredtext {
	font-size: 85%;
}
.pdf {
	background-image: url(images/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 50px;
	text-transform: uppercase;
	padding-top: 10px;
}
.subheading {
	background-image: url(images/subheading.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
}

#content .content {
	padding: 20px 20px 0px;
}

#contentwide .content {
	padding: 20px 20px 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
}

#sidebar .content {
	padding: 20px 20px 0px;
}
.thumb {
	padding: 4px;
	float: left;
	border: 1px solid #394A72;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.widethumb {
	padding: 4px;
	border: 1px solid #394A72;
}
.purpletext {
	color: #485E8F;
	font-weight: bold;
}

/* Footer */

#footer {
	font-size: x-small;
	height: 78px;
	background-repeat: repeat-x;
	background-image: url(images/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #485E8F;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #CCCCCC;
	line-height: 1.8em;
}

.forminput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	width: 320px;
	border: 1px solid #485E8F;
}

.forminputlong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	width: 720px;
	border: 1px solid #485E8F;
}

.formappinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	width: 180px;
	border: 1px solid #485E8F;
}

.formappinputnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	width: 140px;
	border: 1px solid #485E8F;
}

.formappinputsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 2px;
	width: 60px;
	border: 1px solid #485E8F;
}

tr {
	vertical-align: top;
	font-weight: normal;
}
