/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;

}
/* Headings */ 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #9FE1FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #003333;
	font-weight: bold;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #660033;
	font-weight: bold;

}
/* End Headings */

/* Link Styling */
 
A:link {
	color: #00CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
 
A:visited {
	color: #00CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
A:active {
	color: #00CCFF; /* #458989;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
 
A:hover {
	color: #00CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
 
P {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	padding:10px;

}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#space {
	padding: 15px;
}
.bluetext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336666;
}
.options {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #AE0000;
	letter-spacing: .1em;
}
.smalltext {
	font-size: 10px;
}

/* Navigation Styling */
#nav a:link,a:visited,a:active {
	color: #0066FF;
	font-weight:bold;
	text-decoration:underline;
	}
#nav a:hover {
	color:#0099FF;
	font-weight:bold;
	}
#nav ul {
	text-decoration:none;
	list-style-type:none;
	margin:0;
	padding:10px 20px 5px 10px;
	}
	
#nav ul li {
	font-size:1.5em;
	padding:5px;
	text-decoration:none;
	list-style-type:none;
	}
/* End Navigation Styling */