/* `Headings */

h1 {
	color: #3465aa;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h2 {
	color: #3465aa;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	padding-top: 2px;
	float: right;
	font-family: Tahoma, Helvetica, Verdana, Arial;
	text-align: right;
	color: white;
	line-height: 16px;
	font-size: 12px;
}

/* `Spacing */

ol {
	list-style: decimal;
}

ul {
	color: white;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
	font-family: Tahoma, Helvetica, Verdana, Arial;
	list-style-position: outside;
	list-style-type: disc;
	list-style: disc;
}

li {
	color: white;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

p
{
	line-height: 22px;
	font-size: 14px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: white;
}

a:link 
{
	color: #3465aa; text-decoration: none; 
}

a:visited 
{
	color: #3465aa; 
	text-decoration: none; 
}

a:hover 
{
	color: #ff7f00; 
	text-decoration: underline; 
}

a:active 
{
	color: #ff7f00; 
	text-decoration: none; 
} 


a img {border: none; } 

.nav {

	text-align: justify;

	letter-spacing: 0.5px;
	line-height: 30px;
	color: white;
	font-size: 18px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
}

.nav a:link 
{
	color: white; text-decoration: none; 
}

.nav a:visited 
{
	color: white; 
	text-decoration: none; 
}

.nav a:hover 
{ 
	text-decoration: underline; 
	color: #ff7f00; 
}

.nav a:active 
{ 
	color: #ff7f00; 
} 

.nav ul { list-style-position: outside; list-style-type: square; display: inline; }

.nav li { padding: 8px; margin-left: 0px; display: inline; }

.services { float: left; text-align: left; padding-left: 10px; color: white; }

.small { text-align: right; line-height: 16px; font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif; font-size: 12px; color: white; }

