/* CSS Document */

body {
	background: #333333 url(img/bg.gif) fixed;
	margin: 10px 0px 30px;
	font-family: "Courier New", Courier, mono, Verdana;

}

#maincontainer{
	width: 800px;
	margin: 0 auto;
	background: #cccbaf url(img/content-bg.gif) repeat-y;
	border-top:solid 7px black;
}

#header {
	height:185px;
	background: url(img/header4.jpg) no-repeat;
	}

#contentwrapper {float: left;width: 100%;}

#leftcolumn{
	width: 162px;
	height: 483px;
	text-align: center;
	background: url(img/leftpanel2.jpg) no-repeat left top;
	float: left;
	padding-top:170px;
}

#leftcolumn img {
	width: 140px;
	height: 250px;
}

#content {
	float:left;
	width: 638px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#content h1, 
#content h2,
#content p{
	padding-left:15px;
	padding-right:15px;
}

#content h1{
	font: bold small-caps 30px Georgia, "Times New Roman";
	margin-top: 5px;
	margin-bottom: 5px;
}

 #content h2 {
	font: bold 18px Georgia, "Times New Roman";
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#content a, 
#content a:link {
	color: black;
	text-decoration: underline;
	font-weight:normal;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;}

#topnav{
	display:block;
	width:310px;
	text-align:center;
	position:relative;
	left:193px;
	top: -2px;
}
	
#topnav a, 
#topnav a:link, 
#footer a, 
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	}
	
#topnav a:hover, 
#footer a:hover{
	color: #80B47E;
	text-decoration: underline;
	}
	
#topnav img, 
#footer img{
	margin-left:5px;
	margin-right:5px;
	width:13px;
	height:13px;
	vertical-align: middle;
}

#footer{
	text-align:center;
	background-color:black;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	clear:left;
	width: 100%;
	padding: 6px 0px;
}

#footer hr {
	height:1px;
	border-top: 1px dashed #666666;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#nav {
	position:relative;
	left:18px;
	top:110px;
	width: 162px;
	display:block;
}

#nav a, 
#nav a:link {
	width:138px;
	background: #cccbaf url(img/star.gif) no-repeat 5px center;
	padding: 1px;
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #000000;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	display:block;
	margin-top:7px
}

#nav a:hover {
	color: #FFFFFF;
	background: #000000 url(img/star-over.gif) no-repeat 5px center;
}

#content div {padding:15px 0px 15px 0px;margin:15px}

.green {
	background-color:#a4bd93;
	font: 13px/18px Arial, Helvetica, sans-serif;
}
.pink {background-color:#cd7ed1;}
.beige {background-color:#bdb181;}
.greenforest {background-color:#4b784d;}
.blue {background-color:#285491;}
.brown {background-color:#7d7560;}
.greenapple {background-color:#a9d081;}

.green h1 {text-decoration:underline}

.picleft {
	float:left;
	position: relative;
	top: -15px;
}

.picright {
	float:right;
	position: relative;
	top: -15px;}
	
#hide {display:none}

.ibox {
	background: #EAE9BF;
	border: 1px solid #CC9900;
	display: table-cell;
	width: 100%;
}

#submitbutton{
	background: #000000 url(img/star-over.gif) no-repeat 7px center;
	width:100px;
	color: white;
	cursor: pointer;
	font: bold 16px "Courier New", Courier, mono, Verdana;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #666666;
	margin-right: 5px;
	height: 30px;
	text-indent: 10px;
}

#submitbutton:hover {
	border-color: #FFFFFF;
}
