body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 2.0em;
	color: #FFFFFF;
}
h2 {
	font-size:1.2em;
	color: #0099CC;
}
h3 {
	color: #9900FF;
}
a {
	color: #CCCCCC;
}
a:hover {
	background-color: #CCCCCC;
	color: #222222;
}
#main {
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
#page {
	width: 700px;
	background: #222222;
}
.content {
	width: 98%;
	position: relative;
	margin: 1% 1% 50px 1%;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}
#header {
	background: url(images/AGD.jpg) top center no-repeat;
	width: 100%;
	height: 210px;
	vertical-align: bottom;
}
.content h2 {
	margin: 0 auto;
	padding: 0;
}
.topleft {
	float: left;
	width: 50%;
	text-align: left;
	text-transform: uppercase;
}
.topright {
	float: left;
	width: 50%;
	text-align: right;
	text-transform: uppercase;
}

.right {
	float: right;
	width: 50%;
	font-size: 80%;
	margin: 0 0 10px 30px;
}
.right h3 {
	margin: 0 auto;
	padding: 0;
	clear: both;
	font-size: 100%;
}
.right ul {
	margin: 5px 0 5px 5px;
	padding: 0 5px 0 15px;
	font-size: 9px;
}
.right li {
	list-style: outside square;
	font-size: 100%;
}
.content a {
	border: none;
}
.content a:hover {
	border: none;
}
.right img {
	border: none;
	float: right;
	margin-bottom: 20px;
}

.content strong {
	color: #66CC00;
	text-transform: capitalize;
}

#footer {
	color: #FFFFFF
}