/* CSS Document */
INPUT, SELECT, TEXTAREA {
	font-family: Verdana;
	font-size: 10px;
	color:#CC0000;
	background-color: #FFFFFF;
}
body {
	color:#333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
} 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#CC0000;
}
a:visited{
	 color:#CC0000;
}
a:active {
	color:#CC0000;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #333;
}
#masthead{
	height: 100px;
}
#left {
	width: 150px;
	color: #FFFFFF;
	text-align: justify;
	background-color: #000;
}
#rightcontent {
	width: 740px;
	color: #FFFFFF;
	text-align: justify;
	background-color: #FFF;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	background-color: #333333;
	border-top: solid 1px #000;
	color: #FFFFFF;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#CC0000;
}
p {
	font-size: 11px; 
	color: #000;
}
#rightcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
	padding-left: 25px;
	padding-right: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px; 
	padding-left: 25px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	padding-left: 25px;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left: 25px;
}
td,tr {
	font-size: 11px; 
	color: #000;
}
hr {
	color: #CC0000;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #CCC;
}
img {
border: none;
}
/* Top Border */
#topborder {
	width:900px;
	height:15px;
	background-color:#CCC;
	}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
 /*- Form */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
.text {
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.note {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.emphasis {
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.gallery {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px;
	background-color: #E9E9E9;
}
.photos {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px;
	background-color: #E9E9E9;
}