/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-color: #AAAAAA;
	background-repeat: repeat;
	color: #111111;
}

ul { list-style: none inside; }
p {}
	
a {
	color: #EE0000;
	text-decoration: none;
}
 
a:hover{
	color: #555555;
	text-decoration: none;
}
a img { border: none; }

h1 {
	font-size: 16px;
	margin-bottom: 8px;
}

h2 {}

h3 {}

h4 {}

.clear {clear:both; padding-top: 20px;}
/* END RESET */

#wrapper {
	margin: 0 auto;
	display: block;
	height: auto;
	width: 1018px;
}
#header {
	height: 162px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	}
	
#content {
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	padding-right: 45px;
	padding-left: 55px;	
	}

#footer {
	height: 61px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
ul.nav {
	padding-top: 10px;
	margin-bottom: 25px;	
	}
	ul.nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 30px;	
	}
	ul.nav a {
	color: #000000;
	text-decoration: none;
}
regionalList {list-style: disc;}
	ul.nav a:hover {
	color: #EE0000;
	text-decoration: none;
}

#mainContainer {
	width: 70%;
	font-size: 12px;
	line-height: 18px;
}
#important-links {
	font-size: 10px;
	text-align: left;
	display: block;
	float: right;
	width: 30%;
	margin-left: 12px;
	margin-right: 10px;
}

#right-column {
	background-image: url(../images/column-background.png);
	background-repeat: repeat-x;
	display: block;
	float: right;
	width: 27%;
	padding: 15px;
	margin-top: 12px;
	color: #FFFFFF;
}

.icon {float: left; }

.icon-container { width: 100%; display:block; padding-bottom: 50px;}

#imageColumn {
	float: right;
	height: auto;
	width: 350px;
	margin-left: 20px;
}

.img-spacer { margin-bottom: 20px; }
#clear { clear:both; }

/* Image Container */
#imageContainer {
	padding: 8px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;

	height: auto;
	background-image:url(../images/column-background.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

.imageIcon {
	background-color: #BBBBBB;
	margin: 10px;
	border: 3px solid #AAAAAA;
}

#faq_scroll {styles.css (line 65)
border-color:#DDDDDD;
border-style:solid none solid solid;
border-width:1px;
height:250px;
margin-bottom:30px;
margin-left:10px;
margin-top:10px;
overflow:auto;
padding:5px;
width:550px;
}

.important-note {
	background-color: #333;
	border-top: 1px #EE0000 solid;
	border-bottom: 1px #EE0000 solid;
	margin: 10px;
	padding: 5px;
	color: #EEE;

}

.date-list {
	list-style-type:  circle;
	list-style-position: inside;
	padding: 0 10px 10px 10px;
}