/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #77933D;}
a:hover {color: #C60;}

body {
	background: #7E984D url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

table { 
    border: 1px solid black; 
    width: 600px;
}

td {
   padding: 3px 3px 3px 3px;
   text-align: center;
}

.alt {
   background-color: #c9c9c9;
   padding: 3px 3px 3px 3px;
   text-align: center;
}

th {
   background-color: #c9c9c9;
   padding: 3px 3px 3px 3px;
   text-align: center;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
        float: right;
       }

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 630px;
}

/* header */
.top {
	padding: 10px 10px 0 10px;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
	width: 630px;
}
.header .left {
	color: #FFF;
	background-color: #77933D;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
    width: 630px;
	text-align: left;	
}
.header .right {
	color: #FFF;
	width: 100px;
	background-color: #77933D;
	line-height: 105px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
table.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #D8EBD8;
    width: 630px;
	height: 41px;
}

table.navigation td {
	border: 1px solid #D8EBD8;
}

table.navigation a:link {
	color: #333300;
	font: bold 1.3em sans-serif;
	line-height: 41px;
	padding: 0 0px 0 0px;
	text-decoration: none;
}

table.navigation a:visited {
	color: #333300;
	font: bold 1.3em sans-serif;
	line-height: 41px;
	padding: 0 0px 0 0px;
	text-decoration: none;
}

table.navigation a:hover {
	color: #ffffff;
	font: bold 1.3em sans-serif;
	line-height; 41px;
	padding: 0 0px 0 0px;
	text-decoration: none;
}

/* main */
.main {
	border-top: 4px solid #FFF;
    background-color: #f3f4f0;
}

/* content */
.content {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	width: 605px;
}

.content p
{
    color: #969696;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold .8em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}



