body {
/* font-size: large; */
/* font-size: 1em; */
font-size: 10px;
font-family:verdana,helvetica,arial,sans-serif;
}

#wrapper{
	text-align:left;
}

#header {
display: none;
}

#left {
 display: none;
}

#topnavlist {
  display: none;
}

#right {
	border-left: solid 1px #bebebe;
	float: right;
	padding: 10px 5px 0px 5px;
}

#right li {
	margin-top: 15px;
}

#right div.squashedlist li {
	margin-top: 5px;
}

#footer 
{
clear: both;
}

.intro {
	border-left: 2px solid #FFA500;
	border-right: 1px solid #FFA500;
	border-top: 1px solid #FFA500;
	border-bottom: 1px solid #FFA500;
	background-color:#ffc;
	margin: 10px 0px 10px 20px;
}

#right p {
	margin: 10px 0px 10px 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

h1 {
 	font-size: 130%;
 	padding: 0;
}
h2 {
	font-size: 120%;
    }

a, a:link  {
color: blue; 
}

a:visited  {
color: #9999cc; 
}

a:hover {
color: #f00025; 
}

a:active {
color: #f00025; 
}

a img {
border: none; 
}


#leftnavlist {
   margin: 0;
   padding: 2px;
   list-style-type: none;
}

#leftnavlist li {
   margin-bottom: 5px;
   border: 1px solid #9b8748;
}



#leftnavlist a {
   background: #ffc;
   color: #333;
   display: block;
   padding-left: 10px;
   text-decoration: none;
}

#leftnavlist a:hover {
   background: #fff;
   color: #333;
   text-decoration: none;
}

#leftnavlist .leftnavsection {
background: #ffc;
color: #333;
margin-top: 10px;
font-weight: bold;
background: #ffc url(../img/top-crop.png) repeat-x top left;
}


table {
	width: 90%;
	border: 1px solid #000;
	background: #fff;
	margin: 10px 0px 10px 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


table th, table td {
	margin: 0;
	padding: 8px 20px;
	border-bottom: 1px solid #b5b5b5;
}

table tr {
	background: #e6e6e6;
}

table tr.alt {
	background: #f1f1f1;
}

table tr.heading {
	background: #fff;
}
