*{
	padding: 0;
	margin: 0;
}

/*  main */

body 
{
	background: #eee url(../image/sitebg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #5c5c5c;	
	font-size: 62.5%;
	font-family: Microsoft Sans Serif,Verdana,Arial,sans-serif;
	text-align: left;
	min-width: 790px;
}
#wrapper
{
	width: 769px;
	text-align: left;
	padding: 0;
	text-align:left;
}
/* top */
#header
{
	width: 780px;
	height: 165px;
	background: url(../image/headerbg.jpg) no-repeat;
}
#logo   
{
        position:absolute;
        top:0px;
        left:0px;
}
#header h1
{
	width: 190px;
	margin: 0;
	padding: 0px;
}
#header a
{
	display: block;
	position: relative;
	top: 30px;
	width: 250px;
	height: 60px;
}
#header h1 a span
{
	display: none;
}

/* midsection */
#contentwrapper
{
	width: 769px;
}
#nav
{
	width: 225px;
	float: left;
}
#contentmid
{
	float: right;
	width: 540px;
	height: 207px;
        background-color:#fff;
        border-left:solid 1px #898989;
        border-right:solid 1px #898989;
}
#content
{
	float: right;
	width: 540px;
        background-color:#fff;
        border-left:solid 1px #898989;
        border-right:solid 1px #898989;
        border-bottom:solid 1px #898989;
}
h1
{
	padding: 0;
	margin: 10px 22px;
	font-size: 1.6em;
	font-weight: bold;
	color: #555555;
}
h2
{
	padding: 0;
	margin: 5px 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
}
p
{
	font-size: 1.2em;
	margin: 5px 24px 5px 20px;
	padding: 3px;
	text-align: justify;
}
img.image
{
margin-left:1.5em;
}

#content ul
{
	margin: 10px 24px 5px 52px;
}
#content li
{
	list-style: url(../image/arrow.gif);
	padding-bottom:  4px;
}
#content p img
{
	float: right;
	border: 5px solid #E5E5E5;
}

/*  footer  */
#footer
{
	clear: both;
	margin: 0px 0px 10px 228px;
	width: 540px;
	height: 55px;
	background-color:#eee;
	color: #5c5c5c;
	text-align: right;
	font-size: 1.1em;
	padding-top: 1em;
}


/* links */

p.cardlist a{text-decoration: none; color: #000; font-size:1.2em;}
p.cardlist a:hover{text-decoration: underline; color: #000; font-size:1.2em;}
a{text-decoration: none; color: #555; font-size:0.9em;}
a:hover{text-decoration: underline; color: #555; font-size:0.9em;}

.navlist
{
padding: 1px;
margin-left: 0;
width: 190px;
color: gray; 
margin-left: 29px;
margin-top: 20px;
}

.navlist li
{
list-style: none;
margin: 0px;
display: block;
border-bottom: 1px #fff solid;
text-align: left;
}

.navlist li a, .navlist li a:link, .navlist li a:visited
{
display: block;
font-size: 1.3em;
width: 183px;
padding: 3px 5px 3px 5px;
text-decoration: none;
color: #fff;
font-weight: bold;
}

.navlist li a:hover
{
font-weight:bold;
color: #000;
}
.navlist .active
{
font-weight:bold;
color: #fff;
background: #D8DDDA url(../image/arrow.gif) left no-repeat;
}