@charset "UTF-8";

body {
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 1em;
	color: #333333;
	letter-spacing: 1px;
}

#header {
	height: 195px;
	width: 605px;
	margin-left: 50%;
	position: absolute;
	left: -440px;
	padding-left: 275px;
	background-image: url(../images/header-drawing.gif);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
	font-size: 0.95em;
}

#header #title {
	margin-bottom: 45px;
}

#header a {
	color: #333333;
	text-decoration: none;
	background-image: none;
	padding-bottom: 12px;
}

#header a:hover {
	color: #000000;
}

#splash {
	position: absolute;
	border-top: solid 10px #e0e0a2;
	width: 100%;
	height: 1px;
	background-image: url(../images/bg_splash.gif);
	background-repeat: repeat-x;
	top: 225px;
	text-align: center;
}

#content {
	position: absolute;
	top: 251px;
	width: 880px;
	margin-left: 50%;
	left: -440px;
}
	
#content #footer {
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: center;
	clear: both;
	padding-top: 25px;
	padding-bottom: 10px;
}

.textfield {
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 2px;
	margin: 2px;
	width: 350px;
	font-family: Garamond, Georgia, "Times New Roman";
}

.formbutton {
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin: 2px;
	font-family: Garamond, Georgia, "Times New Roman";
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

.multitextfield {
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 2px;
	margin: 2px;
	width: 700px;
	height: 150px;
	max-width: 700px;
	max-height: 250px;
	font-family: Garamond, Georgia, "Times New Roman";
}

#content p {
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.tabletext {
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 1.6em;
}

#content h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #5F7425;
	margin-top: 0px;
}

#content h2 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#content h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}

#content strong {
	color: #000000;
	font-weight: bold;
}

.pbold {
	font-weight: bold;
}

#content a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	background-color: #e8e8b9;
}

#content #imageright {
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	border: 3px double #666666;
}

#content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.6em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}

#content li {
	text-align: justify;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.9em;
	padding-left: 10px;
}

#content #gallery {
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 15px;
	border: 3px double #666666;
}

#content #tutorialthumb {
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 15px;
	border: 3px double #666666;
}

