html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-color: #000000;
background-image: url("images/background.jpg");
background-position: top center;
background-repeat: repeat-x;
margin: 0;
}

img { 
	border:none;
	vertical-align:bottom;
	}

#slideshow {
    position:relative;
    height:346px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow A.active {
    z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}


.content {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
}

.title {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: regular;
	line-height: 30px;
	font-weight: regular;
	color: #000000;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
}

a:link {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #3B440C;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #3B440C;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #282E07;
	text-align: left;
	text-indent: 0;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: regular;
	font-weight: normal;
	color: #3B440C;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	line-height: 20px;
	font-weight: normal;
	color: #E5E5E5;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0;
}

a.footer:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #E5E5E5;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a.footer:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #E5E5E5;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 0;
	text-decoration: underline;
}
a.footer:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: regular;
	font-weight: normal;
	color: #E5E5E5;
	text-align: left;
	text-indent: 0;
	text-decoration: none;
}

.textInput {
	width: 260px;
	height: 25px;
	font-family: Georgia;
	color: #000000;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #686159;
}

.textBox {
	width: 260px;
	height: 200px;
	font-family: Georgia;
	color: #000000;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #686159;
}

input.btn {
  width: 100px;
  height: 25px;
  color:#000000;
  font-family: Georgia;
  background-color:#FFFFFF;
  border:1px solid;
  border: 1px solid #686159;
}