@charset "utf-8";
/* CSS Document */
<style type="text/css">

.headline {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
  margin-bottom: 0px;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 100%;
}
body {
	background-color: #FAF9DE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(../images/gradientb.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#navContainer {
	background-color: #4A5C2A;
	clear: both;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;

}

#mainLayout {
	position: relative;
	clear: both;
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;

}
#footerBox {
	text-align: center;
	clear: both;
	height: 40px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #999;
}
#leftColumn {
	float: left;
	height: auto;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4A5C2A;
	padding-right: 10px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#leftColumn p {
	padding: 15px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0.5px;
	
}
#rightColumn {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#rightColumn p {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0.5px;
	
}
#rightColumn h3 {
	padding: 8px;
}
#rightColumn div {
	margin-bottom: 10px;
}
#header {
	background-color: #FFFFFF;
	clear: both;
	height: 120px;
	width: 760px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
			margin-left: auto ;
  margin-right: auto ;
}
.pagetitle {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
#pageTitleBox {
	position: absolute;
	left: 15px;
	top: 20px;
	width: auto;
}
#titleBox {
	position: relative;
	height: 40px;
	width: 250px;
	left: 5px;
	top: 40px;
}
#globalMenu {
	height: 20px;
	width: 52px;
	float: left;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}
a:link {
	color: #739112;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
#header #globalMenu a:link {
	color: #FFF;
	text-decoration: none;
}
#header #globalMenu a:visited {
	color: #fff;
	text-decoration: none;
}
#header #globalMenu a:hover {
	color: #6E1F24;
	text-decoration: none;
}
#header #globalMenu a:active {
	color: #FFF;
	text-decoration: none;
}


#footerBox a:link {
	color: #999;
}
#footerBox a:visited {
	color: #4A5C2A;
}
#footerBox a:hover {
	color: #4A5C2A;
	text-decoration: none;
}
#footerBox a:active {
	color: #999;
	text-decoration: none;
}

#mainLayout #leftColumn #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li {
	list-style-type: none;
	list-style-image: url(../images/arrowbullet.png);
	line-height: 1.3em;
}
#mainLayout #leftColumn #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul {
	line-height: 1.5em;
	list-style-image: url(../images/arrowbullet.png);
}
#footerBox img {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#mainLayout #leftColumn ul li {
	list-style-type: none;
	list-style-image: url(../images/arrowbullet.png);
	line-height: 1.3em;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0.5px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #4A5C2A;
	letter-spacing: .1em;
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0.5px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0.5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: lighter;
	color: #6E1F24;
	letter-spacing: .1em;
	margin-top: 0px;
	margin-bottom: 0.5px;
}

.lineunder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 1px;
}
