﻿/* CSS Document */
/* These definitions apply to the entire document; */

img.noborder{
	border-width:0px;
}

img.border{
	border:1px black solid;
}

.center{
	text-align:center;
}

img.left{
	border-width:0px;
	margin-right:10px;der:solid 1px black;
}

/* used for all input forms */
.contactform {
	width:470px;
	margin:5px 0 1em 2em;
	border:1px solid #000000;
	background-color:#E7E4BF;
	padding:0px 0px 15px 10px;
	font-size:85%;
}

.contactform p {
	margin:0;
	padding:0;
	padding-top:5px;
}

.contactform p label {
	float:left;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	width:133px;
}

.clear 
{
    clear:both;
}

.required 
{
    color:Red;
}

/* end of input forms */

/* CSS Document */
/* These definitions apply to the entire document; */

hr{
	width:20%;
	height:1px;
	margin-left:auto;
	margin-right:auto;
}

.fullhr
{
    width:100%;
    color:#b8be98;
    height:1px;
    clear:both;
    margin: .75em 0;
}

h1, h2, h3, h4, h5, h6{
	font-style:italic;
}

h2.pageheader{
	color:#9D0620;
	font-weight:bold;
	font-style:italic;
	margin-bottom:25px;
}

.border {
	color: #000000;
	background-color : #FFFFFF;
	border: 1px solid #000000;
    }

.hilitetext {
	color:#2A4277;
	background-color:#CCC;
	text-align:center;
	display:block;
}

.itemadded 
{
    margin-top:.5em;
    color:#861f21;
    font-weight:bold;
    font-size:10px;
}

#agreement li {
	margin-bottom:1em;
}

.chkbox {
    font-size:12px;
}

.strikeout {
    text-decoration:line-through;
}

img.noborder{
	border-width:0px;
}

img.border{
	border:1px black solid;
}

.center{
	text-align:center;
}
.subheading{
	font-style:italic;
	font-weight:bold;
	color:#B95050;
}
.indent_left{
	padding-left:25px;
}
.smaller{
	font-size:50%;
}

.required {
	color:#FF0000;
}

.darkbrown {
    color:#9D0620;
}

.ssred 
{
    color:#861f21;
}

.ssblue 
{
    color:#2a4277;
}

.textbox {
	font-size: 8pt;

}

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
}

.headermenu {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #003366; font-weight: bold; text-decoration: none}


#content .admintable a:link, #content .admintable a:visited 
{
    color:#51563F;
    text-decoration:none;
}

#content .admintable a:hover 
{
    color:Gray;
}

.align_right{
    text-align:right;
}