@charset "UTF-8";
.bottomOrange {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}
#nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #003399;
	text-decoration: none;
}
#nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #003399;
	text-decoration: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #003399;
	margin-top: 15px;
	line-height: normal;
	margin-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	font-weight: lighter;
	color: #333333;
	line-height: 14px;
	margin-top: -7px;
	margin-left: 10px;
	margin-right: 25px;
	padding-right: 10px;
}
.bg {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin-right: 25px;
	padding-right: 10px;
}
.brdr {
	border: thin solid #003399;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFCC00;
	text-decoration: none;
}
.leftOrange {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFCC33;
}
.leftcorner {
	border: 1px solid #CCCCCC;
}
a:link {
	
	color: #003399;
	text-decoration: underline;
	}
a:visited {
	
	color: #003399;
	text-decoration: underline;
	}
a:hover {
	
	color: #FFCC00;
	text-decoration: underline;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	background-color: #003399;
}
.leftGray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
