body {
	background: #FFFFFF;
	color:#3F3F3F;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: small;
	background: url('/images/v2/headertile.jpg') repeat-x;
}

ul, li, div#pagecontent li { 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: small;
}

#topnav {
	padding: 5px 10px 0 0;
	font-size: 12px;
}

#topnav #row1 {
	padding: 10px 90px 0 0;
	font-size: 11px;
	color: #000;
}

#topnav #row2 {
	padding: 30px 52px 0 0;
	font-size: 11px;
}
#topnav #row3 {
	padding: 10px 52px 0 0;
}

#topnav a,
#topnav a:link,
#topnav a:visited,
#topnav a:active {
	color: #8f8f8f;
	text-decoration: none;
}

#topnav a:hover {
	color:#333333;
	text-decoration:underline;
}

#topnav #row1 a,
#topnav #row1 a:link,
#topnav #row1 a:visited,
#topnav #row1 a:active {
	color: #000;
	text-decoration: none;
}

#topnav #row1 a:hover {
	text-decoration:underline;
}

#copyright {
	margin: 20px 40px 0 0;
	color: #8f8f8f;
	font-size: 10px;
}

#copyright a,
#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #8f8f8f;
}

#copyright a:hover {
	color:#333333;
}

#cplogin {
	color: #000;
	margin: 10px 5px 0 0;
}

#cplogin input {
	font-size: 11px;
	width: 100px;
	border: 1px solid #333333;
}

#cplogin #cpsubmit {
	width: 45px;
}

#cplogin #cpcancel {
	width: 55px;
}

table.formtable th {
	border-bottom: 1px solid #999999;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	padding: 15px 5px 0px 0px;
	width: auto;
	vertical-align: top;
	color: #F35B13;
}

table.formtable td {
	border-bottom: 1px solid #999999;
	padding: 15px 0px 15px 5px;
	width: 250px;
	vertical-align: top;
	font-size: 12px;
}

table.formtable td.lastrow, table.formtable th.lastrow {
	border-bottom: none;
}



table.formtable td input, table.formtable td select, table.formtable td textarea, input  {
	border: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	background: #efefef;
	/* width: 225px; */
}

table.formtable td input:focus, table.formtable td select:focus, table.formtable td textarea:focus  {
	background-color: #ffffff;
}

table.formtable td input.button, input.button {
	/* width: auto; */
	/* padding: 3px; */
	color: #333333;
	font-weight: bold;
}

table.formtable td input.button:hover, input.button:hover {
	background-color: #cccccc;
}

table.formtable td.header {
	font-size: 125%;
	color: #15774B;
	font-weight: bold;
	width: 100%;
	padding-top: 0px;
}

table.formtable td.header span.highlight, table.formtable td.info span.highlight {
	color: #990000;
	font-weight: bold;
}

table.formtable td.info {
	font-size: 12px;
}

table.formtable label.errormessage {
	background-color: #FFFFCC;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	margin-top: 10px;
	width: 80%;
	border: 2px solid #FF0000;
	float: left;
}

table.formtable div.errorsummary {
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: center;
}

#callout {
	background-color: #FFFFCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	width: 80%;
}

#callout td {
	padding: 5px 0 5px 0;
}


div#pagecontent,
div#pagecontent table {
	margin: 0 0 0 25px;
	padding: 0;
}

div#pagecontent p {
	font-size: 12px;
}

div#pagecontent h1 {
	color: #15774B;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}

div#pagecontent h2 {
	margin: 25px 0px -7px 0px;
	font-size: 100%;
	color: #F35B13;
}

table.formtable td textarea.code {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}

div#pagecontent table.samplegallery {
	padding: 0px;
	margin: 0px;
	border: 1px solid #F35B13; 
}

div#pagecontent table.samplegallery td {
	border: 1px solid #F35B13; 
}

div#homeinfobox {
	padding: 0 5px 25px 25px;
}

div#pagecontent table.csspreview {
	margin: 0;
}
