@charset "UTF-8";


body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
		background-repeat:repeat-x;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.clear {
	float: left;
	padding-right: 10px;
}

	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	
a.navlinks, a.navlinks_a{
	display:block;
	float:left;
	height:20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	background-image: url(../images/navi_background.jpg);
	width: 189px;
	padding-left: 20px;
	padding-top: 6px;
	background-color: #A00508;
}
a.navlinks:hover{
	color: #A20609;
	text-align: left;
}
a.navlinks_a{
	color: #A20509;
	height: 18px;
	text-align: left;
	padding-left: 35px;
	background-image: url(../images/navi_background_arrow.jpg);
	padding-top: 6px;
	width: 174px;
}
	
/* -----------------------------
	   SUB NAVIGATION                  */

	
	
a.navsub, a.navsub_a{
	display:block;
	float:left;
	height:20px;
	padding-top: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #003366;
	padding-left: 20px;
	width: 150px;
}
a.navsub:hover{
	background-repeat:no-repeat;
	background-image: url(../images/arrow.png);
	color: #008BD7;
	height: 20px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: underline;
	background-position: left;
}
a.navsub_a{
	background-repeat:no-repeat;
	background-image: url(../images/arrow.png);
	color: #0066CC;
	height: 20px;
	text-align: left;
	background-position: left;
	padding-left: 20px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
}

#subNav {
	width: 957px;
	margin: 0 auto;
	height: 30px;
	background-color: #CC0000;
	padding-left: 20px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 10px;
}
#subNavright {
	width: 250px;
	float: right;
	font-size: 14px;
}
#subNavleft {
	width: 300px;
	float: left;
}
