html {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font: 95% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-decoration: none;
}

img {
	border: 0px;
}


h1 {
	color: #000;
	font-size: 120%;
	font-family: Helvetica, sans-serif;
	padding: 5px;
}

p.porttitle {
	font-size: 100%;
	color: #626262;
}

p.caption {
	font-size: 90%;
}

.smalltext {
	font-size: 80%;
	line-height: 20px;
}

.arrow {
	color: #FDAA04;
}


.nav {
	font: 110% Georgia, Helvetica, Arial, sans-serif;
	background-color: #eee;
	height: 20%;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.navOn {
	font: 110% Georgia, Helvetica, Arial, sans-serif;
	background-color: #eee;
	height: 20%;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #FDAA04;
	text-decoration: none;
}

a.nav:link {
	background: #eee;
	font: 110% Georgia, Helvetica, Arial, sans-serif;
	color: Black;
	text-decoration: none;
}

a.nav:visited {
	background: #eee;
	font: 110% Georgia, Helvetica, Arial, sans-serif;
	color: Black;
	text-decoration: none;
}

a.nav:hover {
	background: #eee;
	color: #FDAA04;
}

p.text {
	font: 100%/25px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.porttext {
	font: 80% Arial, Helvetica, sans-serif;
	color: #626262;
	height: 150px;
	display: block;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 20px;
}

em.text {
	font: 70% Arial, Helvetica, sans-serif;

}

#wrap {
	margin: 0;
	padding: 0;
}

#header {
	background: #fff;
	height: 30px;
	color: #99ccff;
	font: 80% Arial, Times New Roman;
}

#topimage_bg {
	background: #A0B5A4;
	height: 240px;
}

#topimage {
	background: #000;
	height: 240px;	
	padding: 0;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#container {
	background: #eee;
	width: 100%; 
	height: 20%;
	padding-bottom: 0px;
	border-bottom: dotted 1px #CCCBCB;
	border-top: dotted 1px #CCCBCB;
}

#menu {
	background: #eee;
	height: 20%;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin: 0 auto;
}

#content {
	background: #fff;
	height: 100%;
	width: 800px;
	position: relative;
	margin: 0 auto;	
}


#rightcontent {
	background: #fff;
	padding: 10px;
	float: right;
	width: 358px;
	vertical-align: top;
}

#leftcontent {
	background: #fff;
	padding: 10px 30px 0px 0px;
	float: left;
	width: 360px;
	vertical-align: top;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#littlebox {
	border: dotted 1px #CCC; 
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}



#footer {
	clear: both;
	color: #A7A6A6;
	padding-top: 5px;
	padding-bottom: 30px;
	margin: 0;
	background: #fff;
	text-align: center;
	font: 70%/18px Verdana, Arial, Helvetica, sans-serif;
	border-top: dotted 1px #CCCCCC;
}

#footer a {
	color: #A7A6A6;
}

#footer a:hover {
	color: #FDAA04;
}

