/* Here is where you change the background color of your page. */
body {
	background-color: #E1E1E1;
}

/* This section sets the text of your content. */
.content {
	padding: 20px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* These two tags control the Headings settings.  H1 is the main headline and us H2 for your sub-headlnes. */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* This controls the background color and text size/color of the footer. */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
	text-align: center;
	height: 50px;
}

/* Here is where you control the left-side navigation area.  Background color, and padding. */
.nav {
	background-color: #F3F3E9;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}

/* These 4 tags control the navigation text links; font, size, weight, and color. */
.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
