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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin:0px;
	background-color:#E2E2E2;
}
.mainbody {
width: 820px;
background-color:#FFFFFF;
border-right:solid;
border-right-width:1px;
border-bottom:solid;
border-bottom-width:1px;
}
a:hover {color: #FF66CC;}

h1 {font-size: 22px;
	margin-bottom: 12px;}
h2 {font-size: 18px;
	margin-bottom: 12px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

.body {
padding: 5px 10px 10px 10px;
width:600px;
}
.img_right{
float:right;
width:180;
margin-left:6px;
}
.img_high{
margin-bottom:10px;
border-style:outset;
border-color: #000;
border-width:1px;
}
.tagline {
padding-top:20px;
color:#ffffff;
font-style:italic;
font-weight:bold;
text-align:right;
padding-right:80px;
}
a.white:link, a.white:visited{
color:#ffffff;
}
a.white:hover{
color:#ffff00;
}
.logo{
float: left;
}
.hand{
float:right;
margin-right:25px;
}
.tagimage{
vertical-align:middle; 
margin-top:14px;
}
#header {
	height: 80px;
	background:url('/images/header-bg.gif');
}
#footer {
	background:#003366;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 10px;
	color: #e1ebfc;
}
#footer a{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover{
	color:#ffff00;
	text-decoration:underline;
}
.action{
	color:#FFFF99;
	text-align: center;
}
a.action:link, a.action:visited{
color:#FFFF00;
}
#navBar {
margin: 20px 0px;
width: 200px;
}

.small{
font-size:10px;

}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px;
	border-bottom: 1px solid #3f658c;
}


#sectionLinks a:link{
	color:#FFFFFF;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #3f658c;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	text-decoration:none;
}

#sectionLinks a:visited{
	color:#FFFFFF;
	border-top: 1px solid #3f658c;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}
#sectionLinks a:active{
	color:#000000;
	border-top: 1px solid #3f658c;
	padding: 2px 0px 2px 10px;
	background-color: #ffffff;
}

#sectionLinks a:hover{
	border-top: 1px solid #3f658c;
	background-color: #145697;
	padding: 2px 0px 2px 10px;
	text-decoration:underline;
}