body {
	background-image: url(media/bak.jpg);
	background-color: #005FAE;
	background-repeat: repeat-x;
}
p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #666666;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
p a:active {
	color: #33CCFF;
	text-decoration: none;
}

.logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	text-align: left;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #005FAE;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 20px;
}
h2 {
	text-align: left;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #E61A24;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 17px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #E31A1F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
a:active {
	color: #00CC33;
	text-decoration: none;
}
#jpgrotator {
	font-size: 10px;
	height: 401px;
	width: 603px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	margin-top: 25px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
	height: 34px;
}
.twoColFixLtHdr #footer {
	line-height: 1.5em;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer p {
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #footer    p a:link {
	color: #00FFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer    p a:visited {
	color: #00FFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer    p  a:hover {
	color: #FBCE91;
	text-decoration: underline;
}

.contactform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFC;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	padding: 10px;
	height: 310px;
	line-height: 1.75em;
	margin-bottom: 10px;
}
.contactform  h2{
	margin-left: 10px;
	text-align: left;
}
.contactform th, td {
	margin: 8;
	padding: 8;
}

.donateform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	padding: 10px;
	line-height: 1.5em;
}
.donateform h2{
	text-align: left;
}
.donateform th, td {
	margin: 5;
	padding: 5;
}

/* this class is for the oval css buttons */

a.ovalbutton{
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(media/oval-red-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #494949; /*button text color*/
}

a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(media/oval-red-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}





/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding-top: 10px;
	margin-bottom: 20px;
}
blockquote *:first-child:before { container: "\201C"; 
}

.banners {
	height: 94px;
	margin-top: 35px;
}
.banners  img {
	padding-right: 15px;
}
blockquote *:first-child:after { container: "\201D"; }
.header-pic {
	float: right;
	margin-top: 30px;
}
.list {
	font-size: 12px;
	list-style-type: circle;
	line-height: 1.5em;
	list-style-position: outside;
	color: #666666;
	margin-left: 15px;
}
.maincontentbox {
	background-color: #FFFFFF;
	border: 8px solid #DDD9D9;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.sidephoto {
	background-color: #CCCCCC;
	height: 400px;
	width: 400px;
	margin-top: 40px;
	border: 8px solid #FFFFFF;
}
#container {
	height: 80%;
}

#flashcontent {
	height: 800px;
}


ul {
}

.twoColFixLtHdr #container #mainContent2 .maincontentbox ul {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 17px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.25em;
}

