body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #605060;
	margin: 1em;
	font-size: .9em;
}
h1 {font-size: 1.3em; font-weight:bold;}
h2 {font-size: 1.1em; font-weight:bold;}
h2.red {font-size: 1.1em; font-weight:bold; color:#990000;}
h3 {font-size: .9em; font-weight:bold;}
p{font-size: .9em;}

/*skip navigation */
#skip {visibility:visible;
font-size: .1em;
color: #605060;
}
#skip a{
text-decoration: none;
color: #605060;
}
#skip a:hover {
text-decoration: underline;
color: #605060;
}

/*divs*/

#master {
	background: #605060;
	/*border: 1px solid #000000;*/
	width: 95%;
}

#container {
  width: 100%;
  float: right;
  margin-left: -150px;
}
#wrapper {
  background:#605060 url('../images/background150.gif') repeat-y left;
}
#sidebar {
	width: 145px;
	float: left;
	padding-top: .5em;
	padding-bottom: .5em;
}
#sidebar p{
	font-size: .7em;
	color: #FFFFFF;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	margin: 0px 0px .2em 0px;
}
#sidebar li a {
	font-size: .7em;
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: .1em;
	padding-top: .1em;
}
#sidebar li a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
#sidebar a{
	font-size: .9em;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: .2em;
	padding-top: .2em;
}
#sidebar a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#content {
	background: #605060;
	margin-left: 200px;
	color: #fff;
	padding: .5em;
}
#content h1 {
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#content ul {
	list-style: square;
}
#content li {
	padding-left: 4px;
}
#content a:link, a:visited {
	color: #003399;
	font-weight:bold;
	text-decoration: none;
}
#content a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight:bold;
}
.bigger {font-size:.9em;}
.lrg{
	font-size: 1.6em;
	font-style: oblique;
}

.clearing {
  height: 0;
  clear: both;
}
#homel a:link, .homelink a:hover {text-decoration: none; color: #FFF;}

#footer {
  background: #605060;
  clear: both; 
  border: 1px solid #cecea5;
}