body{
	background-color:#ffffff;
	font-family: Arial, sans-serif;
	font-size: .85em;
}
	

a img{
      border: 0
}


a{
	text-decoration:underline;
	color: #333377;
}

a:hover{
	text-decoration:underline;
	color: #119911;
}


img.text{
	margin:4px;
}

/*



PAGE SPECIFIC

*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 13em;
}

#nav li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffcc;    /*  yellow: #ffffcc   camel: #cbaf89   white: #ffffff */
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#content {
	clear: left;

}

.borderlist {
    border: 1px solid black
}

br.clearboth{
	clear:both;
}

/*

TEMPLATE LAYOUT

*/


/* ------------------------ */

#dropdown {
	width:1000px;
	margin:0px;
	margin-left:-109px;
	margin-bottom:0px;
	padding:0px;
	font-family:calibri;
	font-size:15pt;

}
/* ------------------------ */


#main{
	width:1000px;
	margin:0px;
	margin-top:-160px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:0px;
	padding:0px;
}



#link_line{
	margin-left:40px;
	margin-right:18px;
}

#copyright{
	background-color:#8caec7;
	text-align:center;                 //color: white;
	font-family:calibri;
	font-size:11pt;
}
