/* CSS Document */
body{
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#C7DF13;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#909090;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#909090;
	scrollbar-face-color:#ffffff;
	background-color: #545d63;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

img {
	border:0px;
}

.orangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E79113;
	text-decoration: none;
	font-weight:bold;
}

a:link, a:visited {
	color: #298cbe;
	text-decoration:none;
}
a:hover, a:active {
	color: #063868;
	text-decoration:none;
}
#input {
  		width:227px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		background-color:#fcfcfc;
		
		padding-left:4px; padding-top:2px
}
.inputcss {
  		width:227px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		background-color:#fcfcfc;
		
		padding-left:4px; padding-top:2px
}
#textarea {
  		width:227px; height:200px;
		border-width:1px;
		border-style:solid;
		border-color:#666666;
		background-color:#fcfcfc;
		
		padding-left:4px;
		overflow:auto
}
sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;	
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-decoration: none;	
}
.footertext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-decoration: none;	
}
.footertext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-decoration: none;	
}
.footertext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-decoration: none;	
}
.footertext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	text-decoration: underline;	
}

.footertext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #298cbe;
	text-decoration: none;	
	font-weight: bold;	
}
#dropmenudiv{
background-color: #eeeeee;
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 1px;
border-top-width: 0px;
z-index:100;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:4px;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}

#dropmenudiv a{
background-color: #eeeeee;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #cccccc;
padding: 1px 0;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:4px;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}


#dropmenudiv a:hover { /*hover background color*/
background-color: #f4ae0f;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #cccccc;
padding: 1px 0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:4px;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}

