body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td.headerBg {
	background-image: url(/images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div.leftNavContent {
	padding: 0 15px 0 15px;
	color: #ffffff;
}

table.leftNavContent {
	font-size: 12px;
	font-weight: bold;
}

table.leftNavContent a, 
table.leftNavContent a:visited, 
table.leftNavContent a:active {
	color: #ffffff;
	text-decoration: none;
}

#copyright {
	font-size: 11px;
	color: #333333;
}

#headertagline {
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 3px;
}

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

table.formtable td {
	border-bottom: 1px solid #999999;
	padding: 15px 0px 15px 5px;
	width: 250px;
	vertical-align: top;
	/* text-align: left; */
}

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 {
	background-color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #999999;
}

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%;
}

div#pagecontent,
div#pagecontent table {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
}

div#pagecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#pagecontent h1 {
	background-color: #efefef;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

div#pagecontent h2 {
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	border-bottom: 1px dotted #999999;
}

div#homecontent {
	color: #333333;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
}

div#homecontent a{
	color: #15774B;
	font-weight: bold;
}

div#homecontent a:hover {
	color: #606060;
	font-weight: bold;
}

div#homeinfobox {
	padding: 5px;
}

.footerlink, .footerlink a, .footerlink a:hover, .footerlink a:visited, .footerlink a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
}

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

.homecallout {
	padding-left: 35px;
	padding-right:45px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.homecallout ul {

	margin-top: -5px;
}

.homecallout li {
	padding-bottom: 5px;
		margin-left: -15px;
}

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

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

