@charset "UTF-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#AECAA4;
	background-position:center;
	background-image:url(../Images/bg_lines.png);
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
	
img{border:0;}

h1{color:#005698; font-size:2em;}
h2{color:#999999; font-size:1.5em;}
h3{color:#999999; font-size:1.2em;}

a:link{color:#0066CC;}
a:hover{color:#339933;}
a:visited{color:#000000;}
	
#center{
	position:relative;
	top:30px;
	width:790px; 
	height:760px;
	margin:0 auto;
	}
	
#head{
	position:relative;
	text-align:center;
	width:790px;
	height:160px;
	}
	
#head-no-anim{
	position:absolute;
	left:15px;
	text-align:center;
	width:760px;
	height:160px;
	}
			
#body{
	position:relative;
	width:790px;
	height:auto;
	background-image:url(../Images/shadow.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	}
			
#nav{
	position:relative;
	left:15px;
	width:760px;
	height:24px;
	background-color:#005698;
	border-bottom: 6px solid #7db238;
	text-align:center;
	}
							
#nav img.left{
	margin-left:-10px;
	}
	
#nav img.right{
	margin-left:10px;
	}
						
#content{
	text-align:center;
	position:relative;
	left:15px;
	width:760px;
	height:600px;
	min-height:300px;
	background-color:#FFFFFF;
	}
							
#user{
	position:relative;
	text-align:right;
	font-size:.55em;
	margin-right:12px;
	top:5px;
	}

.username{
	color:#666666;
	}

#text-box{
	position:relative;
	top:10px;
	width:760px;
	font-size:.8em;	
	text-align:left;							
	}
	
#left-side{
	background-image:url(Images/drag-fly.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	margin-left:12px;
	border: 1px #AECAA4 solid;
	width:500px;
	height:200px;
	}
	
#bottom-left{
	text-align:left;
	position:relative;
	float:left;
	top:12px;
	margin-left:12px;
	border-right:1px #AECAA4 solid;
	border-left:1px #FFF solid;
	width:500px;
	height:350px;
	font-size:.80em;
	}
	
#right-side{
	text-align:left;
	position:relative;
	float:right;
	margin-right:12px;
	margin-bottom:12px;
	border: 1px #AECAA4 solid;
	width:220px;
	height:auto;
	font-size:.80em;
	}
							
.greenbar{
	position:relative;
	left:2px;
	top:2px;
	width:216px;;
	height:25px;
	background-color:#7DB238;
	color:#FFFFFF;
	font-size:1.2em;
	}

.spacing{
	position:relative;
	top:4px;
	left:4px;
	}
	
.tab{
	margin-right:5px;
	}

.tab ul{
	position:relative;
	left:-10px;
	margin-top:-5px;
	}

.tab ul li{
	list-style-image:url(../Images/bullet.png);
	list-style-position:outside;
	padding-top:5px;
	}

#footer{
	position:relative;
	width:790px;
	height:30px;
	background-image:url(../Images/bottom_shadow.png);
	background-repeat:no-repeat;
	}

#shad-top{
	position:absolute;
	top:-12px;
	background-image:url(../Images/top_shadow.png);
	background-position:center;
	background-repeat:no-repeat;
	width:790px;
	height:24px;
	}
	
#shad-head{
	position:absolute;
	top:12px;
	background-image:url(../Images/shadow.png);
	background-position:center;
	background-repeat:repeat-y;
	width:790px;
	height:148px;
	}
	
#copyright{
	position:relative;
	width:790px;
	text-align:center;
	font-size:.60em;
	}