@charset "UTF-8";
body {
	
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Times New Roman;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

body
{
	color: inherit;
	background: #FFFFFF;
}

table.main
{
	border: 1px solid #000000;
}

td.tile
{
	background-image: url(../imgs/bgMain.jpg);
	background-position: center;
	/*background-repeat: repeat-x;
	background-repeat: repeat-y;*/
}

h1, h2
{
	font-family: "BernhardMod BT", "Copperplate Gothic Light", Verdana, Arial, Times New Roman;
}


ul, li, p, a
{
	font-family: Verdana, Arial, Times New Roman;
}

.postname
{
	font-size: 13px;
	font-family: "BernhardMod BT", "Copperplate Gothic Light", Verdana, Arial, "Times New Roman";
	font-style: italic;
}

.title
{
	font-size: 30px;
	font-family: "BernhardMod BT", "Copperplate Gothic Light", Verdana, Arial, Times New Roman;
}

.subtitle
{
	font-size: 16px;
	font-family: "BernhardMod BT", "Copperplate Gothic Light", Verdana, Arial, Times New Roman;
}

p
{
	font-size: 16px;
	text-align: left;
}


h1
{
	color: #000000;
	background-color: inherit;	
	font-size: 22px;
}

h2
{
	color: #000000;
	background-color: inherit;	
	font-size: 18px;
}

a.menu:link {color:black; text-decoration:none; font-size: 16px;}
a.menu:visited {color:black; text-decoration:none; font-size: 16px;}
a.menu:active {color:#006600; text-decoration:none; font-size: 16px;}
a.menu:hover {color:#006600; text-decoration:underline; font-size: 16px;}

/* Classes */

.formlabel
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: inherit;
	background-color: #F5F5DC;
}

.error
{
	color: inherit;
	background-color: #FFFFCC;
}

p.bg
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #F0E68C;
	background-color: #FFFFFF;
}

p.white-newsletter
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: inherit;
}

p.black-newsletter
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}

.black
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}

.brown
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #D2691E;
	background-color: inherit;
}

.button
{
	background-color: #E0E0E0;
	width: 120px;
	color: #000000;
	border: 1px solid;
	border-left-color: #C0C0C0;
	border-right-color: #000000;
	border-top-color: #C0C0C0;
	border-bottom-color: #000000;
}

.button-small
{
	background-color: #E0E0E0;
	width: 60px;
	color: #000000;
	border: 1px solid;
	border-left-color: #C0C0C0;
	border-right-color: #000000;
	border-top-color: #C0C0C0;
	border-bottom-color: #000000;
}
