body
{
	font-family: Verdana, Arial, Sans-Serif;
	background: #D5D5D5;
	margin: 0px;
	margin-top: 0px;
	font-size: 75%;
}
a
{
	color: #B11821;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

#Container
{
	width: 750px;
}

#header
{
	background: #b61071;
	background-image: url(images/back-header.png);
	border-bottom: solid 5px #7E8082;
	padding-bottom: 5px;
}
#header img
{
	border: 0px;
}

#SubContainer
{
	padding: 6px;
}

#IssueBanner
{
	height: 20px;
	vertical-align: middle;
	background: #000000;
	color: White;
	margin-bottom: 6px;
	padding-left: 4px;
	padding-top: 4px;
	font-weight: bold;
}

#Navigation
{
	float: left;
	border: 1px solid #000;
	padding: 8px;
	background:#fff;
	width: 130px;
	/* Use the box model hack to sort the width on IE5/Win */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 118px;
}
html>body #Navigation {
  width: 118px;
}
ul.MainNav
{
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	/*background: #839AA1;*/
}
ul.MainNav li
{
	background: #769bb4;
	float: left;
	padding: 5px 2px 5px 5px;
	margin-bottom: 4px;
	/*border-top: solid 1px #fff;*/
	border: 0;
	background-image: url(images/page_fold_blue.gif);
	background-position: top right;
	background-repeat: no-repeat;
	/* Use the box model hack to sort the width on IE5/Win */
	width: 118px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 110px;
	height: 42px;
}
html>body ul.MainNav li {
  width:110px;
}
ul.MainNav li.current
{
	background: #A31F76;
	background-image: url(images/page_fold_blue.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFD79B;
	width: 97px;
	/* Use the box model hack to sort the width on IE5/Win */
	width: 110px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 110px;
}
html>body ul.MainNav li.current {
  width:110px;
}
ul.MainNav a
{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 110px;
	height: 42px;
}
ul.MainNav a:hover
{
	/*text-decoration: underline;*/
}

#Main
{
	width: 395px;
	background: white;
	border: 1px solid black;
	padding: 8px;
	margin-left: 142px;
}

#Main h1
{
	margin-top: 0px;
}
#Main img
{
	margin-right: 8px;
	margin-bottom: 8px;
}
#Main a
{
	color: #003468;
}


#AdPanel
{
	background: white;
	float: right;
	width: 156px;
	margin: 0px;
	border: 1px solid black;
	padding: 8px;
}
#AdPanel img
{
	border: 0px;
	margin-bottom: 6px;
}

#Footer
{
	background-image: url(images/back-footer.png);
	width: 100%;
	font-size: 0.8em;
	clear: both;
	padding: 4px;
	margin-top: 12px;
	color: White;
}
#Footer a
{
	color: White;
	font-weight: normal;
}
#Footer a.active
{
	color: White;
	font-weight: normal;
}
#Footer #links a
{
	color: #B11821;
}

#SubFooter
{
	text-align: right;
	float:right;
	width: 500px;
}

#frontbox
{
	background: #FFE9BC;
	padding: 6px;
}
#frontbox h1
{
	font-family: Verdana;
	margin-top: 0px;
}

.purple
{
	color: #7A003B;
}


.NewsList h1
{
	display: block;
	width: 390px;
	background: #b61071;
	font-weight: bold;
	color: White;
	font-size: 120%;
	padding: 4px;
	margin-bottom: 10px;
}
.NewsList h2
{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0px;
}
.NewsList p
{
	margin-top: 0px;
}
.NewsList img
{
	margin-right: 8px;
	margin-bottom: 8px;
}

.InBriefList h1
{
	display: block;
	width: 390px;
	background: #003468;
	font-weight: bold;
	color: White;
	font-size: 120%;
	padding: 4px;
	margin-bottom: 10px;
}
.InBriefList img
{
	margin-right: 8px;
	margin-bottom: 8px;
}

h1 
{
	font-size: 180%;
}

#MoreArticles
{
	border: 1px solid #7E8082;
	margin-bottom: 12px;
}
#MoreArticles h1
{
	margin-top: 0px;
	color: White;
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 100%;
	background: #b61071;
	background-image: url(images/page_fold_blue.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#MoreArticles ul
{
	display: block;
	margin-right: 8px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 8px;
	padding: 0;
}
#MoreArticles a
{
	color: #003468;
	font-weight: normal;
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 4px;
}
#MoreArticles ul li.current a
{
	color: #b61071;
	text-decoration: underline;
}

@media print 
{
	body
	{
		font-size: 12pt;
	}
	.header, #Banner, #Navigation, ul#MainNav, #AdPanel, #Footer
	{
		visibility: hidden;
		height: 0px;
		width: 1200px;
		margin: 0px;
		top: 0px;
		position: absolute;
	}
	#Main
	{
		float: none;
		width: 600px;
	}
}
