/* CSS Document */

body {
	margin-top: 0px;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #B92929;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.home_headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B92929;
	border-left-style: double;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-left-width: thin;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCC;
	border-left-style: double;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-left-width: thin;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.section_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14.5pt;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	font-style: normal;
	line-height: normal;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 30px;
	letter-spacing: 0.01em;
	border-bottom-style: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	line-height: 16px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 18px;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 340px;
}

.curlycontainer .innerdiv{
	position: relative;
	left: 2px;
	top: 2px;
	background-color: transparent;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.cssform p{
	width: 250px;
	clear: left;
	margin: 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
