/* Copyright 2004 Area-Wide Technologies, Inc. All Rights Reserved. */

.noprint {
	display: none;
}

body, p, td, ul, li {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}

h1 { 
	font-size: 18px;
	color:#6590BA;
}
h2 { 
	font-size: 14px;
	color: #6590BA;
}
h3 { 
	font-size: 12px;
	font-weight:bold;
}
h4 { 
	font-size: 12px;
}
h5 { 
	font-size: 10px;
}
h6 { 
	font-size: 8px;
}

img {
	border:0px none #FFFFFF;
}

a:link    { color: #6590BA; background: transparent; text-decoration: none ;}
a:visited { color: #496F93; background: transparent; text-decoration: none ;}
a:active  { color: #496F93; background: transparent; text-decoration: none ;}
a:hover   { color: #000000; background: transparent; text-decoration: none ;}

/*--------Start Left Menu----------*/
.topmenu {
	font-weight:bold;
	text-align:right;
	color: #6590BA;
/*Remove This Comment - Shifts Links 4px to the left (from right)*/
	padding:0px 4px 0px 0px;
	display:none;
}

.topmenu a:link    { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:visited { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:active  { color: #6590BA; background: transparent; text-decoration: none; font-weight:bold;}
.topmenu a:hover   { color: #333333; background: transparent; text-decoration: none; font-weight:bold;}

/* Span Class for Top Menu */
span.topmenu_selected {
	color: #666666;
	font-weight:bold;
}

.topmenu_color img{
	display:block
}

.topmenu_color {
	background-color: white;
	width:100%;
}

/*--------End Top Menu----------*/
/*--------Start Left Menu----------*/
.leftmenu {
	text-decoration: none;	
	padding:0px 4px 0px 6px;
	border-right:2px solid #C0C0C0;
	display:none;
}

.leftmenu a:link    { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:visited { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:active  { color: #6590BA; background: transparent; text-decoration: none;}
.leftmenu a:hover   { color: #333333; background: transparent; text-decoration: none;}

.leftmenu_border {
	border-left:2px solid #C0C0C0;
	display:none;
}

/* Span Class for Left Menu */
/* --------Not Used-------- */
span.leftmenu_selected {
	text-decoration: none;
	background-color: red;
	color: blue;
}
/*--------End Left Menu----------*/

/* Make Child links look different from Parent Links - Azeem*/
.childlinks {
	font-size:10px;
	font-weight:bold;
	color:#333333;
/*Remove This Comment - Shifts Links 2px to the right*/
	margin: 0px 0px 0px 0px;
}

.childlinks a:visited, a:link, a:active {
	color:#23517E;
	font-weight:normal;
}

.childlinks a:hover {
	font-size:10px;
	font-weight:normal;
	color:red;
}

/*--This is the editable region where the body goes--*/
.body_content {
	display:block;
	width:100%;
}

/* -- Not yet used, but can be used so that the table is 100%
and when printed, the text will automatically be wrapped--*/
.main_table {
	width:100%;
}

#print_logo {
	visibility:visible;
	position:absolute;
	top:0px;
	left:20px;
}

/*Fix to make Newspaper articles print properly in Firefox*/
div#overall { width:100%;}
.col {}

* { }

table {width:100%;}

#maindiv {
	width:100%;
}
#overall h1 {
text-align:left;
}