@charset "ISO-8859-1";

body {
	background-color: #E3E3E3;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color: #666666;
	text-align: justify;
}
a, a:link, a:active {
	color: #DD0011;
	text-decoration: none;
}

a:visited {
	color: #E2001A;
	text-decoration: underline;
}
a:hover {
	color: #DD0011;
	text-decoration: underline;
}
.headlineGreyLarge {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.headlineGreySmall {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.headlineRedLarge {
	font-size: 1.4em;
	color: #E2001A;
	font-weight: bold;
}
.headlineRedSmall {
	font-size: 1em;
	color: #E2001A;
	font-weight: bold;
}
.headlineGreenSmall {
	font-size: 1em;
	color: #99CC00;
	font-weight: bold;
}
div,p,ul,li {
	margin: 0;
}
div#bg {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/ADDSiteBG.png);
	background-repeat: repeat-y;
}
div#site {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	clear: inherit;
}
div#Header {
	height: 65px;
	background-image: url(../images/BGADDHeader.png);
	background-repeat: no-repeat;
}
div#navBar {		
	float: right;
}
div#navBar li {
	float: left;
}
div#navBar ul {
	float: left;
	text-align: right;
	list-style-type: none;
}
div#navBar li a {
	display: block;
	padding: 5px 8px 5px 8px;
	border-left: 1px solid #CCCCCC;
	color: #666666;
	text-decoration: none;
}
div#navBar li a:hover {
	color: #C1001F;
}
div#menuBar {
	width: 870px;
	background-image: url(../images/MenuBarBG.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
div#imgHeader {
	height: 130px;
	width: 880px;
	background-image: url(../images/ImgHeader.jpg);
	background-repeat: no-repeat;
}
div#pathBar {
	height: 11px;
	width: 865px;
	background-image: url(../images/PathBarBG.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
div#pathBarSubs {
	padding-right: 15px;
	float: left;
}
div#infoBar {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
div#infoBar  ul {
	list-style-type: none;
	width: 150px;
}
div#infoBar  li {
	display: block;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div#infoBar  li  a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}
div#infoBar  li  a:hover {
	color: #C1001F;
}
div#footer  {
	height: 26px;
	width: 880px;
	background-image: url(../images/BGFooter.gif);
	background-repeat: repeat-x;
}
div#footerContent {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 9px;
}
