@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
	border: 0;
}

body {
	background-color: #eeeeee;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	width: auto;
}

/******** Layout Elements ********/

.wrapper {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	
	height: 50px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 0px solid #cccccc;

	text-align: center;
	line-height: 50px;
}

.photo {
	
	height: 285px;
	width: 220
	margin: 10px 0 10px 0;
	padding: 5px;
	background: url(bgrnds/photo.jpg)  no-repeat;;
	border: 0px solid #cccccc;

	text-align: center;
	line-height: 50px;
}

.aephoto {
	
	height: 193px;
	width: 309;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: url(bgrnds/avevphoto.jpg)  no-repeat;;
	border: 0px solid #cccccc;

	text-align: center;
	line-height: 50px;
}

.aeindexphoto {
	
	height: 180px;
	width: 140px;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: url(bgrnds/avevinde.jpg)  no-repeat;;
	border: 0px solid #cccccc;

	text-align: center;
	line-height: 50px;
}


.aeindi {
	
	height: 120px;
	width: 160px;
	margin: 5px 0 5px 0;
	padding: 5px;
	background: url(bgrnds/aeindi.jpg)  no-repeat;;
	border: 0px solid #cccccc;

	text-align: center;
	line-height: 50px;
}


.table
	{
	padding: 5px;
	border:  1px ridge #000000;
	}

.content {
	padding: 20px;
	width: 1024px;
	height: auto;
	border: 0px solid #cccccc;
	background: url(bgrnds/main.jpg)  no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}




.center {
	height: auto;
	width: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 0px solid #cccccc;


}

.left {
	float: left;
	width: 100px;
	height: auto;
	padding: 5px;
	margin-left: 10px;
	border: 0px solid #cccccc;
	background: url(bgrnds/left.jpg) no-repeat;
	;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #2d2d2d;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}

