@charset "UTF-8";
/* CSS Document */


body{
	background-color: #CCC;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#mainholder{
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
	}
	
	#contentholder{
	width: 1024px;
	min-height: 600px;
	background-color: #FFF;
	height: auto;
	margin: 0px;
	border: 1px solid #333;
	position: relative;
	}


#footer{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1024px;
	padding-top: 20px;
}


#header{
	height: 100px;
	width: 1024px;
}


#logo{
	height: 66px;
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#donate{
	float: right;
	height: 30px;
	width: 82px;
	margin-top: 35px;
	margin-right: 30px;
	margin-left: 20px;
}

#navholder{
	width: 1024px;
	background-color: #CCC;
	height: 30px;
}


input {
	background-color: #FFF;
}

.texta {
	font-size: 10pt;
	background-color: #FFF;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 250px;
	height: 25px;
	margin: 0px;
	padding: 5px;
}

textarea {
	background-color: #FFF;
	color: #333;
	height: 80px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
}

form {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.formb {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.clearboth { clear: both; }

#mainnav{
	float: right;
	width: 100%;
	display: inline;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
}


#mainnav{
	float: right;
	width: 100%;
	display: inline;
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
	height: 30px;
	margin-top: 2px;
}


#mainnav li{
	float: right;
	
}




#mainnav li a{
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 30px;
	display: block;
}


#mainnav li .chosen{
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 30px;
	display: block;
	font-weight: bolder;
}




#mainnav li .start{
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	padding-left: 30px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}



#mainnav li .startchosen{
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	padding-left: 30px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	font-weight: bolder;
}


#mainnav li a:link{
	text-decoration: none;
}

#mainnav li a:visited{
	text-decoration: none;
}

#mainnav li a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}

#mainnav li a:active{
	text-decoration: none;
}

.footertext{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: 14pt;
	color: #000;
	text-align: center;
}


.footertext a:link{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: 14pt;
	color: #000;
	text-align: center;
}


.footertext a:visited{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: 14pt;
	color: #000;
	text-align: center;
}


.footertext a:hover{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: 14pt;
	color: #666;
	text-align: center;
}


.footertext a:active{
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: 14pt;
	color: #000;
	text-align: center;
}


#imageholder{
	background-color: #FFF;
	padding: 20px;
	width: 984px;
	height: 250px;
}

#news{
	float: left;
	height: auto;
	width: 280px;
	padding: 20px;
	background-color: #FFF;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	min-height: 300px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

#lefttext{
	background-color: #FFF;
	width: 580px;
	float: left;
	height: auto;
	min-height: 300px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 24pt;
	color: #000;
}
h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #bed4f0;
	padding: 4px;
	margin-top: 20px;
	margin-right: -4px;
	margin-left: -4px;
}
h3{}
p{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
	margin: 0px;
	text-align: justify;
}

p a:link{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

p a:visited{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-decoration: underline;
}

p a:hover{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 14pt;
	color: #999;	
	text-decoration: underline;
}

p a:active{
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 14pt;
	color: #000;
	text-decoration: underline;
}

#copyholder{
	background-color: #FFF;
	width: 1024px;
	height: auto;
	min-height: 300px;
	padding-bottom: 30px;
}

.suzyimage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.printimage {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#workthumb{
	float: left;
	height: 100px;
	width: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#fb{
	float:left;
	padding-top: 20px;
	
	
}
