@charset "utf-8";
/* CSS Document */

html { height:100%; padding:0; margin:0;}
body { background-color:#000; padding:0; margin:0; height:100%; 
	   font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	   font-size: 11px;
       color: #48585F;
}

#alphacontainer { margin:auto; width:781px; }
#header {
	float:left;
	width:781px;
	margin:0;
	padding:0;
	position:relative;
	background: url(images/header.gif) top no-repeat;
	height: 222px;
}
#alphanav{ margin:182px 0 0 0; width:781px; height:24px; padding:0; position:relative;}

#nav2 ul {list-style:none;padding:0;margin:0 0 0 40px;text-align:center}
#nav2 li {float:left;margin:0;}
#nav2 a {display:block; width:115px;text-align:center;text-decoration:none;height:24px;line-height:24px;letterspacing:1px;font-weight:bold;font-size:12px;color:#fff;}
#nav2 a:hover {color:#999;}

#top {
	float:left;
	width:781px;
	margin:0;
	padding:0;
	position:relative;
	height:29px;
	background: url(images/top.gif) top no-repeat;
}
#content {
	float:left;
	width:781px;
	margin:0;
	padding:0;
	position:relative;
	height: auto;
	background: url(images/body.gif) top repeat-y;
}
#content p {
	margin:0 30px 0 40px;
	padding:10px;
}
.bullets ul {
	padding: 0;
	margin: 0;
}
.bullets li {
	padding: 0;
	margin: 0 0 0 40px;
}
.title {
    font-size: 24px;
    color: #808B94;
}
#bottom {
	float:left;
	width:781px;
	margin:0;
	padding:0;
	position:relative;
	height: 70px;
	background: url(images/bottom.gif) top no-repeat;
}
#flash {
	float: left;
	position:relative;
	padding: 0;
	margin: 0;
	height: 198px;
	width: 781px;
}

.homelink a, a:visited {text-decoration:none;font-weight:bold;font-size:14px;color:#a31b1d;}
.homelink a:hover {color:#000;text-decoration:underline;}