html {
  overflow: scroll
}

body {
	margin: 0;
	padding: 0;
	background: #E7E5D3 url(../../images/background9.jpg) repeat-y 50% 0;
}

html {
  /* this is a hack to force scrollbars on at
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

#pagearea {
	width: 700px;
	text-align: left;
}

#contentarea {
	padding: 10px;
}

#sidebararea {
	padding: 10px;
}
#sidebararea h3{
	margin-top:2px;
	margin-bottom:2px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #002D56;
	border-bottom: 1px solid #002D56;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #8B0B04;
}
h2 a {
	color: #8B0B04 !important;
	text-decoration: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h3 a {
	color: #000 !important;
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #002D56;
}
h4 a {
	color: #002D56 !important;
	text-decoration: none !important;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #002D56;
	margin: 0px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0px 0px 0px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #002D56;
}

a:hover {
	color: #8B0B04;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border: 1px solid #ebd9b1;
	background-color: #f5ead8;
	padding-left: 2px;
}

.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f5ead8;
	border-top: 2px solid #afa284;
	border-left: 2px solid #afa284;
	border-bottom: 2px solid #5e5645;
	border-right: 2px solid #5e5645;
}

.pagesheading { /* used only for the pages edit area for the Heading content type */
	font-family: Arial, Helvetica, sans-serif;
	color: #264A6E;
	font-size: 14px;
	font-weight: bold;
}
ul#navlist
{
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li
{
    display: inline;
    list-style-type: none;
}

#navlist a { padding: 13px 10px; }

#navlist a:link, #navlist a:visited
{
    color: #fff;
    background-color: #002D56;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}
#navlist #active a
{
    background-color: #369;
}
#navlist a:hover
{
    color: #fff;
    background-color: #369;
    text-decoration: none;
}
#navcontainer ul
{
    padding: 0;
}

.alert {
	font-weight: bold;
	color: #CC0000;
}

.lines{
	background-image: url(../images/vertical_double_lines.gif);
	background-repeat: repeat-y;
}

.lines2{
	background-image: url(../images/right_veritcal_doublelines.gif);
	background-repeat: repeat-y;
}

.leftSideText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002d56;
	font-weight: bold;
	padding: 15px;
	font-size: 12px;
	line-height: 30px}

.simplyMore {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002d56;
	font-weight: bold;
	padding: 15px 15px 0px 15px;
	font-size: 15px;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002d56;
	font-weight: bold;
	padding: 15px;
	font-size: 15px;
	*/
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #002d56;
	padding: 5px;
	font-size: 12px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.padding {
	padding: 30px;
}

.title {
	border-bottom: 1px solid #002D56;
	padding-bottom: 5px;
	margin: 20px 0px;
}

.photoLeft {
	padding: 10px;
	float:left;
}

.photoRight {
	padding: 10px;
	float: right;
}

.photoCenter {
	padding: 10px;
	float: inherit;
}

.formlabel {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

#maintable {
	width: 760px;
}


#titlebar {
	display: none;
}

.noprint {

}