/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: normal 83%/1.2em 'Helvetica', Arial, sans-serif;
	background:#fff;
	color:#000000;
}
a {
	text-decoration:none;
	/* color:#0066cc; */
}
a:hover{
	text-decoration:underline;
	/* color:#0066cc; */
}
p {
	margin: 0px 0px 12px 0px;
	text-align:left;
}
h1 {
	font:normal 1.999em "Times New Roman", Times, serif;
	letter-spacing:-0.333px;
	border-bottom:none;
	margin: 0.10em 0 .10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h2 {
	font:normal 1.255em 'Trebuchet MS', Tahoma, sans-serif;
	border-bottom:none;
	margin:0.10em 0 0.10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h3 {
	font:normal 1.155em 'Trebuchet MS', Tahoma, sans-serif;
	border-bottom:none;
	margin:0.10em 0 0.10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
h4 {
	font:normal 2.288em "Times New Roman", Times, serif;
	border-bottom:none;
	margin: 0.10em 0 .10em 0;
	color:#000000;
	line-height: 1em; 
	margin-bottom: 0.2em;
}
.front {
	margin: 0px 0px 12px 0px;
	text-align:left;
	font: normal 103%/1.2em 'Helvetica', Arial, sans-serif;
	background:#fff;
	color:#000000;
}
.overtitle {
	color:#bd0000;
}
.small {
	/*font: small; */
	font-size: 8pt;
}
/* MENU */
.menu1 {
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
	height:30px;
	background:#F7C949;
	position:relative;
	border-width:0 1px;
	border-bottom:1px solid #F7C949;
	color:#000000;
	background-color: #F7C949;
}
.menu1 li {float:left;}
.menu1 li a {
	display:block; 
	float:left; 
	height:30px; 
	line-height:30px; 
	color:#000000; 
	text-decoration:none; 
	font-size:8pt; 
	font-family:Helvetica, arial, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 10px 0 10px; 
	cursor:pointer;
	text-transform:uppercase;
}
.menu1 li a b {float:left; display:block; padding:0 10px 0 10px; border-left:1px #000000 solid;}
.menu1 li.current a {color:#F7C949; border-top:1px solid #00000;background:#000000;font-weight:bold;}
.menu1 li.current a b {background:#F7C949; }
.menu1 li a:hover {color:#F7C949; background:#000000; border-top:1px solid #000000;}
.menu1 li a:hover b {color:#F7C949; background:#000000;border-top:1px solid #000000;}
.menu1 li.current a:hover {color:#F7C949; background:#000000; cursor:default; border-top:1px solid #000000;}
.menu1 li.current a:hover b {background:#000000; color:#F7C949;}

#submenu {
	font-size:8pt; 
	font-family:Helvetica, arial, sans-serif; 
	font-weight:normal;
	padding:0 0 0 10px;
	margin: 0 0 0 0;
	background:#fff;
}
#submenu a{
	color:#000000;
	text-decoration:none;
}
#submenu a:hover{
	color:#000000;
	text-decoration:underline;
}
#footer{
	background:#FFFFFF url(../images/footer.png) repeat-x;
}
.spacer {
	height:10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.content-box{
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px 6px 6px 6px;
	margin-bottom:10px;
}
