/*Menu Formatting*/

/*Top Menu*/
	/* General */
	#cssdropdown, #cssdropdown ul { list-style: none;text-align: center;}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { width: 132px; float: left; margin-left: -1px; border: 0px; text-align: left; background-image: url(default.gif);}
	#cssdropdown li.headlink a { display: block; padding: 10px; text-decoration: none; font-family: Arial, Helvetica; font-size: 12px; font-weight: bold;text-align: center;}
	#cssdropdown a:hover {background: #1B3F77;}
	
	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; border-top: 1px; text-align: left; background-image: url(default.gif); position: absolute; border: 0px;}
	#cssdropdown li.headlink:hover ul { display: block; width: 132px;}
	#cssdropdown li.headlink ul li a { padding: 5px; height: 17px; color: black;}
	#cssdropdown li.headlink ul li a:hover { background: #1B3F77; }
	
	/* Pretty styling */
	#cssdropdown a { color: black;} 
	#cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink { background-color: white; }
	#cssdropdown li.headlink ul { background-position: bottom; }
	#menu {position: center;}
	
/*Body Formatting*/
	#page {font-family: sans-serif; width: 805px; margin-right: auto; margin-left: auto; padding: 0px; text-align: left; top: 50px; text-align:left;}
	#centercontent { font-size: 12px; width: 802px; float: left; background: white; border: 4px outset white; padding: 5px;}	
	#articlecontent {font-size: 12px; width: 555px; float: left; background: white; padding: 5px; }	
	#picturecontent {width: 210px; float: left; background: white; padding: 5px;}
	
	#linkheader {font-size: 12px; width: 183px; float: left; background: #1B3F77; border: 0px; padding: 5px; margin-top: 0px; margin-right: 4px; margin-bottom: 0px; margin-left: 0px; color: white; font-weight: bold;}
	#linkcolumn {font-size: 12px; width: 183px; float: left; background: white; border-top: 0px; border-right: 1px #1B3F77; border-left: 1px #1B3F77; border-bottom: 1px #1B3F77; padding: 5px; margin-top: 0px; margin-right: 2px; margin-bottom: 0px; margin-left: 2px; }
	
	a { text-decoration: none;font-size: 11px; color: black;	} 
	a:hover {text-decoration: underline; color: blue;} 
	
	#frontpagearticlecontent {font-size: 12px; width: 400px; float: left; background: white; padding: 5px; border: 1px solid black;}	
		
/*Fix for IE Main table centering (had to add "text-align:left;" to "#page"*/
		body{text-align:center;}
