/* CSS Document */
/*style sheet for ag*/
body {
	font-family: Verdana;
	background:#CCCCCC;
	color: #000000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	
}

#nav a {
	display: block;
	width: 10em;
	color: #FFFFFF;/* label colour*/
	align: center;
	text-decoration: none; 
}

#nav li {
	float: right;
	width: 10em;
	left: -999em;
	
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border-top: 1px none #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	background: #33409A;
	
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
	
	
}
#nav li:hover, #nav li.sfhover { /* colour when going down list */
	/*background: #151B7C;*/
	background: url(topover2.gif);
	
	
}

#content {
	clear: left;
	color: #ccc;
}
#container {
height: 1.5; 
	width: auto;
	background: #333333;
	text-align: left;
	border: 1px solid #000066;
	margin: 0 auto;
	overflow: auto; 
}



h1 {
	font-size: 12pt;
	margin: 20px;
	color:#FFFFFF;
	font-family: Verdana;
	font-weight: lighter;
	   }
		
	  	
p {
    color: #FFFFFF;
	margin: 20px;
	/*text-indent: 2em;*/
	font-family: Verdana;
	font-size: 10pt;
	font-weight: lighter;
    }

div.scroll {
	height: 410px;
	overflow: auto;
	border:1px solid white;
	background-color: #333333;
}		
div.footer { 
vertical-align: bottom;
font-size: 50%;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a  {
	color: #8CC6C6;
	font-size: 10pt;
}	
a:link { text-decoration: none; }/*removes underlines*/
a:visited {text-decoration: none; } 
}
div.photo {
	float: right;
	margin-right: 1em;
	margin-top: 0.5em;
	border: thick double #333333;

	
	}

