body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-align: center;
	color: #666;
	background-color: #b7e3ec;
}
/* @group Globals */

.floatright {
	float: right;
}
h1, h2, h3 {
	margin: 0;
	height: 35px;
	color: #FF620B;
	background-color: #F2F2F2;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

h4 {
	margin: 20px 10px 5px 0;
	padding-left: 10px;
	color: #FF620B;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
}

h5 {
	color: #666;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	margin: 8px 10px 4px 0;
	padding-left: 10px;
}
p {
	margin: 15px 10px 8px 0;
	padding-left: 10px;
	line-height: 1.7em;
	font-size: .85em;
}
em, em a:link {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: 800;
	color: #FF620B;
	font-style: normal;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.orange {
	color: #FF620B;
}
a img, a:visited img {
	border: none;
}

.italic {
	font-style: italic;
}
/* @end */

/* @group Structure */


#globalwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFF url(img/global_bg_02.gif) repeat-y;
}
#leftedge {
	width: 10px;
	background: url(img/left_edge.jpg) no-repeat;
	float: left;
}
#contentwrap {
	margin: 0 10px;
	background: url(img/Background_Master.gif) no-repeat;
}
#rightedge {
	width: 10px;
	background: url(img/right_edge.jpg) no-repeat;
	float: right;
}

/* @end */

/* @group Masthead */

#mastheadwrap {
	height: 300px;
	background: url(img/masthead_bgtile.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#logobar {
	height: 119px;
	padding-left: 40px;
	margin-right: 300px;
	position: relative;
}

#logobar img {
	padding-top: 25px;
}
#logobar a img, #logobar a:visited img {
	border: none;
}
#mastheadtext {
	height: 139px;
	width: 640px;
}
#mastheadtext img {
	padding-left: 39px;
}
#contactbutton {
	width: 200px;
	height: 35px;
	background: url(img/contact_button.jpg) no-repeat;
	position: absolute;
	top: 40px;
	left: 420px;
	text-align: center;
}
#contactbutton span {
	font-size: .8em;
	display: block;
	padding-top: 8px;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 640px;
	height: 42px;
}
#navigation ul {
	display: block;
	list-style-type: none;
	font-size: .8em;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	height: 40px;
}
#navigation li {
	float: left;
	margin: 0;
	padding-top: 12px;
}
#navigation li a, #navigation li a:visited {
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */


#maincontentwrap {
	margin: 0 10px;
	padding-top: 10px;
}

#contentleft {
	padding-left: 30px;
	padding-top: 20px;
	margin-right: 375px;
}

#contentleft ul {
	padding: 0 0 2px 10px;
	margin: 0;
}

#contentleft li {
	font-size: .8em;
	font-style: italic;
	padding: 3px 0 3px 10px;
	list-style-position: inside;
	list-style-type: disc;
}

#contentleft img {
	padding-top: 20px;
}

#contentright {
	width: 300px;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
#contentright li {
	height: 25px;
	padding: 10px 0 0 10px;
	background: url(img/contentright_list_bgtile.jpg) repeat-x;
	display: block;
	border-bottom: 1px solid #c9c9c9;
}
#contentright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#contentright li a {
	height: 25px;
	list-style-type: none;
	font-size: .8em;
	display: block;
	padding-left: 20px;
	background: url(img/pdf_icon.gif) no-repeat;
}

#contentright li a.zip {
	background: url(img/zip_icon.gif) no-repeat;
}

#contentright p a, #contentright p a:visited {
	color: #000;
	text-decoration: underline;
}

#contentright img {
	margin: 12px 0 8px;
	border-bottom-style: none;
	border: 5px solid #dadada;
}

#contentright img {
	margin: 12px 0 8px;
	border-bottom-style: none;
	border: 5px solid #dadada;
}
#contentright p {
	margin: 5px 0 7px 0;
}

#bottombar {
	height: 79px;
	width: 960px;
	background: url(img/Bottom_Bar.jpg) 0;
}
.imageholder {
	text-align: center;
	padding: 10px 0 20px;
}
/* @end */

