html, body
{
 height: 100%;
 margin: 0;
 padding: 0;
 background: white;
}

body, p, td, input, textarea
{
 font-family:Palatino,Georgia,serif;
 font-size: 14px;
line-height: 18px;
 color: black;
}



ul {

list-style-type: square;

}



a
{
 text-decoration: none;
 color: black;

}	

A:link{

	color: #07AFC6;

	text-decoration:none;



}

	A:visited{color:#1EB1C5;text-decoration:none;}

	A:active{color:#000000;text-decoration:none;}

	A:hover{color:#000000;text-decoration:none;}
	
	
.copy        {
    font-size:11px;
    font-family:verdana, arial, sans-serif;
  color:#CCCCCC;

}

.copy a:link,
.copy a:visited,
.copy a:active {

	color: #CCCCCC;

	font-weight: normal;

	text-decoration: hover;

}
.copy a:hover {

	color: #CCCCCC;

	font-weight: normal;

	text-decoration: underline;

}
	
#frame 
{
	width: 764px;
	margin: auto;

}

#footer
{
 text-align: center;
 clear: both;
}

#logo
{
 width: 319px;
 height: 145px;
 float: left;
 display: block;
}

#topnav
{
 float: right;
 width: 390px;
 height: 85px;
 border-bottom: 1px solid black;
 display: block;
 margin: 0;
 padding: 0 0 0 45px;
 list-style: none;
 font-family: myriad, arial;
 font-weight: bold;

}




#topnav li
{
 margin: 65px 0 0 35px;
 float: left;
 text-indent: 0;
 display: inline; /* Fix for IE double margin float bug */
 white-space: nowrap;

}


h1
{
 font-weight: normal;
 font-size: 26px;
line-height: 34px;
 height: 34px;
 clear: right;
 margin: 0;
 padding: 25px 0 0 0;
 float: right;
 width: 445px;
}


h2
{
 font-weight: normal;
 font-size: 22px;
}



#sidenav
{
 clear:both;
 width: 93px;
 float: left;
 display: block;
 margin: 0;
 padding: 0;
 list-style: none;
 font-family: myriad, arial;
 font-weight: bold;
}


#sidenav li
{
 margin: 14px 0 17px 0;
 padding: 0;
}


#content
{
 float: right;
 width: 664px;
 padding: 0 7px 7px 0;
}



#content.fullwidth
{
 width: 644px;
 padding: 0 7px 7px 20px;
}



.inset
{
 margin-left: 226px;
}

.widebar .inset
{
 margin-left: 285px;
 margin-right: 70px;
}

#sidebar
{
 width: 219px;
 margin: 0;
 padding: 0;
 float: left;
}

.widebar #sidebar
{
 width: 275px;
 margin: 0;
 padding: 0;
 float: left;
}

.clear
{
 font-size: 1px;
 height: 1px;
 line-height: 0;
 clear: both;
}