
body {
	background-color: #F3DDCC;
	margin:0;
	padding:0;
	background-image:url(/images/cornerbg.gif);
	background-repeat:no-repeat;
	background-position: 100% 100%;
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	color: #000000
}
/*/*/ /*/ body { margin: -10px; } /* N4 body margin fix*/


td,div,pre,p {
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	color: #000000;
}

A, A:active, A:visited {
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#001C4B;
}
A:hover {
	color:#D07832;
	text-decoration: overline underline
}


.headingreverse {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #FFFFFF;
}

.heading, h1 {
	font-family:verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #001C4B;
	margin-bottom: 5;
	margin-top: 20;
}
h1.first, h1.first-highlight {
	margin-top:0;
}
h1.highlight, h1.first-highlight {
	color:#D4220E;
}
b, strong {
	font-weight: bold;
	color: #001C4B;
}
hr {
	margin-top:10px;
	margin-bottom:15px;
	height:1px;
	background-color: #D07832;
	color: #D07832;
	border: none;

}
.small{
	font-family:verdana,arial,sans-serif;
	font-size: 10px;
}
.box{
	position:relative;
	margin:0;
	border:1px;
	display:block;
	border-color:#000000;
	clear:left;
}

.imgborder, a .imgborder, a:link imgborder, a:hover .imgborder, a:active .imgborder, a:visited .imgborder{
	border: 1px solid #001C4B;
}
a:hover .imgborder{
	border: 1px solid #D07832;
}

.gold {
	color:#D07832
}
.goldbold {
	color:#D07832;
	font-weight: bold;
}
br.clear {
	clear:both;
	margin-bottom:0px;
}

.caption {
	font-size: 10px;
}

#flyout-who {
	display: none;
	position: absolute;
	top: 53px;
	left: 100px;
	
	padding: 5px 0 5px 30px;
	background: transparent url('/images/flyout-bg.gif') no-repeat  -12px -53px;
	border-right: 2px solid #FFF;
	z-index:1;
}

#flyout-contact {
	display: none;
	position: absolute;
	top: 279px;
	left: 100px;
	
	padding: 5px 0 5px 30px;
	background: transparent url('/images/flyout-bg.gif') no-repeat  -12px -279px;
	border-right: 2px solid #FFF;
}

.flyout a, .flyout a:link, .flyout a:active, .flyout a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 2px;
	margin: 0;
	border-bottom: 1px solid white;
}
.flyout a:hover {
	color: #F3DDCC;
}

a.button:link, a.button:visited, a.button:hover, a.button:active, a.button-small:link, a.button-small:visited, a.button-small:hover, a.button-small:active {
	color:#FFF;
	background: #d17c38;
	border: 1px solid #d17c38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height:35px;
	padding:5px;
	text-align:center;
	margin-bottom:2px;
}

a.button:hover,#content-right a.button:hover, a.button-small:hover,#content-right a.button-small:hover {
	color: #d17c38;
	background-color: #f3ddcc;
}
a.button span {
	background-repeat: no-repeat;
	padding: 0 5px 3px 0;
	padding-left:15px;
}