/* Mainpage */
body {
	background-color:#EBECED;
	font-family: Arial, Helvetica, sans-serif;
	}
#masthead {
	position: relative;
	width: 90%;
	height: 110px;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #003366;
	}
#linkbox {
	clear: both;
	height: 20px;
	}
#linkbox a {
	width: 100px;
	height: 25px;
	border: 1px solid #1D435E;
	padding-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	}
#linkbox a:hover {
	color: #FFFFCC;
	}
#titlebox {
	clear: both;
	height: 80px;
	background-color:#003366;
	}
#titlebox h1 {
	font-size: 24px;
	letter-spacing: .3em;
	padding-top: 4px;
	padding-left: 10px;
	color: #FFFFFF;
}
#colorbox1 {
	background-color: #999966;
	}
#colorbox2 {
	background-color: #669966;
	}
#colorbox3 {
	background-color: #003366;
	}
#colorbox4 {
	background-color: #998066;
	}
#allContent{
	position:relative;
	left: 5%;
	right: 5%;
	width:90%;
	left: 5%;
	right: 5%;
	background-color: #FFFFFF;
}
#pageName {
	padding: 0px 0px 5px 10px;
	margin-left: 162px;
	border-bottom:1px solid #CCCCCC;
	letter-spacing: .2em;
	font-size: 22px;
	padding-top: 7px;
	color: #2E4460;
	font-family: "Times New Roman", Times, serif;
}
#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small arial, sans-serif;
}
#pageNavLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#pageNavLinks a:link, #pageNavLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/button.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#pageNavLinks a:hover {
	color: #FFFFCC;
	background-image: url(images/button-over.gif);
}
#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 160px;
	border-left: 1px solid #CCCCCC;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #003366;
	}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #999966;
	}
.uln {
	text-decoration: underline;
	}
#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #dddddd;
}
#footer a {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
	}
