body, h3, div, ul, p {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	line-height:18px;
}

h1 {
    font-family: times, "Times New Roman", times-roman, georgia, serif;
    color: #444;
    margin: 0;
    padding: 0px 0px 6px 0px;
    font-size: 48px;
    line-height: 44px;
    letter-spacing: -2px;
    font-weight: bold;
}

h2 {
    font-family: times, "Times New Roman", times-roman, georgia, serif;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px; color: #444;
}

p, ul, table {
    color: #444;
    font-size: 14px;
    text-align: left;
    margin: 5px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

div#content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    text-align: center;
    background-image: url('/images/Header-Sample-1-Background.gif');
    background-repeat: repeat-x;
}

div#cherry {
    position: absolute;
    left: 10px;
    top: 10px;
}

div#topmenu {
    background-image: url('/1/images/Menubar-Background.gif');
    background-repeat: no-repeat;
}

div#bodyContent {
    position: relative;
    margin: 30px auto 0 auto;
    background-repeat: repeat-y;
    width: 800px;
}

div#bodyContent p {
    padding-bottom: 10px;
    font-family: Helvetica, "Times New Roman", sans;
}

div#footerContent {
	position: relative;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 800px;
    margin: 0 auto 0 auto;
}

div#footerContent p {
    font-family: Helvetica, "Times New Roman", sans;
    font-size: x-small;
    color: #000000;
    text-align: center;
}

div#contact-a {
	float: left;
	width: 50%;
}

div#contact-b {
	float: left;
	width: 50%;
}

div#contact p {
	font-size: small;
}

div.leftContentBox {
    float: left;
    width: 500px;
    margin-right: 40px;
}

div.rightContentBox {
    float: right;
    width: 245px;
    border: 1px solid #C4C4C4;
    padding: 5px;
}

div.rightContentBox a {
    text-decoration: none;
}

span.contentLeftIndent {
    padding-left: 4px;
}

span.warning {
	color: red;
	font-style: oblique;
}

p.answers {
	margin-left: 30px;
}

ul.answers {
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.double-bottom {
    border-bottom: 4px double;
}

.firstCap {
    float: left;
    font-family: "Times New Roman", times;
    font-size: 38pt;
    letter-spacing: 2px;
    padding: 5px;
    margin-top: 2px;
}

.smallText {
    font-size: 9pt;
}

.kwicks_lower {
	text-transform: lowercase;
}

