body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	background-image: none;	
	color: #000;
	}


/*
******************************
Layout Rules
******************************
*/	


#header {
	width: 100%;
	background-color: #fff;
	background-image: none;		
	}

#header img {
	margin-left: 20px;
	}	
	
#divider {
	width: 100%;
	height: 16px;
	background-color: #ccc;
	background-image: none;		
	}		

#container {
	margin: 0px 0px 0px 10px;
	}

#menu {
	display: none;
	}
	
#content {
	background-color: transparent;
	margin: 14px 6px 0px 2px;
	padding: 0px;
	float: left;
	line-height: 1.2em;
	}

#content img {
	margin-left: 10px;
	border: 1px solid #ccc;
	float: right;
	}
	

#content img.diagram {
	margin-left: 10px;
	border: 0px;
	float: none;
	}	

/*
******************************
Element Rules
******************************
*/	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-color: transparent;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: transparent;
	color: #000;
	padding-bottom: -2px;
	margin-bottom: -2px;	
	}		
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: transparent;
	color: #000;
	padding-bottom: -10px;
	margin-bottom: -10px;
	}	
	
	
p {
	padding-top: 0px;
	margin-top: 8px;
	}	

strong {
	color: #000;
	font-weight: bold;
	}
	
/*
******************************
Link Rules
******************************
*/

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #333355;
	text-decoration: underline;
	}
	
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333355;
	text-decoration: underline;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffbe1e;
	background-color: #213a84;
	text-decoration: none;
	}
		
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #333355;
	text-decoration: underline;
	}		
	
	
	
/*
******************************
Navigation Button Rules
******************************
*/		
/* main navigation buttons: level 1 */
#button {
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 0 0 0 0;
	width: 100%;
	}
	
#button ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}
		
#button li {
	margin: 0;
	border-bottom: 1px solid #ffbe1e;
	}
	
#button li .selected {
	background-color: #ffbe1e;
	color: #213a84;
	}	
		
#button .unavailable {
	display: block;
	background-color: transparent;
	color: #213a84;
	padding: 5px 5px 5px 0.5em;
	font-weight: normal;
	}
			
#button li a {
	display: block;
	background-color: transparent;
	color: #039;
	padding: 5px 5px 5px 0.5em;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	}
	
#button li .inactive {
	display: block;
	background-color: transparent;
	color: #213a84;
	padding: 5px 5px 5px 0.5em;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	}	

html>body #button li a {
	width: auto;
	}
	
#button li a:hover {
	background-color: #213a84;
	color: #ffbe1e;

	}	

/* navigation buttons: level 2 */
#button ul ul {
	margin: -2px 0px 6px 0px;
	padding: 0;
	border: none;
	list-style: none;
	}	
	
#button ul ul li {
	margin: 0;
	border: none;
	}
		
#button ul ul li a {
	display: block;
	background-color: transparent;
	color: #213a84;
	padding: 2px 2px 2px 12px;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	}

html>body #button ul ul li a {
	width: auto;
	}	
