/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

Last Updated: David Henry
Date: 10/10/2009 */     


@import url("/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */



/* MAIN */
div#main
{
	float: left;
	width: 680px;
	margin-top:0px;
	
}


#main a,#main a:link,#main a:active
{

	font-size:1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#70ABF0;

}


#main a:hover
{

	font-size:1em;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color:#6294CF;

}



