body {
	background-color: #3399FF;
}

/* General Fonts */
p, div, form, td {
	font-family: Georgia, Times, serif;
	color: #000000;
	font-size: 12px;
	margin-right: 2.0em;
}

dt {
	color: #3399FF;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
}

li, dd {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	margin-right: 2.0em;
	margin-left: 1.0em;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

/* Main Container */
#main {
	width: 740px;
	border: #000000 solid 1px;
}

#content {
	padding-top: 30px;
	margin: 0;
	background-color: #FFFFFF;
}

#nav {
	background-image: url(images/nav_bg.gif);
	background-color: #FFFFFF;
}

#nav2 {
	padding-top: 35px;
	background-color: #FFFFFF;
}

#footer {
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	text-align: right;
	color: #0066CC;	
	border-top: #000000 1px solid;
	background-color: #FFFFFF;
}

/* Headings */
h1 {
	font-family: Georgia, Times, serif;
	color: #3399FF;	
}

h2 {
	font-family: Georgia, Times, serif;
	color: #3399FF;	
}

h3 {
	font-family: Georgia, Times, serif;
	color: #3399FF;	
}

h4 {
	font-family: Georgia, Times, serif;
	color: #3399FF;	
}

h5 {
	font-family: Georgia, Times, serif;
	color: #3399FF;	
}


/* In-Text Hyperlinks */
a:link {
	font-weight: normal;
	color: #0000CC; 
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #0000CC; 
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #0000FF; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}


/* Special Fonts */

.footer {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	text-align: right;
	color: #0066CC;	
	margin-bottom: 0.5em;
	margin-top: 50px;
}

.testimonial {
	font-family: Verdana, sans-serif;
	text-align: right;
	color: #FFFFFF;	
	font-size: xx-small;
	font-style: italic;
	margin-top: 1.5em;
	margin-left: 50%;
	border: 0;
}

.copyright {
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #000022;	
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border-bottom: none;
}

.footer a:link {color: #99CCFF;}
.footer a:active {color: #99CCFF;}
.footer a:visited {color: #99CCFF;}
.footer a:hover {color: #FFFFFF; text-decoration: none;}

.copyright a:link {color: #000044;}
.copyright a:active {color: #000044;}
.copyright a:visited {color: #000044;}
.copyright a:hover {color: #FFFFFF; text-decoration: none;}




