/*CSS for AGCOM*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color :#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:  url(images/bodybg.gif) 0% -30% no-repeat  #2060A7 fixed;
	
}

h2 {
	color: #FC1922;
	font-size: 20px;
	margin-bottom:5px;
	
}

h3 {
	color: ;
	font-size: 18px;
	margin-bottom:5px;

}

p {
	margin-bottom: 10px;
	font-size: 12px;
}

img {
	border: 2px solid #2060A7;
	
}

#container {
	width: 770px;
	margin: 0 auto;
	background:#fff;
	border: #000 solid;
	border-width: 6px;
	
	
}

#header {
	text-indent: -999em;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	
}

#content {
	padding: 10px;
	background:#fff url(images/conbg.jpg) bottom no-repeat;
		
	
}

#nav {
	position: relative;
	top: 175px;
	left: 20px;
	color:#2060A7;
	
}

#nav li {
	display: inline;
	font-size: 16px;
	
}

#nav a {
	color: #2060A7;
	font-weight: bold;
	text-decoration: none;
	
}

#nav a:hover {
	color: #fc1922;
	
}

#mission {
	float: left;
	width: 350px;
	border: 2px solid #B4DB20;
	background: #E1F1A0;
	margin: 10px;
	padding: 5px;
	
}

#logos {
	text-align: center;
	font-weight: bold;
	clear: right;
	border: 2px solid #2060A7;
	background: #CCD0EE;
	
	
}

#logos img {
	border: 2px solid #B4DB20;
	margin:7px 40px ;
	
}

#footer {
	border-top: 6px solid #000;
	clear: both;
	width: 770px;
	background: ;
	color: #000;
	height: 20px;
	text-align: center;
}


/*Classes*/
.righty {
	float: right;
	margin: 10px;
	
}

.officer {
	margin-left:50px;
	
}

/*divs*/