/*Here is the actual text of the comment*/

body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em
	background-image: url();
	margin: 0;
	color: #414142;
}

h1 {
	font-size: 1em;
	text-align: left;
	letter-spacing: 1px;
	font-style: normal;
	padding-left: 25px;
	color: #C1AD00;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p {
	font-size: .8em;
	line-height: 1.7em;
	padding-left: 30px;
	padding-right:40px;
}

.style1 {
	color: #C1AD00;
	letter-spacing: .7px;
	font-size: 1.1em;
	font-style: bold;
	
}

.style2 {
	color: #C1AD00;
	letter-spacing: .8px;
	font-size: 2em;
	
}

.style3 {
	color: #C1AD00;
	letter-spacing: .8px;
	font-size: .8em;
	font-style: strong;	
}



a:link {
	color: #414142;
	text-decoration: none;
}

a:visited {
	color: #414142;
	text-decoration: none;
}

a:hover {
	color: #C1AD00
	
}

a:active {
	color: #C1AD00
}


#header {background-color: #252525;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	width: 950px;
}

#navbar {
	position: absolute;
	left: 0px;
	width: 275px;
}

#main-text {
	background-color: #ffffff;
	margin-left: 300px;
	
}



#outer-image {
	height: 200px;
	background-image: url(images/outer-image2.png);
	background-position: center top;
	border-bottom: 10px #ffffff solid;
}

#inner-image {height: 200px;
	background-image: url(images/inner-image8.png);
	background-repeat: no-repeat;
	background-position: 275px 0px;
	border-bottom: 1px #ffffff solid;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
}


#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: .7em;
	border-right: 2px #C1AD00 solid;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 175px;
}

#navbar ul li a:hover {

}

#niceform {
}
