@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #DAE9F1;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{color:#0000FF; font-size:18px; font-weight:bold;)}

h4{color:#58694e; font-size:10px; font-weight:bold;)}

a{color:#16006F; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;}
a:hover{text-decoration:underline;}


a.links{font-size:12px; color:#48616c; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a.links:hover{text-decoration:underline;}

.title{font-size:12px; color:#58694e; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

/* CSS for Drop Down Menu */
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #97bde6;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color:#fff;
text-decoration:none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DBE8D3;
color:#4085D0;
}


.collapse-div{width: 700; 
	background: #FFFFFF; 
	display:none; 
	border-width:1px; 
	border-style:dotted; 
	border-color:#333333;}
	
	
	.dotted-div{width: 700; 
	background: #FFFFFF; 
	border-width:1px; 
	border-style:dotted; 
	border-color:#333333;}
	
.input
{
color: #000;
background: #fff;
border: 1px solid #4085D0;
width:343px;
}

.input-small
{
color: #000;
background: #fff;
border: 1px solid #4085D0;
width:30px;
}

.textarea
{
color: #000;
background: #fff;
border: 1px solid #4085D0;
}
.submit
{
color: #000;
background: #DBE8D3;
border: 1px outset #4085D0;
width:150px;
}

.head{font-size:14px; color:#58694e; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}