/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #7E7E7E;
}

h2 {
	letter-spacing: normal;
	font-size: 20px;
}

h3 {
	font-size: 20px;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	/*color: #0000FF;*/
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

li {
	color: #7E7E7E;
}

li a:link {
	/*border-bottom: 1px dotted #A33000;*/
	color: #0033CC;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #000000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 0px solid #7E7E7E;
}

/* Header */

#header {
	width: 860px;
	height: 215px;
	margin: 0 auto;
	/* background-image: url(images/backbrd.jpg); */
	/*border: 0px solid #000000; */
}

#header * {
	margin: 0 auto;
	padding: 0px;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #006600;
}

#header h1 {
	padding: 12px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 860px;
	margin: 0 auto;
	background: #FFFFFF;
	/* background-image: url(images/backbrd.jpg); */
	border: 0px solid #000000;
	border-top: none;
}

#spacebox {
	width: 860px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	/* background-image: url(images/backbrd.jpg); */
}

#spacebox1 {
	width: 860px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 0px solid #000000;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	/* background-image: url(images/backbrd2.jpg); */
	background-repeat: no-repeat;
}

#smallbox {
	width: 86px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-image: url(images/backbrd.jpg);
}

#colOne {
	float: left;
	width: 191px;
	padding: 5px 5px 5px 15px;
	border: 0px solid #B90000;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 620px;
	padding: 10px 10px 5px 10px;
	border-left:1px solid #999999;
}

#colThree {
	float: left;
	width: 170px;
	padding: 5px 10px;
	border: 0px solid #B90000;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #FFFFFF;
}

#style98 {font-size: 12px;}
