a, a:visited
{
	text-decoration: none;
	color: #053555;
}

a:hover,  #menu li .selected
{
	color: #3B3B3B;
}


h1,h2,h3,h4,h5,h6
{	
	color: #3B3C3C;
}

h2
{
	font-weight: bold;
	font-size: 193%;
	margin-bottom: 20px;
}

h3
{
	font-weight: bold;
	font-size: 123%;
	margin-bottom: 20px;
}

h4
{
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 20px;
}


p
{
	color: #4C4C4C;
	font-size: 93%;
	margin-bottom: 20px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

body
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #eee;
}

#site-header
{
	background-image:url(../images/banner.jpg);
	width: 731px;
	height: 204px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
}

.hidden, .access-link
{
	display: none;
}

#container
{
	width: 762px;
	text-align: left;
	margin: 49px auto 20px auto;
	background-image: url(../images/container-top.png);
	background-repeat: no-repeat;
	padding-top: 11px;
}

#site-header
{	
	width: 731px;
	height: 204px;
	background-repeat: no-repeat;
	margin: 0 auto 25px auto;
	display: block;
}

#main-nav
{
	float: left;
	display: inline;
	width: 165px;
	margin-left: 24px;
}

#menu a, #menu a:visited
{
	font-size: 93%;
}

#menu li
{
	background-image: url(../images/menu-divider.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 3px;
	margin-bottom: 3px;
}

#menu li a
{
	margin-left: 9px;
	background-image: url(../images/arrow-off.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 28px;
	display: block;
	width: 129px;
	height: 16px;
}

#menu li a:hover, #menu li .selected
{
	background-image: url(../images/arrow-on.gif);

}

#menu li.firstItem
{
	background-image: none;
}

#main-content
{
	margin-left: 204px;
	padding-bottom: 56px;
	margin-right: 24px;

	min-height: 400px;
	height: auto !important;
	height: 400px;

	background-image: url(../images/main-content-background.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}

#main-content ul
{
	list-style-type: disc;
	margin-bottom: 20px;
}

#main-content li
{
	color: #4C4C4C;
	margin-left: 50px;
}

#content
{
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-color: white;
}

#container-btm
{
	background-image: url(../images/container-btm.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 11px;
	margin: 0;
	padding: 0;
}

#footer
{
	clear: left;
	width: 731px;
	margin: 0 auto;
	color: white;
	font-size: 90%;
}

#footer a, #footer a:visited
{
	color: white;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer-top
{
	background-image: url(../images/footer-top.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
}

#footer-content
{
	background-color: #A1B1B4;
	padding: 0 11px;
}

#footer-content p
{
	color: white;
	margin: 0;
}


#footer-content .copyright
{
	float: left;
}

#footer-content .footer-links
{
	text-align: right;
}

#footer-btm
{
	background-image: url(../images/footer-btm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
}


