body {
	padding: 0;
  	background: #FFF;
	color: #333;
	font: 80%  Tahoma, "Avant Garde", Avantgarde, "Century Gothic", Verdana, sans-serif;
	 }

td, p, li, ol, ul, dt, dd, dl {
	font: 1em  Tahoma, "Avant Garde", Avantgarde, "Century Gothic", Verdana, sans-serif;
	}

a { 
	background: transparent;
	}
a:link 	{ 
	color: #039;
	}
a:visited { 
	color: #003;
	}
a:hover { 
	color: #03C;
	}
a:active { 
	color: #C00;
	}

h1, h2, h3, h4, h5, h6 { 
	color: #333; 
	font-weight: bold; 
	font-family: Tahoma, "Avant Garde", Avantgarde, "Century Gothic", Verdana, sans-serif;
	margin-bottom: 0;
	}

h1 	{
	font-size: 2em; 
	}
h2 	{
	font-size: 1.7em; 
	}
h3 	{ 
	font-size: 1.4em;
	}
h4 	{
	font-size: 1.2em;
	}
h5 	{
	font-size: 1em;
	}
h6 	{
	font-size: .9em;
	}

p 	{ 
	margin-top: 0;
	text-align: left;
	line-height: 1.25;
	}

strong	{
	font-weight: bold;
	}
em	{
	font-style: italic;
	}
	
 /* Layout */

#logobar {
	margin: 9px 0 10px 0;
	background: #FFF;
	width: 700px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: right;
	}
	
#container {
	width: 700px;
  	background: #FFF url(images/bkgnd.gif) no-repeat;
  	margin-left: auto;
  	margin-right: auto;
	}
	
#header {
	padding: 20px 25px 0 25px;
	text-align: center;
	}
	
#header-small {
	padding: 20px 25px 20px 25px;
	text-align: left;
	}

#nav {	
	margin: 0 25px 0 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	background: transparent;
	text-align: left;
	}
	
#content {
	background: transparent;
	padding: 0 25px 20px 25px;
	text-align: left;
	}
	
#contenthome {
	background: transparent;
	padding: 0 25px 20px 25px;
	text-align: left;
	}
		
#footer {
	text-align: left;
	border-top: 1px solid #666;
	clear: both;
  	background: transparent;
  	padding-top: 10px;
	}
	
#side {
	float: right;
  	background: transparent;
	margin: 0 0 10px 25px;
	width: 184px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 164px;
	}
html>body #side {
	width: 164px; /* ie5win fudge ends */
	}
	
 /* End Layout */

/* selectors are here */
		
#footer p { 
	font-size: .8em;
	}
	
#header h1 {
	color: #039;
	font-weight: normal; 
	margin-bottom: .5em;
	}
	
#header p {
	font-size: 1.4em;
	text-align: center;
	}
	
#header-small h1 {
	color: #039;
	font-size: 1.2em;
	font-weight: normal; 
	margin-top: 0;
	}
	
#header-small p {
	font-size: 1.1em;
	}
	
#nav ul {
	margin-left: 0px;
	padding-left: 0;
	display: inline;
	font-weight: bold;
	list-style: none;
	} 

#nav li {
	padding: 5px 10px 5px 10px;
	display: inline;
  	background: transparent url(images/nav-bkgnd.gif) no-repeat;
	font-weight: bold;
	}
	
#nav a:link 	{ 
	text-decoration: none;
	}
#nav a:visited { 
	text-decoration: none;
	}
#nav a:hover { 
	text-decoration: underline;
	}
#nav a:active { 
	text-decoration: underline;
	}

#contenthome ul {
	line-height: 1em;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	list-style: none;
	background: transparent;
	}
 	
#contenthome li {
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .25em;
	}
	
#side p {
	font-size: .8em;
	text-align: center;
	}
	
/* end selectors */

/* classes */

.note {
	font-size: .8em;
	font-style: italic;
	}
	
.hide {
	display: none;
	}
	
/* end classes */