html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background-color:#c3d4c3;
	color: Black;
	font-family: Arial, Verdana, sans-serif;
	font-size/**/:/**/ small; /* base font size for standards compliant browsers (including IE6) */
}

#container {
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	height:auto;
	border:1px solid #013701;
}

#banner, #contentContainer, #footer, #navigation {
	width:720px;
	margin:10px;
	margin-left:auto;
	margin-left:auto;
}

#banner {
	min-height:150px;
	background-color:#fff;
	cursor:pointer;
}

#navigation {
	text-align:center;
	background-color:#013701;
}

#navigation table {
	width:100%;
	height:30px;
	color:#fff;
	padding:1px;
	font-weight:bold;
}

#navigation td {
	width:33%;
	border:1px solid white;
	background-color:#013701;
	background-image:url(gradientbg.png);
	background-position:center left;
	background-repeat:repeat-x;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color:white;
	text-decoration:none;
}

#navigation td:hover, #navigation td.current {
	cursor:pointer;
	background-color:#006600;
	text-decoration:none;
}

#contentContainer {
	background-color:#c3d4c3;
	width:auto;
	min-height:400px;
	margin:10px;
	padding:5px;
}

#content {
	min-height:400px;
	padding:15px;
	background-color:#fff;
}

#content img {
	margin:5px;
	border:2px solid #013701;
}

#footer {
	text-align:center;
	background-color:#013701;
}

#footer table {
	width:100%;
	height:30px;
	color:#fff;
	padding:1px;
}

#footer td {
	border:1px solid white;
	background-color:#013701;
	background-image:url(gradientbg.png);
	background-position:center left;
	background-repeat:repeat-x;
}

.caption {
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
}

