body{
	background: url("../img/body_bg.jpg") no-repeat center top;
	
	background-color:#f3f3f3;
}

a:link, a:active, a:visited{
	color: #c58628;
	text-decoration:none;
}

header{
	border-bottom:1px solid #6d6969;
	margin-top:100px;
	background-color:#7a7d80;
	height:200px;
}

#aact_logo{
	position:absolute;
	left:120px;
	top:20px;
}

#header_pictures{
	display:block;
	width:100%;
	height:79%;
	text-align:center;
}

#header_pictures img{
	padding:3px;
	border:2px solid #424242;
}


#header_pictures span{
	margin-top:50px;
	display:block;

}
nav{
	background-color:#989b9f;
	height:40px;
	border-bottom:1px solid #6d6969;
	text-align: center;
}

.aact_logo_img{
	float:left;
	padding-right:20px;
}

.floatright{
	float:right;
	margin-right:50px;
	margin-top:-50px;
}

.header_text1{
	font-size:1.5em;
	text-transform: uppercase;
	color:#6c747b;
	line-height: 0.2em;
	top:6px;
}

.header_text2{
	font-size:0.8em;
	color:#494949;
	font-style: italic;
}

.statusmsg p{
	background-color:#f7f3af;
	border:1px solid #dfa911;
	padding:10px;
	width:50%;
	margin:0px auto;
	color:#a86716;
	font-weight:bold;
	font-style:italic;
	font-size:0.8em;
}

#commentCharCount{
	background-color: #c5c5c5;
	color:#515151;
	border:1px dashed gray;
	width:720px;
	padding-left:30px;
	box-sizing: border-box;
	font-size:0.8em;
}

.aggregatecomment{
	border-radius: 15px;
	background-color:#d2d2d2;
	border:1px solid #1e703a;
	padding: 10px;
	width:70%;
	margin-left:20px;
	margin-bottom:20px;
	box-sizing: border-box;
}

nav ul{
	
	position:relative;
	margin:0px auto;

	top:9px;
}

nav li{
	display:inline;
	margin-left:20px;
}

nav a:link, nav a:active, nav a:visited{
	color:#dbe9aa;
	text-decoration:none;
} 

nav li.active a{
	color:#e6d066;
}

#wrapper{
	width:960px;
	margin:0px auto;
	background-color:#f9f9f9;
	padding:20px;
}

.surveyrange{
	font-size:0.9em;
}

.column1{
	width:400px;
	vertical-align: top;
}

.bordered{
	border:1px dashed #b1b1b1;
}

footer{
	color:#ffffff;
	background-color:#989b9f;
	height:40px;
	border-top:1px solid #6d6969;
	border-bottom:1px solid #6d6969;
	text-align: center;

}


.sortable{
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 80%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
	margin:0px auto;
}

.sortable td, .sortable th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.sortable th{
	cursor: ns-resize;
}
.sortable td{
	cursor:cell;
}

.sortable th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
.sortable td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}