/*** Global Settings ****/
body 
{
	font : normal 1em Tahoma, Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background:#FFFFFF;
	background-image: url(../images/bkgd2.gif);
}
p 
{
	font: .85em Tahoma, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	line-height: 140%;
	margin-top: 10px;
}
a:visited, a:link 
{

color : #009390;text-decoration : underline;
background:none;
}
a:hover 
{
	color : #006699;
	text-decoration : none;
	background:none;
}
h1 
{
	color : #009390;
	margin: 0 0 0 0px;
	padding: 10px 0 10px 0;
	font : normal 1.4em Georgia, serif;
	border-bottom : 1px solid #999;
}
h2 
{
	color : #CC3300;
	margin : 12px 0 10px;
	padding: 5px 0 10px 0;
	font : normal 1.2em Georgia, serif;
	border-bottom : 1px solid #999;
}
h3 
{
	color : #CC3300;
	margin : 10px 0;
	padding-bottom : 10px;
	font : bold 1em Tahoma, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid;
	border-bottom-color: #99CCCC;
}
ul 
{
	padding:0;
	margin:10px 0 0 17px;
	font: .85em Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
	list-style-type: square;
}
.box 
{
	background : #dcf2db;
	border : 1px solid #ccc;
	padding : 15px;
	margin-top: 0px;
	border-top-style: ridge;
}


/*** Layout ****/
#wrapper 
{
	margin : 0 auto;
	width : 791px;
	border-left : 0px solid #f0e9eb;
	border-right : 0px solid #f0e9eb;
	background-color: #FBFFF2;
}
#header 
{
	margin : 0;
	border-bottom: 2px solid #Fcba5e;
}
.photo {
	border: 1px solid #CCCCCC;
}
#banner 
{
	height : 172px;
	border-bottom: 1px solid #FF6633;
}

/*** Navigation ****/
#nav 
	{
	background : #009390;
	padding : 15px 0 5px 0;
	text-align : center;
	color : #FF9966;
	}
#nav a:visited, #nav a:link 
	{
	text-decoration : none;
	color : #FFFFFF;
	font-size: 0.8em;
	font-stretch: -3;
	}
#nav a:hover 
	{
	text-decoration : underline;
	color : #FFFFFF;
		}
		
/*** Content ****/
#main-content 
{
	margin : 0 auto;
	font-size: .9em;
}
#logo 
{
	margin-bottom : 45px;
	position: absolute;
	margin-top: -20px;
}
.logotxt1 
{
	font : normal 1em Georgia, serif;
	color : #CC3333;
	margin : 10px 0 0 0px;
	line-height: 160%;
}
.logotxt2 
{
	font : normal 1.1em Georgia, serif;
	color : #009390;
}

#left-column 
{
	width : 460px;
	padding : 20px 30px 30px;
	float : left;
}
#left-column-wide
{
width : 725px;
padding : 20px 30px 30px;
float : left;
}
#right-column 
{
	width : 270px;
	float : right;
	padding-top:20px;
}
#right-column a
{
	line-height: 170%;
}
/*** Sidebar ***/
#main-image 
{
text-align : center;
}
.sidebar 
{
width : 218px;
margin : 0 auto;
padding : 10px 25px 10px 10px;
background : url(images/shadow.jpg) no-repeat top;
}
.smaller {
	font-size: 90%;
}
.crd a:visited, .crd a:link, .crd a:hover
{
text-decoration : none;color : #2a3845;
cursor: text;
}

/*** Footer ****/
#footer 
{
	background : #81C7D4;
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	color:#006666;
	clear : both;
	font-size: 0.85em;
	text-align: center;
	font-family: Arial, Helvetica, "sans serif";
}
#footer a:visited, #footer a:link 
	{
	text-decoration : none;
	color : #003366;
	}
#footer a:hover 
	{
		color : #fff;
		}


 /* SKIP NAVIGATION */
 
 /* these elements will be hidden from display, 
 although screen readers will see them */
#skip a, #skip a:hover, #skip a:visited, .hidden
 { 
 border:0;
 position:absolute; 
 left:0px; 
 top:-500px; 
 width:2px; 
 height:2px; 
 overflow:hidden;
 } 
  
#skip a:active 
 { 
 border:0;
 position:static; 
 width:auto; 
 height:auto; 
 }	
