<!--

body
{
height: 100%;
background-color: #EFEBEB;
font-family:Verdana, Arial;
font-size:12px;
font-weight:normal;
color: #333333;
}


#container
 {
margin: 0 auto;
width: 750px;
background-color: #758E3B;

}

#top
{
  text-align:center;
	list-style: none;
	background-color: #000;
	padding: 0 0 10px 0;
}
#top p
{
	padding: 0;
	margin: 0;
}
#top .SiteTitle
{
	font-weight: bold;
	font-size: 2.5em;
	color: #FFFF00;
}
#top .SubTitle
{
	font-weight: bold;
	font-size: 1.5em;
	color: #eee;
}

#top a {
font-size:12px;
color:#eee;
font-weight:normal;
text-decoration:underline;
}

#top a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


h1 {
font-family:Verdana, Arial;
font-size:28px;
text-align:center;
color:#FFFF00;
}

h2 {
font-family:Verdana, Arial;
font-size:20px;
text-align:center;
color:#808080;
}

h3 {
font-family:Verdana, Arial;
font-size:16px;
text-align:left;
color:#808080;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 0.5em;

}


#rightnav a {
font-size:12px;
color:#eee;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#rightnav a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}



#content
{
background-image: url("images/background1.gif");
margin-right: 170px;
padding: 20px;
background-color:#ffffff;
}

#content a {
font-size:12px;
color:#347879;
font-weight:normal;
text-decoration:underline;
}

#content a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

#footer
{
clear: both;
margin: 0;
padding: 10px;
color: #000000;
background-color: #758E3B;

}

#footer a {
font-size:12px;
color:#eee;
font-weight:normal;
text-decoration:underline;
}

#footer a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

-->

