@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(../images/homepage-backgr.jpg);
	background-repeat: no-repeat;
	background-position: center -16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: -10px;
	padding: -10px;
}
.homepageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.leftframe {
	background-image: url(../images/leftframe-backgr.jpg);
	background-repeat: repeat-y;
	width: 36px;
}
.rightframe {
	background-image: url(../images/rightframe-backgr.jpg);
	background-repeat: repeat-y;
	width: 36px;
}
.topframe {
	background-image: url(../images/topframe-backgr.jpg);
	background-repeat: repeat-x;
	height: 31px;
}
.bottomframe {
	background-image: url(../images/bottomframe-backgr.jpg);
	background-repeat: repeat-x;
	height: 43px;
}
.mainframebackgr {
	background-color: #000000;
	background-image: url(../images/newcenterbackgr.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.backgroundsubnav {
	background-image: url(../images/new-bottom-bar.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.smallerh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 20px;
}
.subnav {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subnav a:link {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
.subnav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
.subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #150F48;
	background-image: url(../images/callout_bckgr.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sidepadding {
	width: 200px;
	padding-top: 15px;
}
.maintext {
	text-align: justify;
	padding: 7px;
}
.arrows {
	color: #999999;
	text-align: center;
	font-size: 32px;
}
.arrows a:link {
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}
.arrows a:visited {
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}
.arrows a:hover {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.mainframeblackbackgr {
	background-color: #000000;
}

