html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #2B4E23;
	font-family: Helvetica, Arial, sans-serif;
	color: #2B4E23;
}

#wrapper {
	
	width: 900px;
	height: 920px;
	text-align: center;
	margin: 0 auto;
	padding: none;
	background-color:#FFF;
	border: 1px solid #000;
}

/* FORM --------------------------------------------------------*/



/* FORMAT --------------------------------------------------------*/


#cont-top {
	
	width: 900px;
	height: 90px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#cont-left {
	float: left;
	width: 390px;
	height: 640px;
	margin-right: 10px;	
	margin-top: 0px;
}

#cont-left-text {
	float: left;
	width: 370px;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
}

#cont-right {
	float: left;
	width: 490px;
	height: 640px;
}

#cont-right-text {
	float: left;
	width: 480px;
	text-align: left;
	margin-left: 15px;
	margin-top: 0px;
}

#image-right {
	width: 500px;
	height: 94px;
	
}

#intro {
	width: 500px;
	height: 120px;
	background: #2B4E23;
	text-align: left;
	margin-top: 6px;
}

#cont-form-text {
	width: 500px;
	height: 500px;
	background: #EDEDED;
	text-align: left;
	margin-top: 0px;
}

#nav {
	width: 900px;
	text-align: left;
	margin-bottom: 10px;
}
#footer {
	width: 900px;
	text-align: center;
	margin-top: 120px;
	background-color:#FFF;
}

/* CONTENT --------------------------------------------------------*/

.copyright {
	font-size: 10px;
}

/* COMMON --------------------------------------------------------*/

.clear {
	clear: both;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	text-align:left;
	font-weight:100;
	color: #2B4E23;
	margin: 0px 0;
}

h3 {
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	color: #2B4E23;
	margin: 0px 0;
}

p {
	
	margin-top: 5px;
}

.intro-text {
	margin-left: 10px;
	padding-top: 5px;
	font-size: 18px;
	font-weight:500;
	line-height: 20px;
	font-style:italic;
	color: #fff;
	width:auto;
}

.form-text {
	margin-left: 10px;
	padding-top: 5px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight:700;
	line-height: 20px;
	color: #2B4E23;
}

.nav-links {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #2B4E23;
}

.nav-links a:link,
.nav-links a:visited {
	color: #2B4E23;
	text-decoration: none;
}

.nav-links a:hover,
.nav-links a:active {
	color: #A3C83F;
	text-decoration: none;
}
.active{
	color: #A3C83F;
	text-decoration: none;
}

/* WHY DO I NEED THIS? --------------------------------------------------------*/

#cont-wrap {
	width: 860px;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #000;
	background: blue;
}

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background:#030;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 74px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background:#693;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background#363;}
		
		#jsddm li ul li a:hover
		{	background:#693;}