@charset "utf-8";
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*** Global Styles ***/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1{
	margin-bottom:30px;
	font-size: 130%;
}
h2{
	margin-bottom:20px;
	font-size: 100%;
}
.prHeading {
	margin: 0px;
	padding: 0px;
}
p{
	line-height: 130%;
	margin-bottom: 10px;
}
#wrapper {
	width: 935px;
	margin-right: Auto;
	margin-left: Auto;
	margin-top: 0px;
}


#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 90%;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	
}
#footer ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 0px;
}.clearer {
	font-size: 1px;
	clear: both;
}
#footer {
	font-size: 60%;
	margin: 20px;
	width: 885px;
}
#footer #tagline {
	font-size: 120%;
	font-weight: bolder;
	float: right;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
}
#mainContent {
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.menu1{
	width: 0;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden;
	left: 0px;
	top: 0px;
}


/* left sub navigation */

#subNav .menuItem {
	float: right;
	display: bnotchBoxesk;
}


.menuItemLevel1
{
	float: right;
	display: bnotchBoxesk;
	width: 100%;
	background-color: #0f467a;
}
.menuItemLevel1 .menuItem
{
	float: right;
	
}

.menuItemLevel2
{
	float: right;
	display: bnotchBoxesk;
	width: 100%;
}

.menuItemLevel2 .menuItem
{
	float: right;
}



#subNav {
	width: 0;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden;
	left: 0px;
	top: 0px;
}
#subNav .dottedLine {
	background-image: url(../images/dottedLine.gif);
	height: 1px;
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
}
#subNav .paddedLine {
	height: 1px;
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	clear: both;
	
}
#subNav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display:bnotchBoxesk;
	padding-right:20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#subNav a:hover, #subNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display:bnotchBoxesk;
	padding-right:20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#subNav img {
	border:0;
	vertical-align: middle;
	margin-left: 10px;
}
.subNavImageHolder {
	margin-top: 25px;
	margin-bottom: 50px;
}
#content ul li {
	list-style-type: disc;
	margin-bottom: 20px;
	font-size: 90%;
	margin-left: 20px;
}
#content ul li ul li {
	font-size: 100%;
}