/* CSS Document */

body {
	margin: 0px;
	font-family: Helvetica;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

.navigation  { background-image: url("../images/navBack.jpg"); margin: 0; padding: 0; width: 100%; height: 26px; background-color:#900; }
.subnavigation  { background-image: url("../images/subnavBack.jpg"); margin: 0; padding: 0; width: 100%; height: 26px;}
.footer  { color: #666; font-size: 0.7em; text-align: center; margin: 0; padding: 0; width: 100%; float: left; clear: both }

.navigation li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}
.subnavigation li {
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}
.navigation a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.subnavigation a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	background-image:url(../images/header.jpg);
	background-color:#ffffff;
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
}
.container {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
}
b {
	color: #003366;
}


.leftNav {
	font-size: 0.8em;
	color: #003366;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	line-height: 1.1em;
}



a {
	color: #003366;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

.marker {
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline;
}

.headerLink {
	font-size: 14px;
	color: #666666;
}

.content {
	font-size: 0.8em;
	color: #000000;
	padding: 10px;
	line-height: 1.3em;

}

.content p {
	width: 600px;
}

.content ul {
	width: 400px;
}



.inset  { font-size: 0.7em; font-style: italic; background-color: white; margin-top: 8px; margin-left: 8; padding: 8px; width: 250px; float: right }

.inset a {
	font-style: normal;
	color: #003366;
	font-weight: bold;

}

.inset img {
	text-align: center;
	padding-bottom: 3px;
	
}

.leftColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 600px;
}

.pageTitle {
	color: #006633;
	font-size: 1.5em;
	line-height: 1em;
}
.content li {
	padding-top: 7px;
	width: 400px;
	list-style-image: url(../images/bullet.gif);
}
.copyLink {
	width: 425px;
}
