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, h2, h3 {
	color: #004080;
	text-align : left;
	font-weight : bold;
	margin-bottom : 8px;
	margin-top : 10px;
	background-color : inherit;
}

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

h2 {
	font-size: 100%;	
}

h3 {
	font-size: 100%;
	font-weight : bold;
	text-decoration : none;
}

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

p {
	margin: 0.5em 0em;
	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 {
}

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;
	width : 150px;
}

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

/************************************************
 Site Menu
*************************************************/

div.menuBar,
div.menuBar a.menuButton,

div.menuBar {
	padding-left : 0px;
	padding-top : 8pt;
	margin: 1px;
	text-align: left;
	width: auto;
	font-size : 100%;
}

div.menuBar a.menuButton {
	background-color: #EEEEEE;
	border: 0px solid White;
	color: #505050;
	text-decoration: underline;
	font-weight : bold;
	margin: 0;
	padding : 4px 25px 5px 25px;
}

div.menuBar a.menuButton:hover {
	background-color: #EEEEEE;
	border-color: #000000;
	color: #808080;
	text-decoration : underline;
	font-weight : bold;
}