@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 {
	clear:both;
}

	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	
	
a.navlinks, a.navlinks_a{
	display:block;
	float:left;
	height:18px;
	padding-top: 6px;
	font-size: 12px;
	border-right-color: #003366;
	border-right-style: dotted;
	border-right-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
}
a.navlinks:hover{
	color: #000033;
	height: 18px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
	background-image: url(../images/nav_over.jpg);
}
a.navlinks_a{
	color: #003366;
	height: 18px;
	text-align: center;
	background-position: center;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: dotted;
	border-right-color: #003366;
	border-right-width: 1px;
	text-decoration: underline;
	background-image: url(../images/nav_over.jpg);
}
	
/* -----------------------------
	   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;
}
	
