html, body {
	background-color: white;
	color: black;
}

/* MAIN CONTENT STYLE */

#Main_Content {
	margin-left: 150px;
	margin-top: 60px;
	margin-right: 1em;
}

h1 {
	font-size: 170%;
	text-align: center;
}

h2 {
	font-size: 140%;
}
img {
	border:none;	
}
.whatsNew h2 a {
	color: #00309C;
}

.whatsNew h2 a:hover {
	color: #00309C;
	text-decoration: none;
}

#Main_Content li {
	padding: .1em 0 .1em 0;
}

.textBrowsersOnly {
	display: none;
}

/* END MAIN CONTENT STYLE */
/* MAIN MENU STYLE */

#Main_Menu {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 120px;
	font-size: 90%;
	padding-bottom: 5em;
}

#Main_Menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#Main_Menu h1 {
	font-size: 100%;
	display: none;
}

#Main_Menu img {
	border: none;
}

/* END MAIN MENU STYLE */
/* HEADING STYLE */

#Heading_Center {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#Heading_Center p {
	margin: 0;
	padding: 0;
}

#Heading_Left {
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: left;
	z-index: 2;
}

#Heading_Left img {
	border: none;
}

#Heading_Right {
	position: absolute;
	right: 25px;
	top: 22px;
	text-align: right;
	z-index: 1;
}

/* END HEADING STYLE */
/* OTHER STYLE */

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

.nobullet {
	list-style-type: none;
	padding: .5em 0 .5em 0;
}

a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #ffffff;
}

#Top_Menu {
	position: absolute;
	left: 0px;
	top: 118px;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

.horiznav {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	background-color: #666699;
	color: #ccffff;
}

.horiznav li {
	display: inline;
	white-space: nowrap;
}

.horiznav li.textBrowsersOnly {
	display: none;
}

.horiznav li a {
	padding-left: 1em;
	padding-right: 1em;
	background-color: #666699;
	color: white;
	font-weight: bold;
}

.horiznav li a:hover {
	color: #666699;
	background-color: white;
}

.horiznav a {
	text-decoration: none;
}

.currentPage {
	padding-left: 1em;
	padding-right: 1em;
	color: #666699;
	background-color: white;
	font-weight: bold;
}

.crumb {
	font-weight: bold;
	color: #666699;
	background-color: #ffffff;
	margin-left: 20px;
}

.underline {
	text-decoration: underline;
}

.bu {
	font-weight: bold;
	text-decoration: underline;
}

/* END OTHER STYLE */
/* NEWSLINE STYLE */

.title {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}

.date {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
}

.source {
	font-style: italic;
	font-size: 80%;
}

.topics {
	font-weight: bold;
}

/* END NEWSLINE STYLE */
/* FOOTER STYLE */

#footer {
	border-top: solid 1px black;
	padding-top: .5em;
	margin-top: .5em;
	font-size: 80%
}

.footerList li {
	display: inline;
}

.footerList li a {
	padding-right: .5em;
}

/* END FOOTER STYLE */.date {
	font-size: 0.8em;
	color: #999;
	text-align: left;
	text-indent: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#Main_Content h3 {
	margin-top: 1px;
	margin-bottom: 0.2em;
}
.extralinktext {
	margin-left:-9999px;
