body {
	background: #8C7A90 url(../images/bg.gif) repeat-y fixed bottom center;
	color: #1C093E; 
	margin: 20px 0;
	text-align: center; 
	font-family: Georgia-family, Georgia, serif;
	font-size: 12px;
}

h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	font-size: 21px;
}

h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

.banner a {
	background: #E0DAE0 url(../images/banner.png) no-repeat; 
	display: block; 
	height: 180px;
	text-align: center;
	text-decoration: none;
	width: 800px;
}

.banner_new a {
	background: #E0DAE0 url(../images/banner_new.png) no-repeat; 
	display: block; 
	height: 180px;
	text-align: center;
	text-decoration: none;
	width: 800px;
}

.main {
	background: #E0DAE0; 
	border-style: double;
	border-width: 3px; 
	border-color: #1C093E; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}

.container {
	margin: 0px;
}

.footer {
	text-align:  center;
	clear: both;
}

.footer p {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

.footer img {
	border: 0px;
}

.footer a {
	text-decoration: none;
}

.sidebyside table {
	width: 800px;		
}

.sidebyside td {
	width: 400px;
	text-align: center;
}

.sidebyside p {
	text-align: left;
	margin-left: 50px;
	font-size: 12px;
}

.sidebyside p.big {
	font-size:  16px;
}

.pagecontent {
	margin: 20px;
	text-align: center;
}

.pagecontent p {
	text-align: left;
}

.orgpics {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  margin-top: 3px;
  margin-bottom: 3px;
}

.formcontent {
	text-align: left;
}

a:link {
text-decoration: underline;
color: #1C093E;
}
a:visited {
text-decoration: underline;
color: #1C093E;
}
a:active {
text-decoration: underline;
color: #1C093E;
}
a:hover {
text-decoration: underline;
color: #000066;
}











