/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

blockquote {
	font-style: italic;
}

a {
	color: #333399;
}

a:hover {
	text-decoration: none;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(aeflogo.jpg) no-repeat center center;
}

/* Menu */

#menu {
	padding: 20px;
	background: url(img10.gif) repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(img11.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Picturebar */

#picturebar {
	height: 220px;
	background: #FFFFFF url(topbar.jpg) no-repeat center center;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Table */

#table {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
}

.box1 { background: #FFFFFF;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 8px; 
	text-align: left;
}
.boxtop1 { background: #99CC33;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 8px 3px 8px; 
	text-align: left;
}
.box2 { background: #FFFFFF;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 8px; 
	text-align: left;
}
.boxtop2 { background: #FF9933;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 8px 3px 8px; 
	text-align: left;
}
.box3 { background: #FFFFFF;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding: 8px; 
	text-align: left;
}
.boxtop3 { background: #3399FF;
	width: 326px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 8px 3px 8px; 
	text-align: left;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	font-size: 85%;
	text-align: center;
	padding: 10px;
}

