@charset "UTF-8";
/* CSS Document */

body{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/container-bgd.jpg);
	background-repeat: no-repeat;
	background-position: center 103px;
}
#supercontainer{
	height: 100%;
	width: 100%;
}
#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	float: left;
	width: 186px;
}
#social{
	float: right;
	width: 110px;
	clear: right;
	margin-top: 28px;
	height: 40px;
}
#navigation{
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #07205e;
	float: right;
	padding-top: 23px;
	padding-bottom: 6px;
	clear: right;
}
#navigation a{
	color: #07205e;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}
#navigation a:hover{
	color: #7C7877;
}
#top{
	margin-top: 10px;
	float: left;
}
#main{
	background-image: url(images/main-bgd.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#footer{
	float: left;
	width: 900px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0e1e4b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: normal;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0e1e4b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: normal;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	margin-right: 30px;
	margin-left: 30px;
	color: #333;
}
a{
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
}
a:hover{
	color: #0E1E4B;
}
.left-right-padding {
	padding-right: 30px;
	padding-left: 30px;
}
.category{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0e1e4b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
}
.category a{
	color: #0e1e4b;
}
.category a:hover{
	color: #039;
}
.align-right{
	text-align: right;
}
.top-stroke{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.pad-top {
	padding-top: 10px;
}
.bottom-stroke {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.bottom-stroke2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pad-right {
	padding-right: 20px;
}
#pad-left {
	padding-left: 30px;
}
.blue-subhead{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0e1e4b;
}.all-stroke {
	border: 1px solid #CCC;
}
