/* Funky Fiddler's Cascading Style Sheet */

a:link, a:active {
	color: #003399;
	text-decoration: none;
}

a:visited
	{
	color: #800080;
	text-decoration: none;
	}

a:hover {
	color: #003399;
	text-decoration: underline;
}


a#link {
	display:block;
	width:100%;
	height:100%;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	color: white;
	/* background-color: #a67c0c; */
	background-color: #744a00;
	text-decoration:none;
	}

a#link #span1 {
	display:block;
	color: white;
	padding: 4px;
	background-color: #744a00;
	text-decoration: none;
	}

a#link #span1:hover {
	color: blue;
	} 

#span2 {
	color: #cccccc;
	display:block;
	padding: 4px;
	background-color: #744a00;
	text-decoration: none;
	}

#div_mid
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #503d0b;
	text-decoration: none;
	background-color: #d4c6a9;
}

h1 {
	color: black;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.1em;
	}

h2 {
	color: black;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	}
	
h3 {
	color: black;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	}

h4 {
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	}
	
	
h1.blue, h2.blue, h3.blue, h4.blue{
	color: #185df8;
	}

h1.red, h2.red, h3.red, h4.red{
	color: #be0000;
	}
	
h1.event, h2.event, h3.event, h4.event{
	color: #b66d24;
	}

h5 {
	color: blue;
	margin: 0px 0px 0px;
	padding: 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	}
	
h6 {
	color: blue;
	margin: 0px 0px 0px;
	padding: 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	}

a img {border: none;}


.nav_object { 
    border-top:1px solid #666666;
    background-color:#CCCCCC;
    height:25px;
}


.page_title {
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
    font-weight: bold;
    background: #999999;
    font-size: 12px;
}

.login_main {
   background-color: #cccccc;
   border-bottom:1px solid #666666;
   height: 130px
}

.login {
  font-weight: bold;
  font-size: 11px;
}
