@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
.clear {
	clear:both;
}
a, a img, img {
	text-decoration: none;
	border-width: 0px;
	outline: none;
	border-style: none;
}
a {
	font-weight: bold;
	color: #68735B;
}

a:hover {
	text-decoration: underline;
}
#banner {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 583px;
	background: #f2f2f2;
	border: 3px solid #FFFFFF;
	margin: 10px auto 20px;
	text-align: left;
}
#header {
	color: #818E72;
	background: #E2E1E1;
	border-bottom: 5px double #FFFFFF;
	padding: 10px;
}

#header h1 {
	font-size: 1.9em;
	text-align: center;
	margin: 5px 0px;
	padding: 15px 0px;
	border-bottom: 1px dotted #818E72;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#header p {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	font-size: 0.8em;
}
#content {
	clear: both;
	color: #333333;
	margin: 10px 50px;
}
#content h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}
#content a {
	font-size: 12px;
	color: #0066FF;
	word-wrap: break-word;
}
#content p {
	font-size: 0.9em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
#content p em {
	margin-left: 10px;
	font-size: 1.1em;
}
#pageLinks {
	overflow: hidden;

}
* html #pageLinks {
	zoom: 1;

}
.nextLink {
	text-align: right;
	float: right;
}
.backLink {
	float: left;
}


#footer address {
	text-align: center;
	font-style: normal;
	font-size: 0.8em;
	background: #e2e1e1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-top: 5px double #FFFFFF;
	line-height: 1.3em;
}

.underline {
	text-decoration: underline;
}

#content h2 {
 	font-size: 17px;
	margin-top: 55px;
 }
#content h2 span {
 	color: #990000;
 }
 
#content ul {
 	list-style-position: inside;
	padding-left: 40px;
	margin-bottom: 0;
 }
#content ul li {
 	padding-bottom: 15px;
	list-style-position: outside;
 }
 #content ul li:last-child {
 	padding-bottom: 0;
 }
 #content p em {
 	margin-left: 0;
 }
  #content p a {
 	display: block;
	margin: 2px 0 40px;
 }

