﻿html 
{
    text-align: center;
}

body 
{
    margin: 40px auto; 
    padding: 0; 
    text-align: center; 
    font-family: Georgia;
    color: #231F20; 
    background: url(/images/design/background.jpg) no-repeat center top fixed;
}

#wrapper
{
    width: 800px;
    background: #fff;
    background: url(/images/design/whitefade.png);
    margin: 0 auto;
    border: solid 1px #420214;
}

#content
{
    margin: 15px 20px 10px 20px;
    text-align: left;
}

#loggedinlogo
{
    float: left;
    width: 400px;
}

#logout
{
    float: right;
    width: 350px;
    text-align: right;
}

#admin
{
    margin: 10px 0 10px 0;
    background: #fff;
    padding: 10px;
    min-height:400px;
    height:auto !important;
    height:400px;
}

a
{
    color: #000;
}

a img
{ 
    border: 0;
}

#logo
{
    padding-bottom: 10px;
}

.dots
{
    width: 760px;
    height: 5px;
    background: url(/images/design/horizontaldots.gif) repeat-x center;
}

#menu
{
    padding-left: 10px;
    font-size: 0.9em; 
}

#menu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}

#menu ul li{
    position: relative;
    display: inline;
}

.menuitem
{
	padding-top: 10px;
	padding-right: 47px;
    text-decoration: none;
    color: #231F20;
    font-size: 1.38em;
}

.lastmenuitem
{
    padding-top: 10px;
    text-decoration: none;
    color: #231F20;
    font-size: 1.38em;
}

.bannerimage
{
    margin: 5px 0 5px 0;
    border: solid 1px #420214;
}

#footerleft
{
    float: left;
    color: #420214;
    font-size: 0.7em;
    padding-top: 5px;
}

#footerright
{
    float: right;
    color: #420214;
    font-size: 0.7em;
    padding-top: 5px;
}

#footerleft a
{
    color: #420214;
    text-decoration: none;
}

#footerright a
{
    color: #420214;
    text-decoration: none;
}

.clear
{
    clear: both;
}

#leftcontent
{
    float: left;
    width: 525px;
    padding: 0 10px 0 0;
}

#verticaldots
{
    float: left;
    height: 300px;
    width: 1px;
    padding: 0 10px 0 5px;
    margin-top: 10px;
    background: url(/images/design/verticaldots.gif) repeat-y;
}
    
#rightcontent
{
    float: left;
    width: 200px;
}

#pagecontent
{
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 0.95em; 
    min-height:300px;
    height:auto !important;
    height:300px;
}

h1
{ 
    margin: 5px 0 10px 0;
    font-size: 1.7em;
    font-weight: normal;
}

p
{
    margin-top: 0px;
}

.contentimage
{
    padding: 15px 0 15px 15px;
}

#contactform input {
	width: 230px;
	padding: 0px;
	border: none;
	border-bottom: 1px dashed #ccc;
}

#contactform textarea {
	width: 500px;
	height: 160px;
	border: 1px dashed #ccc;
	padding: 2px 0 2px 7px;
	font-family: Georgia;
}

#contactform .smallTextarea
{
	width: 500px;
	height: 80px;
	border: 1px dashed #ccc;
	padding: 2px 0 2px 7px;
	font-family: Georgia;
}

#contactform .Button
{
    background: #FFF;
    width: 100px;
	border: 1px dashed #ccc;
	margin-top: 15px;
}

.contactform
{
    background-color: #FFF;
    padding: 10px 10px 2px 10px;
}

#loginform
{
    background-color: #fff;
    width: 400px;
    height: 100px;
    padding: 10px 10px 2px 10px;
}

textarea, input {
	font-family: Georgia;
}

.articledocument
{
    float: left;
    padding-right: 10px;
    text-align: center;
}

#loginform input {
	border: none;
	border-bottom: 1px dashed #ccc;
}

.bodyimageright
{
    padding-left: 10px; 
}

.right
{
    text-align: right;
}

.formlabel
{
    float:left;
    width: 140px;
}

.formfield
{
    float: left;
}
