﻿body
{
    margin: 0;
    padding: 0;
    font-family: verdana, serif;
    font-size: small;
    color: #000;
    background-color: #fff;
    text-align: left;
}


#content
{
    margin: 10px 10px 10px 10px;
}

#content h2
{
    font-size: 105%;
    font-weight: bold;
    text-align: left;
}

#content h3
{
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

#content p
{
    margin-left: 15px;
    font-size: 100%;
}

#content hr
{
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #ccc;
    clear: both;
}

#content archives
{
    float: left;
    text-align: left;
}



#content archivesPhotos
{
    float: right;
}

#main
{
    background: #ff;
    float: right;
    width: 601px;
    padding-right: 10px;
}
#main h2, #main h3, #main p
{
    padding: 0 10px;
}

#main h3
{
    font-size: 100%;
    font-weight: bold;
}

.motto
{
    font-style: italic;
    font-weight: bold;
    font-size: 100%;
    color: #000;
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
}


/* GENERAL STYLES */
hr
{
	color: #000000;
	height: 0.5px;
}

A
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

P
{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.3em;
	color: #000000;
}

/*Text styles*/

.general
{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.3em;
	color: #000000;
}

.general-bold
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	line-height: 1.3em;
}

.subheader
{
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
}

.copy
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

.address
{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
}

/*Error message styles*/
.error
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:Maroon;
}

.required
{
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color:Maroon;
}






/* EDITOR PROPERTIES */
.subHeader {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
}


