/* CSS Document */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}

a.left:link {
	color: #666666;
	text-decoration: none;
}
a.left:visited {
	color: #666666;
	text-decoration: none;
}
a.left:hover {
	color: #000000;
	text-decoration: none;
}
a.left:active {
	color: #999999;
	text-decoration: none;
}

a.headline:link {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
a.headline:visited {
	color: #7A88C0;
	text-decoration: none;
	font-weight: bold;
}
a.headline:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.headline:active {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #E7ECFE;
	background-image: url(graphics/back_main.jpg);
	background-repeat: repeat-Y;
	background-position: top center;
}

.readable 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A2A2A;
}

.title
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A2A2A;
	font-weight:bold;
}

#top_spacer
{
	width: 296px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background-image:url(graphics/top_spacer.gif);
	background-position:top center;
}

#searcharea
{
	width: 464px;
	height: 36px;
	background-image:url(graphics/search_back.gif);
	background-position:top center;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#spacer_text
{
	margin-top:12px;
	margin-left:20px;
	text-align:center;
	position:absolute;
}

#search_text
{
	margin-top:10px;
	margin-left:110px;
	text-align:left;
	padding:0px;
	position:absolute;
}

div.dept_nav_back
{
	margin-top: 22px;
	width: 160px;
	height: 23px;
	background-image: url(graphics/nav_title_dept.gif);
	background-color: #990000;
}

div.dept_nav
{
	width: 158px;
	border-left: solid #990000;
	border-left-width: 1px;
	border-right: thin solid #990000;
	border-right-width: 1px;
	border-bottom: thin solid #990000;
	border-bottom-width: 1px;
}

div.dept_nav_links
{
	padding-top: 10px;
	padding-left: 12px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.sector_nav_back
{
	margin-top: 16px;
	width: 160px;
	height: 23px;
	background-image: url(graphics/nav_title_sector.gif);
	background-color: #003366;
}

div.sector_nav
{
	width: 158px;
	border-left: solid #003366;
	border-left-width: 1px;
	border-right: thin solid #003366;
	border-right-width: 1px;
	border-bottom: thin solid #003366;
	border-bottom-width: 1px;
}

div.sector_nav_links
{
	padding-top: 10px;
	padding-left: 12px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.latest_issue
{
	margin-top: 6px;
	width: 160px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight:bold;
}

div.footer_container
{
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

div.footer_graphic
{
	width: 758px;
	height: 6px;
	margin-bottom: 10px;
	position: static;
}

div.footer 
{
	width: 758px;
	margin-bottom: 18px;
	position: static;
}

.borders
{
	border: 1px solid #444444;
}

div.main_container
{
	top: 0px;
	padding: 0px;
	width: 548px;
	margin-top: 20px;
}
