/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
        background: #fff;
	height: 100%;
}

form {
}

fieldset {
}

legend {
}

h1, h2, h3 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
        margin-bottom:10px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

ul, ol {
	font-family: Georgia,"Times New Roman", Times, serif;
	margin-bottom: 1.0em;
}

p {
	font-family: Georgia,"Times New Roman", Times, serif;
	margin-bottom: 2.0em;
	line-height: 1.2em;
}

blockquote {
	margin-left: 1.2em;
	margin-right: 1.2em;
	border: none;
        line-height: 1.3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #164450;
}

a:hover {
	text-decoration: underline;
	color: #a00;
}

/* Wrapper */

#wrapper {
	width: 600px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
}

#wrapper img {
        display:block;
	border-style: none;
}




#wrapper:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

/* maintext */

#textbody {
        margin: 30px 30px 30px 30px;
        float: auto;
	width: 800px;
}

#textbody h1 {
        padding: 0px 0px 5px 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: small;
        font-weight: bold;
        text-transform: uppercase;
        color: #a00;
}

#textbody h2 {
        padding: 0px 0px 20px 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: small;
        font-style: italic;
        line-height: 1.5em;
        color: #000;
}

#textbody img.rightside {
	float: right;
        margin: 20px 10px 0px 10px;
}

#textbody img.thumbnail {
        margin: 10px 10px 20px 10px;
        border: 1px solid;
        border-color:#000;
        height: 100px;
        float: left;
}

#textbody img.printthumb {
        margin: 10px 10px 20px 10px;
        border: 1px solid;
        border-color:#000;
        height: 200px;
}


