/***********************************************/
/* Camellia National Home pages                */
/***********************************************/

body{	
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background: #deadc0;
}

.maintable {
        background: #deadc0;
        margin-top: 1px;
        margin-bottom: 1px;
}

.menu {
	background : #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contents {
	font-family: Arial, Helvetica, sans-serif;
	background : #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 450px;
}

.topmenu {
	font:normal 12px Verdana;
	font-weight: bold;
	color: #000000;
	background : #ffffff;
	height: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.footer {
	text-align: center;
	font-size: small;
	color: #deadc0;
}

#pageDate{
	color: #deadc0;
	text-align: right;
	font-size: small;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}

h1, h2, h3 {
   	color:#cc0066;
   	text-align: center;
}

.credits{
  	text-align: center;
  	text-decoration:none;
  	font-size:9px;
	margin:0px;
	padding:0px;
}
a.credits {	
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.credits:visited {
	
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.credits:hover {
	border-bottom:2px solid #cc0066;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.credits:active {
	text-decoration: none;
	margin:0px;
	padding:0px;
}

/*************** search styles *****************/

#search{
	text-align: left;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 12px;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005fa9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** use for mouseover in Firefox (and the font tag size 20) ****************/

.linkhack {
	vertical-align: bottom;
	margin: 1px;
	padding: 1px; 
}

/************** rollover buttons styles ****************/

a.nav {
	
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.nav:visited {
	
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.nav:hover {
	border:2px solid #cc0066;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a.nav:active {
	
	text-decoration: none;
	margin:0px;
	padding:0px;
}
/*********************** rollover menu stuff starts *********************/

#dropmenudiv{
position:absolute;
background-color: #e3ffb0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
text-decoration: none;
text-align: left;
text-indent: 3px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: #000000;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color: #c7ff5e; /*hover background color*/
color: #000000;
}

/*********************** rollover menu stuff end *********************/
