/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #d4d1ef;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: left;
	margin: 0; padding: 0; 
}

table, td {
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

hr {
	background-color: #e05a00; 
	color: #e05a00; 
	height: 1px; 
	width: 100%;
	margin: 10px 0;
}

img {
	border: none;
}

blockquote {
	background-color: #d4d1ef;
	padding: 3px 4px;
	margin: 0 5px 10px 5px;
	border: 1px solid #301ebe;
}

marquee {
	font-weight: bold;
	color: #fff;
}

form {
	margin: 0; 
	padding: 0; 
	font-size: 100%;
}

form p {margin: 0; padding: 0;}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #301ebe; 
	padding: 2px;
	margin: 2px 0;
	font-size: 90%; 
	font-family: Arial, Verdana, sans-serif;
}

.formbutton {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	background-color: #301ebe;
	color: #fff;
	padding: 1px;
	border: none;
}

.wrapper {
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #301ebe;
}

/* SETS THE HEADING PROPERTIES 
Headings 1 - 3 are for the main content (white area)
Headings 4 - 6 have background colors and are used in the sidebar areas*/

h1 {
	color: #8075d5;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
	border-bottom: 1px solid #8075d5;
}

h2 {
	color: #594bc4;
	font: normal 22px Verdana, Arial, sans-serif;
	text-align: left;
}

h3 {
	color: #f16d18;
	font: normal 18px Verdana, Arial, sans-serif;
	text-align: left;
}

h4 {
	background-color: #301ebe;
	color: #fff;
	font: bold 14px Verdana, Arial, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
}

h5 {
	background-color: #594bc4;
	color: #fff;
	font: bold 14px Verdana, Arial, sans-serif;
	padding: 2px;

}


h6 {
	background-color: #f16d18;
	color: #fff;
	font: bold 16px Verdana, Arial, sans-serif;
	padding: 2px;
}

/* SETS THE GENERAL LINK PROPERTIES */

a {
	color: #301ebe;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e05a00;
	font-weight: bold;
	text-decoration: underline;
}

/* SETS TOP HEADER PROPERTIES */

.logo {
	width: 200px;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 5px solid #301ebe;
}

.slogan {
	width: 100%;
	text-align: left;
	color: #808080;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	vertical-align: bottom;
	padding-bottom: 3px;
	border-bottom: 5px solid #301ebe;
}

.phone {
	width: 200px;
	text-align: center;
	color: #000;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 5px solid #301ebe;
}

.topcolorbar {
	background-color: #f16d18;
	height: 5px;
}

/* LEFT SIDEBAR PROPERTIES */

.sidebar {
	background-color: #d4d1ef;
	color: #000;
	padding: 2px 3px 5px 3px;
	border-top: 1px solid #d4d1ef;
	border-right: 2px solid #301ebe;
	border-bottom: 1px solid #d4d1ef;
	border-left: 2px solid #301ebe;
	vertical-align: top;
}

/*for the three levels of links in the sidebar, I have used a simple bulleted list which is defined in the three nav lists below.
Each navlist group has the font colors and font weight assigned so is easy to change */

.navlist {
	margin: 0; padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.navlist a {color: #000; font-weight: bold; text-decoration: none;}
.navlist a:hover {color: #fff; font-weight: bold; text-decoration: underline;}	

.navlist2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-weight: normal;
}

.navlist2 a {color: #000; font-weight: normal; text-decoration: none;}
.navlist2 a:hover {color: #fff; font-weight: normal; text-decoration: underline;}

.navlist3 {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type: disc;
	font-weight: normal;
}

.navlist3 a {color: #000; font-weight: normal; text-decoration: none;}
.navlist3 a:hover {color: #fff; font-weight: normal; text-decoration: underline;}


/* MAIN CONTENT COLUMN PROPERTIES */

.contentarea {
	vertical-align: top;
}

.topnavigation {
	text-align: center;
	border-bottom: 5px solid #f16d18;
	padding: 10px 0;
}

.maintext {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.maintext .imageleft {
	background-color: #fff;
	padding: 0 20px 0 0;
	float: left;
}

.maintext .imageright {
	background-color: #fff;
	padding: 0 0 0 20px;
	float: right;
}

.topicleft {
	background-color: #d4d1ef;
	padding: 5px;
	margin: 10px 10px 10px 3px;
	border: 1px solid #301ebe;
	width: 45%;
	float: left;
}

.topicright {
	background-color: #d4d1ef;
	padding: 5px;
	margin: 10px 3px 10px 10px;
	border: 1px solid #301ebe;
	width: 45%;
	float: right;
}

.surveyquestion {
	font-weight: bold;
	color: #000050;
}

.alternatesurveyquestion {
	color: #e05a00;
}

.caption {
	font-size: 90%;
}

.subtitle {	
	color: #8075d5;
	font: italic 13pt Verdana, Arial, sans-serif;
	text-align: left;
}

/* FOOTER PROPERTIES */

.footer {
	text-align: center;
	padding: 0 0 10px 0;
}

.footer hr {
	background-color: #f16d18; 
	color: #f16d18; 
	height: 4px; 
	margin: 0 0 10px 0;
}

/* CALENDAR PROPERTIES */

.title {
	text-align: center;
	background-color: #e05a00;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.calendartext {
	text-align: center;
	color: #000;
	padding: 3px;
}

/* NEWSBRIEF DISPLAY PROPERTIES */
.nbsubtitle {
	color: #8075d5;
	font: italic normal 13pt Georgia, Georgia, serif;
	font-weight: bold;
	text-align: left;
}

.DisplaySingleSurvey  {

	color: #594bc4;
	font: italic bold Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}