@charset "utf-8";
/* CSS Document */

h1{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #161516;
	text-align: left;
	margin-left:25px;
	margin-top:8px;
	margin-bottom:-5px;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: 800;
	font-variant: normal;
	text-transform: none;
	color: #2b5c9e;
	text-align: left;
	margin-right:10px;
	margin-left:25px;
	margin-top:1px;
	margin-bottom:1px;
}

.bluecopy {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2b5c9e;
	text-align: left;
}
.redcopy {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b50f1e;
	text-align: left;
}
.blackcopy {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #161516;
	text-align: left;
}
.blackcopy p{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #161516;
	text-align: left;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:0px;
}
.blackcopy ul {
	margin-left:25px;
	margin-bottom:8px;
	margin-top:0px;
	list-style:disc;
}

.blackcopy li{
	margin-bottom:2px;
	margin-top:0px;
	list-style:disc;
	margin-left:5px;
}
.marginrule {
	margin-left: 25px;
	margin-right: 300px;
}
.smallcopy {
	font-family: Georgia, Times, serif;
	font-size: 9px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #161516;
	text-align: left;
}
.footercopy {
	font-family: Georgia, Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #161516;
	text-align: center;
	text-decoration:none;
}
a:link {
	color: #b50f1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b50f1e;
}
a:hover {
	text-decoration: underline;
	color: #231f20;
}
a:active {
	text-decoration: none;
	color: #b50f1e;
}
.margins {
	margin-left: 25px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 15.7em;
}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 15.7em;
}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 15.75em;
		margin-top : -1.35em;
}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#nav li a {
		width: 15.7em;
		w\idth : 14.7em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : #bfaba2;
		border : 1px solid #808080;
		padding : 0.5em 0.5em;
}
	
#nav li a:hover {
		color : white;
		background-color : #808080;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
.navText {
		font-family: arial, helvetica, serif;
		font-size:.73em;
		background-color:#bfaba2;
}
.navBackground{
	background-image:url(images/left_box.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#menu	{
	background-color:#bfaba2;
	vertical-align:top;
	background-image:url(images/left_box.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menu .menuul{
	margin-left:0px;
	padding-left:10px;
	margin-top:10px;
	
}
.menuul li, menuul li a {
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#bfaba2;
	font-weight:bold;
	line-height:10pt;
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.menuul li, .menuul li li, .menuul li li a {
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#bfaba2;
	font-weight:bold;
	line-height:10pt;
	list-style-image:none;
}
.blacktablecopy td	{
	padding: 0px 5px 0px 5px;
	font-size:10pt;
	vertical-align:top;
	border:1px solid #231f20;
}

