﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a8d;
	text-transform: none;

}
.navigationtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a8d;
	text-transform: uppercase;
	font-weight: bold;

}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004a8d;
	line-height: 24px;
}
.whitetext
{
	color: #FFFFFF;
}
.graytext
{
	color: #666666;
	font-weight: bold;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004a8d;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;

}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004a8d;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	text-transform: uppercase;


}

.navigationtext a:link { text-decoration: none; color: #004a8d}
.navigationtext a:visited { text-decoration: none; color: #004a8d}
.navigationtext a:hover { text-decoration: none; color: #666666}
.navigationtext a:active { text-decoration: none; color: #004a8d}

a:link { color: #004a8d}
a:visited { text-decoration: none; color: #999999}
a:hover { text-decoration: none; color: #666666}
a:active { text-decoration: none; color: #004a8d}

.bottomtext a:link { text-decoration: none; color: #004a8d}
.bottomtext a:visited { text-decoration: none; color: #004a8d}
.bottomtext a:hover { text-decoration: none; color: #666666}
.bottomtext a:active { text-decoration: none; color: #004a8d}

.whitetext a:link { text-decoration: none; color: #FFFFFF}
.whitetext a:visited { text-decoration: none; color: #FFFFFF}
.whitetext a:hover { text-decoration: none; color: #CCCCCC}
.whitetext a:active { text-decoration: none; color: #FFFFFF}

.italictext {
	font-style: italic;
}
.outline {
	border: 3px solid #004a8d;
}
.mybutton {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #004a8d;
	line-height: 14px;
	background-color: #004a8d;
}
.thanks {
	font-size: xx-large;
	color: #004a8d;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
}
