* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
}
html {
	overflow-y: scroll;
}
body {
	font: .8em verdana, arial, sans-serif;
	background: url('graphics/pageTile.jpg') repeat-x left top;
	background-color:#304b7b;
}
/*
	CONTAINERS FOR CONTENT
	*/
	div#header {
	width:822px;
	height:165px;
	margin-left: auto;
	margin-right: auto;
	background:url(graphics/header.jpg);
	background-repeat: no-repeat;
}
div#contentHeader {
	width:822px;
	height:139px;
	margin-left: auto;
	margin-right: auto;
	background:url(graphics/contentHeader.jpg);
	background-repeat: no-repeat;
}
div#contentTitle {
	width:822px;
	height:95px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
div#navContainer {
	width:822px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background:url(graphics/homepage.jpg);
	background-repeat: no-repeat;
}
div#content {
	width:822px;
	margin-left: auto;
	margin-right: auto;
	background:url(graphics/contentTile.gif);
	overflow: hidden;
}
div#leftColumn {
	float: left;
	width:255px;
	height:251px;
	background-image:url(graphics/leftColumnTopTile.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#rightColumn {
	width:567px;
	float: right;
	background:url(graphics/rightColumnTopTile.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
div#footer {
	width:822px;
	margin-left: auto;
	margin-right: auto;
	background:url(graphics/footer.gif);
	background-repeat: no-repeat;
}
div#footer p {
	text-align:center;
	position:relative;
	left: 85px;
	width: 650px;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color:#7c91af;
	font-size:.85em;
}
div#nav {
	width:179px;
	height:175px;
	position:relative;
	top: 11px;
	left: 49px;
	float:left;
}
div#leftColumnContent {
	float: left;
	width:255px;
	height:251px;
	background-image:url(graphics/leftColumnTopTileContent.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*
	MAIN RIGHT CONTAINER FOR BODY CONTENT
	*/

div#rightColumnContent {
	width:567px;
	float: right;
	background:url(graphics/rightColumnTopTileContent.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding:50px 0;
	/*
	CONTAINERS MIN HIGHT NEEDS HEIGHT TWICE
	*/
	 min-height:226px;
 height:auto height:226px;
}
div#contentNav {
	width:179px;
	height:175px;
	position:relative;
	left: 49px;
}
#bulletList li {
	color:#FFFFFF;
	padding:7px 0 7px 5px;
	margin:2px 20px 2px 15px;
	background-image:url(graphics/list_divider.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#bulletList li p {
	background: url(graphics/bullet.gif) no-repeat left 2px;
	padding-left: 20px;
}
#bulletList a {
	color:#FFFFFF;
	text-decoration:none;
}
#bulletList a:hover {
	color:#fbb03f;
	text-decoration:underline;
}
#bulletList {
	width:454px;
	background-image:url(graphics/list_bg_tile.gif);
	margin:-5px 0 -4px 0;
}
p.bodyText {
	padding-right:90px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color:#FFFFFF;
}
p.bodyText a {
	color:#FFFFFF;
	text-decoration:none;
}
p.bodyText a:hover {
	color:#fbb03f;
	text-decoration:underline;
}
h1.innerTitle {
	color:#FFFFFF;
	font-size:1.4em;
	padding: 25px 0;
	margin-bottom:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1.news {
	color:#FFFFFF;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
h1.news a {
	color:#FFFFFF;
	text-decoration:none;
}
h1.news a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
p.bodyText strong {
	color:#fbb03f;
}
/* 
	TOP NAV ROLLOVER
*/
	
ul#navbar {
	position:relative;
	top:25px;
	left: 90px;
}
#navbar a {
	float:left;
}
#navbar li a {
	text-indent: -9999px;
	display: block;
	height: 21px;
}
#navbar li {
	list-style:none;
	display:inline;
}
#navbar li.home a {
	width: 81px;
	background: url('graphics/btn_home.gif') no-repeat 0px 0;
}
#navbar li.contact a {
	width: 119px;
	background: url('graphics/btn_contactUs.gif') no-repeat 0px 0;
}
#navbar li a:hover {
	background-position: 0 -21px;
}
#footer a {
	color:#7c91af;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
#rightContact {
	/*border:#00FF00 solid 1px;*/
	float:right;
	width:250px;
	margin-right:75px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color:#FFFFFF;
}
#leftContact {
	float:left;
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color:#FFFFFF;
}

.icon {
float:left;
padding: 0 15px 2px 0;
}
