html,body {
	margin: 0px;
	padding: 0px;
	min-width: 900 px;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 900 px;
	background-color: #FFFFFF;
	background-image: url(../graphics/interface/green-stripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

p, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 22px;
	color: #002245;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #003D7D;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #669966;
	margin-top: 35px;
	border-bottom: solid 1px #669966
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	color: #000033;
	margin-top: 35px;
}

.importanttext {
	color: #993366
}

.picture-frame {
	border: 1px solid #666;
	padding: 7px;
	margin-bottom: 15px;
}

.picture-left {
	/*float: left; */
	padding-bottom: 20px;
	padding-right: 20px;
}

.picture-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picture-nofloat {
	margin: 20px;
	float: none;
	clear: both;
}

.hanover-logo {
	margin: 0 0 20px 15px;
}

.alertbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFF99;
	padding: 5px;
	border: thin solid #990000;
	font-style: italic;
}

.sidebar-text {
	font-family: Chalkboard, "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #993366;
	line-height: 1.3em;
} 

.storytext {
	font-family: Chalkboard, "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #993366;
}

#sidebar-nophoto {
	float: right;
	width: 270px;
	margin: 0px 0px 20px 30px;
	padding: 0px 10px 10px;
}

#sidebar-nophoto h2 {
	margin-top: 0px;
}

/* removes the bullet from the list items in the menu*/

#menu1 ul {
	list-style-type: none;
}

.smalltype {
	font-size: 0.75em;

}

.text-sectionbreak {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
}

.locationtext {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
	width: 350px;
}

#emailUs {
	font-size: 0.8em;
}

#emailUs .label {
	float: left;
	width: 90px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

#emailUs .label2 {
	/*float: left;*/
	width: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	/*clear: left;*/
}

#checkboxes {
	float: left;
	width: 250px;
	margin-top: -15px;
}

.checkboxindent {
	margin-left: 100px;
}	

input#submit {
	margin-left: 100px;
	background-color: #c9eebd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #002245;
	border: 1px solid #002245;
}

#content1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	line-height: 1.5em;
	color: #002245;
}

#content1 li {
	margin-bottom: .2em;
}

/* ------------------------HYPERLINKS-----------------------
   These control the look of the links throughout the site
   ---------------------------------------------------------*/

/* Default settings... */

a:link {
	text-decoration: none;
	color:#3366CC;
}
a:visited {
	text-decoration: none;
	color:#6699FF;
}
a:hover {
	color:#009933;
}
a:active {
	color:#CC0000;
}

/* Add underlines for the links in the content1 section */


#content1 a:link {
	text-decoration: underline;
	color:#3366CC;
}

#content1 a:visited {
	text-decoration: underline;
	color:#6699FF;
}


/* ------------------------CONTENT AREAS---------------------
   ---------------------------------------------------------*/

#menu1 {
	border: 0px;
	padding: 20px 18px 20px 50px;
	width: 130px;
	float: left;
	margin-left: 0px;
	background-color: #c9eebd;
	margin-top: 20px;
	margin-right: 18px;
	background-image: url(../graphics/interface/nav-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content1 {
	position: relative;
	width: 360px;
	padding-right: 15px;
	padding-left: 0px;
	float: left;
	margin-right: 0px;
	padding-top: 0px;
	/*border-right-width: 1px; 
	border-right-style: solid;
	border-right-color: #993366;*/
}

#sidebar {
	float: right;
	width: 284px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
}

* html #sidebar {
	display: inline;
}


/* this is used for the headings on the WordPress/What's New pages */
#content1-heading {
	position: static;
	float: left;
	clear: both;
	width: 100%;
}



#header {
	border: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 204px;
	float: right;
	position: relative;
	background-image: url(../graphics/interface/header-bkg3.png);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	float: right;
	background-color: #FFFFFF;
}



/* ------------------------PAGES-----------------------
   This controls the size and design of the page <div>, which
   contains all the other <div>s
   ---------------------------------------------------------*/


#page, #abs-page, #bb1-page, #bb2-page, #sbk-page, #b13-page,
	#ceh-page, #ufp-page {
	width: 900px; /* slightly wider than 850 to accommodate edges on header image */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 1;
	padding-right: 1;
	position: static;
	background-color: #FFFFFF;
}


/* ------------------------MENU ITEMS-----------------------
   These are used to control the look of the navigation menu
   ---------------------------------------------------------*/

/* These ID tags control the <div> tags that contain each individual
   menu heading and item */

#menu-heading, #menu-heading-selected, #menu-item, #menu-item-selected,
	#section-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width: 225px;
	padding-right: 25px;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/* clear: both; */
	text-align: left;
	text-indent: 0px;
}

#section-heading {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 20px;
	padding-bottom: 5px;
	width: 150px;
}

#menu-heading, #menu-heading-selected {
	margin-top: 5px;
}

#menu-heading-selected {
	font-weight: normal;
}

#menu-item, #menu-item-selected{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	width: 170px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
}

#menu-item-selected {
	font-weight: bold;
	color:#CC0000;
}

/* Colors for selected links in menu bar */


#menu-item a:link {
	color:#3366CC;
}

#menu-item a:visited {
	color:#6699FF;
}

#menu-item-selected a:link {
	color:#3366CC;
}

#menu-item-selected a:visited {
	color:#6699FF;
}

#menu-heading-selected a:link{
	color:#330066;
}

#menu-heading-selected a:visited{
	color:#333399;
}
