/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


body {
	color: #000000;
	background-color: #CCCC99;
	margin: 20px 0px 10px 0px;
}

#container {
	position: relative;
	background-image: url(images/tans/outside_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 55px;
}

#banner {
	margin-left: 10px;
	position: relative;
	height: 55px;
}

#banner h1{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999966;
}

#logo {
	background-image: url(images/tans/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 5px;
	height: 34px;
	width: 259px;
}

#slogan {
	position: absolute;
	left: 50px;
	top: 40px;
	background-image: url(images/tans/slogan.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 197px;
}

#navigation {
	margin-top: -20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
	position: relative;
	width: 97%;
	display: block;
}

#navigation ul{
	list-style: none;
	float: right;
}

#navigation li {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999966;
}

#navigation a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #336633;
	padding: 0 5px;
}

#maincontent {
	margin: 40px 40px 20px 38px;
	padding: 10px;
	border: 1px solid #999966;
	background-image: url(images/tans/middle_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #D6D6B2;
	font-size: .8em;
	position: relative;
}

#maincontent li{
	margin-left: 20px;
}
#footer{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999966;
	background-color: #CCCC99;
	font-size: 0.6em;
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

a {
	color: #336633;
}

a:hover, #navigation a:hover {
	color: #333300;
}

h4 {
	margin-top: 10px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 15px;
	color: #336633;
}

#maincontent ul, #maincontent p{
	margin-top: 10px;
}

.floatimageright
{
	position: relative;
	float: right;
	margin-right: 30px;
}
.clearshow {
	clear: both;
}

