html, body {
   font-size: 12px;
   line-height: 16px;
   font-family: Georgia, Garamond, serif;
   margin: 0;
   padding: 0;
   background: #930;
   color: #fc0;
	 scrollbar-face-color: #cc6;
   scrollbar-arrow-color: #930;
   scrollbar-base-color: #930;
   scrollbar-shadow-color: #930;
   scrollbar-darkshadow-color: #930;
   scrollbar-highlight-color: #c30;
   scrollbar-3dlight-color: #930;
   scrollbar-track-color: #c60;
}

a:link,a:visited {
   text-decoration: none;
	 color: #fc3;
	 border: 1px dotted #c60;
}

a:hover {
	 color: #ff0;
 	 border: 1px solid #c60;
}

h1 {
   font-size: 12px;
   line-height: 16px;
	 font-weight: bold;
	 text-align: center;
	 font-variant: small-caps;
	 padding: 1px;
 	 background: #600;
	 color: #fc3;
	 border-top: 1px solid #c60;
 	 border-bottom: 1px solid #c60;
 	 border-right: 4x dotted #c90;
 	 border-left: 4px dotted #c90;
}

h2 {
   font-size: 12px;
	 line-height: 16px;
	 font-weight: normal;
	 font-variant: small-caps;
	 font-weight: bold;
	 text-align: center;
	 padding: 1px;
	 border-top: 1px solid #c60;
 	 border-bottom: 1px solid #c60;
 	 border-right: 4x dotted #600;
 	 border-left: 4px dotted #600;
}

h3 {
	 line-height: 16px;
	 font: italic 12px;
}
	 
dt {
   margin: 3px;
   font: italic;
}

#themeswitcher {
	 margin: 1px;
	 font-size: 11px;
	 font-family: Georgia,Garamond,sans-serif;
	 font-variant: small-caps;
	 width: 100px;
	 background: #930;
	 color: #cc6;
}

#header {
   margin-top: 20px;
   margin-bottom: 0;
   margin-left: 0;
   width: 100%;
   height: 86px;
   background: url("header.jpg") no-repeat center center;
}
	 
#footer {
   margin-bottom: 20px;
   clear: both;
   width: 100%;
	 padding: 2px;
   text-align: center;
}
	 
#navigation {
   float: right;
   width: 100%;
	 text-align: center;
   font-size: 11px;
	 background: #600;
	 padding: 2px;
	 border-top: 1px solid #c60;
 	 border-bottom: 1px solid #c60;
}
	 
#navigation a:link {
   text-decoration: none;
   margin-right: 10px;
	 font-variant: small-caps;
	 border: 1px solid #600;
}

#navigation a:visited {
   text-decoration: none;
   margin-right: 10px;
	 font-variant: small-caps;
	 border: 1px solid #600;
}
 
#navigation a:hover {
   border: 1px solid #c60;
}
	 
#content {
   width: 100%;
   padding: 30px 20%;
	 text-align: justify;
}

.formLabel {
   clear: both;
	 display: block;
	 float: left;
	 margin-top: .5em;
	 margin-bottom: .5em;
}

.formField {
   margin: .25em;
   clear: both;
   float: right;
}

.formQuestion {
   clear: both;
   margin-top: 2em;
	 margin-bottom: 0;
}

.formResponse {
   width: 100%;
	 height: 10em;
}

.formSubmit {
   float: right;
	 margin: 1em;
	 background: inherit;
	 color: inherit;
}

.title {
   clear: both;
   display: block;
	 width: 100%
	 float: left;
	 margin-top: 1em;
	 text-align: center;
	 font-weight: bold;
	 margin-bottom: .5em;
}

.name {
   display: block;
	 width: 100%;
	 float: left;
	 margin-bottom: .5em;
	 text-align: center;
} 

.names {
   display: block;
	 width: 100%;
	 text-align: center;
	 margin-top: 1em;
	 margin-bottom: .5em;
}

.PhorumSubject {
   background: #fc3;
   color: #930;
	 font-weight: bold;
 	 clear: both;
	 border: 1px solid #c60;
}

.PhorumNavLeft {
   float: left;
	 marin-top: 1em;
}

.PhorumNavRight {
   clear: both;
   float: left;
	 margin-bottom: 1em;
}

.PhorumBody {
	padding: 10px;
  border-top: 1px solid #fc3;
  border-bottom: 4px dotted #600;
  border-right: 4px dotted #600;
  border-left: 4px dotted #600;
}

.PhorumReplyMessage {
   margin-top: 1em;
   margin-bottom: 1em;
   width: 100%;
	 text-align: right;
}

.PhorumBodyArea
{
   width: 400px;
}

.PhorumListTable {
   margin: 0;
	 padding: 0;
   width: 100%;
   font: 12px Georgia, Garamond, serif;
   color: #fc3;
	 padding-left: 3px;
}

.PhorumListRow1 {
   background: #c60;
	 height: 21px;
}

.PhorumListRow2 {
	 height: 21px;
	 padding: 3px;
}
 
.PhorumListRowSubject,
.PhorumListRowAuthor,
.PhorumListRowReplies,
.PhorumListRowDate,
.PhorumListRowSubjectMulti
{
    height: 21px;
		font: 12px Georgia, Garamond, serif;
}

.PhorumListHeader
{
    font-weight : bold;
    height: 24px;
}

.PhorumForumTitle
{
   font-size: 12px;
    font-weight: bold;
}

.PhorumNav
{
    font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
}

.PhorumNewFlag
{
    font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
    color: Red;
}

.PhorumMessage
{
    font-family: Courier New, Geneva, Courier, Clean;
    font-size: 12px;
}

