* {
 	padding: 0;
 	margin: 0;
 	border: 0;
}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #071413;
}
#holder {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	margin-top: 155px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#main {
	background-color: #FFFFFF;
	float: left;
	margin: 10px;
	padding: 10px;
}
.mainFull {
	width: 670px;
	margin: 20px;
	float: left;
}
.mainBig {
	width: 348px;
	margin: 20px;
	float: left;
}
.mainSmall {
	width: 280px;
	margin: 20px;
	float: left;
}
#footer {
	clear: left;
	font-size: 12px;
	color: #708678;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
#footer a:link, a:visited {
	color: #b2c8ba;
}
#footer a:hover {
	color: #708678;
}
p {
	margin-bottom: 20px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE1CD;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBE1CD;
}

a:link, a:visited {
	color: #778060;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 8px;
	list-style-image: url(../img/li.gif);
}
input {
	background-color: #F6F7F1;
	border: 1px solid #DBE1CD;
	padding: 5px;
	margin-bottom: 5px;
}
textarea {
	background-color: #F6F7F1;
	border: 1px solid #DBE1CD;
	padding: 5px;
	margin-bottom: 5px;
}

select {
    background-color: #F6F7F1;
    border: 1px solid #DBE1CD;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 3px;
}

option {
	padding-right: 14px;
}


.nav {
	/*background-color: #071413;*/
}
.nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}
.nav a {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	padding: 10px;
	text-decoration: none;
	/*background-image: url(../img/nav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.nav a:hover {
	/*background-position: top;*/
	color: #C4C7A8;
}
.selected a:link, .selected a:visited {
	/*background-position: top;*/
	color: #778060;
}
.download {
	width: 280px;
	height: 170px;
	overflow: hidden;
}
.download a {
	background-image: url(../img/download.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 180px;
}
.download a:hover {
	background-position: 0px -170px;
}
.green {
	color: #009933;
}
.red {
	color: #FF0000;
}
.inTextImg {
	margin: 10px;
}

