/* HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #e1d8c6;
	color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

p {
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    text-align: left;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

img {
	border: none;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

hr {
	color: #416595; 
	height: 1px; 
	width: 100%;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #C7C1B6; 
	color: #000000; 
	border: 1px solid #C0C0C0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #262f4e; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #416595; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #416595; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #000000;
	text-align: left;
	font-size: 18px; 
	font-weight: bold; 
}

/* HYPERLINK PROPERTIES */

a:link  {
	color: #960000; 
	text-decoration: none; 
	font-weight: normal;
}

a:visited {
	color: #580101; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal; 
}

a:active {
	color: #960000; 
	text-decoration: none;
	font-weight: normal;
}

.navigation a:link {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	background-color: #ffffff;
	color: #416595; 
	text-decoration: none; 
	font-weight: normal; 
}

.navigation a:active {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
}

/* CLASS PROPERTIES */

.waround {
	background-color: #99907A;
	width: 750px; 
	text-align: left;
	margin: 0 auto;
}

.header {
	background-image: url('../images/headerimage.jpg');
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 250px;
}

.navigation {
	background-image: url('../images/navigationbg.jpg');
	text-align: center;
	height: 30px;
	letter-spacing: 2px;
}

.sidebarfp {
	border-right: 1px solid #416595; 
	width: 250px; 
	padding: 8px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: center;
}

.sidebarsplit {
	border-right: 1px solid #416595; 
	width: 250px; 
	padding: 10px; 
	vertical-align: bottom; 
	font-size: 90%; 
	text-align: left;
}

.sidebar {
	border-right: 1px solid #416595; 
	width: 250px; 
	padding: 8px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.plans  {
	border: 1px solid #416595;
	width: 600px; 
	padding: 10px; 10px; 
	text-align: justify; 
	vertical-align: top
}

.maintext {
	width: 500px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.mainwideCENTER {
	width: 750px; 
	padding: 10px 20px; 
	text-align: center; 
	vertical-align: top;
}
	
.mainwide {
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}

.footerleft {
	width: 250px;
	background-color: #7999D9;
	border-top: 1px solid #416595; border-bottom: 1px solid #416595;
	padding-left: 8px;
	text-align: left;
	font-size: 8pt; 
	font-weight: normal;
	vertical-align: middle;
}

.footerright {
	width: 500px;
	background-color: #7999D9;
	border-top: 1px solid #416595; border-bottom: 1px solid #416595;
	text-align: center;
	font-size: 8pt; 
	font-weight: normal;
	vertical-align: middle;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 2px solid #416595;
}

.imageright {
	margin: 3px 10px 2px 0px; 
	float: right; 
	border: 2px solid #416595;
}

.imagecenter {
	margin: 3px 10px 2px 0px;
	border: 2px solid #416595;
}