@charset "UTF-8";
/* CSS Document */


/* AGL layout */
#container {
	width: 800px;
}

#nav {
	float: left;
	width: 126px;
	height: 745px;
	background-color: #999966;
	

}

#header {
	height: 130px;
}

#content {
	width: 668px;
	border: 1px none red;
	float: right;
}

p {
}

img {
	border: none;
}

h1 {
	background-color: #335cad;
	text-align: left;
	font-size: 12px;
	color: white;
	width: 250px;
	height: 16px;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
	margin-top: 0;
}

h2 {
	background-color: #335cad;
	text-align: left;
	font-size: 12px;
	color: white;
	height: 16px;
	padding-left: 5px;
	padding-top: 3px;
	width: 385px;
	margin-top: 0;
	float: right;
}

h3 {
	background-color: #003399;
	text-align: right;
	font-size: 12px;
	color: white;
	height: 16px;
	width: 668px;
	float: right;
	padding-top: 3px;
	padding-right: 0;
	margin-top: 0;
	white-space: pre;
}

h4 {
	background-color: #335cad;
	text-align: left;
	font-size: 12px;
	color: white;
	height: 16px;
	width: 665px;
	float: right;
	padding-top: 3px;
	margin-top: 0;
	white-space: pre;
	padding-left: 3px;
}


/* Nidiffer general css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* Menu Controls */
#menu {
	width: 123px;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999966;
	color: #0000;
	padding-bottom: 5px;
	}
	
#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menu li {
		border-bottom: 1px solid white;
		margin: 0;
		}

#menu li a {
	display: block;
	background-color: #999966;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
		}

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

#menu li a:hover {
		background-color: #003399;
		color: #white;
}
			
/* link box */

#linkbox {
	margin-left: 5px;
	background-color: #FFFFFF;
	width: 100px;
	border: 1px solid #000000;
	padding: 5px;	
}

#linkbox a {
	
}

#logo {
	width: 668px;
	float: right;
	border-bottom: 2px solid #999966;
	}

.largelogo {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 40px auto 0px 30px;
}

#affiliations {
	width: 360px;
	text-align: left;
	padding-left: 175px;
	font-weight: bold;
}

.smalllogo {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999966;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 110px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.loupe {
	float: right;
	border-bottom-style: none;
	border-bottom-color: #999966;
	margin-top: 30px;
}

#menu a.current {
	background-color: #003399;
	width: 121px;
}

#footerlinks {
	width: 600px;
	text-align: center;
	float: left;
	margin-left: 35px;
	text-decoration: none;
	margin-top: 50px;
}

#googlebox {
	padding-right: 20px;
	float: right;
}

#mapco {
	padding-left: 15px;
	float: left;
}

#contacttext1 {
	width: 300px;
	height: 302px;
	float: right;
}

#contacttext2 {
	width: 300px;
	height: 302px;
	float: left;
	padding-top: 60px;
	padding-left: 30px;
}

#agllogo {
	float: right;
}
