* {
  margin: 0;
  padding: 0;
}
body {
text-align:center;
min-width:760px;
background-color:#FAF0E6;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
width:720px;
margin: 0 auto;
text-align: left;
}
#branding {
height:60px;
padding:20px 5px 10px 0px;
margin: 0 0 10px 0;
background-color:#D3D3D3;
}
#logo {
padding:3px 0 4px 0;
margin-left: -600px;
}

#content {
width:580px;
float:right;
}
#content h1, #content h2, #content p {
padding-right:20px;
} 
#mainContent {
width:420px;
float:left;
}
#secondaryContent {
width:160px;
float:right;
}
#mainNav {
width:120px;
float:left;
padding-top:20px;
padding-bottom:20px;
}
#footer {
font-size:12px;
clear:both;
background-color:#B17B0A;
padding: 1px 20px;
background-image: url(../images/button.gif);
}

p {
	font-size:12px;
	margin-bottom:12px;
}

td {
	font-size: 0.8em;
	margin-bottom: 0.8em;
}

h1 {
margin-bottom:6px;
}

li {
font-size: 0.8em;
}

a.image {
text-decoration:underline;
color:#000000;
}

a.image:hover {
text-decoration:none;
}

div.image { 
	/*float: right;
	/*position: fixed; top: 106px;*/
	margin: 10px 0 0 0;
	/*clear: right;*/
	width: 150px;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	padding: 3px;
	line-height: 16px;
	font-size: 12px;
}

#navCont ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#navCont li { margin: 0 0 2px 0; }

#navCont a
{
display: block;
padding: 2px 10px 2px 10px;
border: 0;
width: 100px;
background-color: #999;
background-image: url(../images/button.gif);
}

#navCont a /*#navlist a:visited*/
{
color: #333;
text-decoration: none;
}

#navCont a:hover
{
border: 0;
background-image: url(../images/button-over.gif);
color: #EEE;
}
/*tables*/

table {
border-top: 1px solid #999;
border-left: 1px solid #999;
}

th, td {
padding:10px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}

th {
font-size: 0.8em;
background: #D3D3D3;
}
