a {
	color: #004080;
	font-weight: normal;
	text-decoration: underline;
	font-size : 100%;
	background-color : inherit;
}

a:hover {
	color: #808080;
	background-color : inherit;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000;
	background-color : inherit;
}

fieldset {
	border: none;
	padding:4px;
}

fieldset p{
	text-align : left;
}

h1, h3 {
	color: #004080;
	text-align : left;
	font-weight : bold;
	margin-bottom : 8px;
	margin-top : 10px;
	background-color : inherit;
}

h1 {
	font-size: 100%;
	display : none;
}

h3 {
	font-size: 100%;
	font-weight : bold;
	text-decoration : none;
	margin-left : 2px;
}

li {
	list-style : square outside none;
	text-align: left;
}

p {
	margin: 0.5em 2px;
	text-align: justify;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style : normal;
}

td, th {
	font-size: small;
}

th {
	color: #808080;
	font-weight : bold;
	background-color : #EEEEEE;
}

tfoot {
	background-color : #EEEEEE;
	height : 2px;
	color : inherit;
}

ul{
	padding-top : 0px;
	margin-top : 0px;
}

.label {
	color : #004080;
	font-style : normal;
	font-weight : bold;
	background-color : inherit;
}

.small {
	color : #000000;
	font-size : 80%;
	font-weight : normal;
	background-color : inherit;
}

/************************************************
 Div Layouts 
*************************************************/
div {
	padding: 4px;
}

div#title {
	background-image: url(../images/background.gif);
}

div#content {
	padding: 4px 25px 16px 25px;
}

div#search {
	border: none;
	padding:0;
}

div#main {
	width:100%;
	clear:both;
	border: 1px solid #000000;
	margin : 0;
	padding: 0;
}

div#col1 {
	clear:both;
}

div#col1, div#col2,div#col3 {
	width: 30%;
	float:left;
	margin-right: 1em;
}

div#copyright {
	width:100%;
	clear:both;
	margin : 0;
	padding: 1px 0 2px 0;
	background-color: #EEEEEE;
	border-top : 1px solid #000000;
	color : #505050;
	font-weight: normal;
	font-size:90%;
}

div#copyright p {
	text-align:center;
}

div#copyright a {
	font-weight: normal;
	color: #505050;
	text-decoration: underline;
	background-color : inherit;
}

div#login {
	border: none;
	padding:0;
}

div#submenu {
	float : right;
	border : 1px solid #808080;
	background-color : #F5F5F5;
	padding : 10px 10px 10px 10px;
	margin-left : 20px;
	text-align : center;
	color : inherit;
}

/************************************************
H2 Buttons
*************************************************/

h2 {	
	background-color: #EEEEEE;
	margin: 0;
	text-align: left;
	width: 100%;
	font-size : 100%;
	color : #505050;
	padding : 2px 2px 5px 2px;	
}
	
h2  a.navButton {
	width: 100%;
	background-color: #EEEEEE;
	color: #004080;
	text-decoration: underline;
	font-weight : bold;
	margin: 10px 5px 8px 5px;
}

h2:hover,
h2  a.navButton:hover {
	background-color: #EEEEEE;
	border-color: #000000;
	color: #808080;
}

