/* Color used */
Light Blue  = '#5582A0';
Blue = '#325A6E';
Beige = '#EBE7DF';
Gray = '#DCDCDC';
Footer Blue = '#BECED8';



body {
	background-color:#DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width:1000px;
	background:url(images/background.jpg) repeat-y top center;
	text-align:left;
	}

#main {
	width: 978px;
	max-width:978px;
	min-height:400px;
	background:#EBE7DF;
	margin: 0 10px;
	/*float:left;*/
	border-left:#5582A0 solid thin;
	border-right:#5582A0 solid thin;
} 

#header {
	height:80px;
	background:url(images/ACC-Banner.jpg) no-repeat left center #EBE7DF;
}

#content {
	width: 948px;
	min-height:380px;
	padding:30px 0 0 30px;
}

 
#footer {
	width: 100%;
	min-width:978px;
	height: 40px;
	padding-top:8px;
	padding-bottom:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #325A6E;
	background:#BECED8;
	text-transform:uppercase;
	clear:both;
}


h1, h2 {
	color: #325A6E;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:14px;
	line-height:18px;
}

.listing h1 {
	color:#000000;
	text-transform:uppercase;
		padding:5px;
	margin: 30px 30px 0 0;
	background:#BECED8;
	}

.listing h2 {	
	font-size:12px; 
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:0;
}

h3 {
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	color:#333333;
/*	padding-top:5px;*/
	background:url(images/subfolder-bkgd.jpg);
	margin:10px 30px 5px 0;
	padding:5px;
	}

td, th, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

p {	width:660px;}

.two-column {
	width: 420px;
	padding-right:40px;
	float:left;
}

a, a:hover {
	text-decoration:none;
	color:#330000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

a:hover {
color:#325A6E;
}

p + ul { margin-top:-5px; }

.listing a {
	text-decoration:none;
	color:#2F6295;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	display:inline-table;
	padding-right: 20px;
	width: 280px;
}

.listing a:hover {
	color:#CC0000;
	}