body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../gfx/background2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
#container {
	padding: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 33px;
	margin-left: 0px;
}
#header {
	background-color: #93C5EA;
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 100%;
	text-align: right;
	background-image: url(../../gfx/header_back.gif);
	background-repeat: repeat-x;
}
#subNavigation {
	padding: 0px;
	float: left;
	width: 198px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content {
	padding: 0px;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
}
#footer {
	background-color: #2781c4;
	height: 30px;
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	background-image: url(../../gfx/footer_back.gif);
	background-repeat: repeat-x;
}
.legislation {
	background-color: #E4F1FA;
	padding: 5px;
	float: right;
	width: 250px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
	border: 1px solid #175787;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #165888;
	font-style: italic;
}
#content p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 1.3em 0px 0em 0em;
	padding: 0px;
	font-weight: normal;
}
#footer p {
	text-align: right;
	padding: 0px;
	margin-top: .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
#navigation {
	background-color: #175787;
	background-image: url(../../gfx/nav_grad.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 100%;
	background-position: left top;
}
#navigation ul {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 8px 0px 0px;
	text-transform: uppercase;
}
#navigation li {
	display: inline;
	padding: 0px;
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	margin: 0px;
}
#navigation a:hover {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	color: #175787;
}
#content li {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 1.5em;
	list-style-image: url(../../gfx/bullet.gif);
}
#subNavigation a:link, #subNavigation a:visited, #subNavigation a:active  {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #17598A;
	text-decoration: none;
	margin-top: 2em;
}
#subNavigation a:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FF9900;
	margin-top: 2em;
}
#subNavigation h1 {
	color: #165888;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	margin-top: .8em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #165888;
	margin-top: 1em;
}
#content img {
	padding: 3px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #F0F0F0;
}
#content a:link, #content a:visited, #content a:active, {
	text-decoration: none;
	color:#17598A;
}
#content a:hover {
text-decoration: underline;
color:#FF9900;
}
#content table {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}
#content table h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #17598A;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.addClear:after {
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility: hidden;
}
* html .addClear {height: 1%;}
