@charset "utf-8";
/* CSS Document by WORD Web Design */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #294417;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eddc9e;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 200;
}

#procedurecontainer {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 400;
}

#procedurecontainerwide {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 500;
}


.padding10 {
	padding: 10px;
}
.padding20 {
	padding: 20px;
}
.paddingright20 {
	padding-right: 20px;
}

/* font styles */

.whitetext {
	color: #DDE1D0;
}
.whitetextsmall {
	color: #DDE1D0;
	font-size: 10px;
}
.whitetextmed {
	color: #DDE1D0;
	font-size: 16px;
}
.whitetextlarge {
	color: #DDE1D0;
	font-size: 22px;
}
.small10 {
	color: #333;
	font-size: 10px;
}
.small10ctr {
	color: #333;
	font-size: 10px;
	text-align: center;
}
.smallsubheader {
	font-size: 11px;
	color: #294417;
}
.h1 {
	font-size: 22px;
	font-weight: bold;
	color: #294417;
}
.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.h3 {
	font-size: 16px;
	font-weight: bold;
}

.formtext {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	color: #411E20;
	padding-right: 10px;
}
.whitetext {
	color: #FFF;
}


/**link styles **/
a:link {
	color: #294417;
}
a:visited {
	color: #294417;
}
a:hover {
	color: #000;
}
a:active {
	color: #294417;
}

a.wtm:link {
	color: #DDE1D0;
	font-size: 16px;
	text-decoration: none;
}
a.wtm:visited {
	color: #DDE1D0;
	font-size: 16px;
	text-decoration: none;
}
a.wtm:hover {
	color: #FFF;
	font-size: 16px;
	text-decoration: underline;
}
a.wtm:active {
	color: #DDE1D0;
	font-size: 16px;
	text-decoration: none;
}

/**sub-footer menu links **/
a.ftrmenu:link {
	color: #294417;
}
a.ftrmenu:visited {
	color: #294417;
}
a.ftrmenu:hover {
	color: #FFF;
	text-decoration: none;
}
a.ftrmenu:active {
	color: #294417;
}

