body {
	background-image: url(images/lay2_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e1eef9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}

a:link, a:visited, a:hover, a:active {
	color: #2898d2;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 10px;
}

#wrapper {
	background-image: url(images/lay2_footer.png);
	background-repeat: no-repeat;
	background-position: 100px bottom;
	width: 1025px;
	margin: 0px auto;
	margin-top: 75px;
	position: relative;
}

#top {
	background-image: url(images/lay2_top.png);
	background-repeat: no-repeat;
	width: 1025px;
	height: 253px;
	margin: 0px;
}

#content {
	background-color: #FFF;
	width: 695px;
	min-height: 400px;
	position: relative;
	left: 300px;
	margin: 0px;
	padding: 15px;
}

#footer {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: #FFF;
	width: 695px;
	position: relative;
	left: 300px;
	margin: 0px;
	padding: 15px;
}

#nav {
	position: absolute;
	top: 200px;
	left: 395px;
	width: 615px;
	height: 22px;
	text-align: right;
}

#nav a:link, #nav a:visited {
	display: inline-block;
	color: #CCC;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-top: 3px;
}

#nav a:hover, #nav a:active {
	color: #FFF;	
}

.block {
	color: #947c26;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-color: #f5e6b1;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

.block2 {
	background-color: #dcf0c3;
	background-image: url(images/lay2_edges.gif);
	background-position: -7px -8px;
	background-repeat: no-repeat;
	width: 400px;
}

.br {
	background-image: url(images/lay2_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px;
}

strong {
	color: #acc163;
}

em {
	color: #c3a40b;	
}

h1:first-letter {
	color: #8cc63f;
}

h1 {
	color: #828282;
	background-image: url(images/lay2_header.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	padding: 5px 0px 0px 90px;
	height: 63px;
	line-height: normal;
}

h2 {
	color: #2a7f9b;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

ul {
	list-style-image: url(images/lay2_bullet.gif);
	list-style-position: outside;
	margin: 10px;
}

li {
	margin: 5px;	
}

.style1 {
	border: #c4c4c4 1px solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 15px;
}

.top {
	color: #45668a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	border-bottom: #9098a9 2px solid;
}

.lightgreen {
	background-color: #d1ecae;
}

input, textarea, option, select {
	background-color: #d1ecae;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8ac542;
	border: #8ac542 2px solid;
	margin: 2px;
	padding: 5px; 
	font-size: 16px;
}

input:hover, textarea:hover, option:hover, select:hover {
	color: #8ac542;
	border-color: #8ac542;
	background-color: #fff4b6;
}

input:focus, textarea:focus, option:focus, select:focus {
	color: #000000;
	border-color: #000000;
	background-color: #fff4b6;
}

