/***********************************
 Classes for main site area
 ***********************************/
body {
	margin: 15px;
	background-color: #F0F0F0;
	text-align: center;
}
td {
	font : normal normal 12px Arial, Helvetica, sans-serif;
	}
h3 {
        font-size: 14px;
}
h4 {
        font-size: 12px;
}
h3.heading {
        font-size: 18px;
}
div.main {
	width: 700px;
	background-color: #FFFFFF;
}
div.mainContent {
	margin: 15px 15px 0px 15px;
	padding: 0px;
}
.Welcome {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
div.divider {
	height: 10px;
}
div.footer {
	text-align: center;
	font-size: 9px;
	color: #666666;
	margin-bottom: 10px;
	width: 600px;
}
.emailPage {
	font-size: 9px;
	color: #3366CC;
	text-decoration: none;
}
/***********************************
 Classes for header and branding area
 ***********************************/
.brandHeader {
	height: 72px;
	padding: 6px;
}
.raffleHeader {
	width: 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.orgHeader {
	width: 50%;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}


/***********************************
 Classes for navigation area
 ***********************************/
div.navBar {
        padding-top: 3px;
        height: 20px;
	width: 700px;
}
.navButton {
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
div.navBarBottom {
	padding-top: 3px;
        height: 15px;
        width: 700px;
}
.navLinkBottom {
	font-size: 9px;
	font-weight: bold;
}

/***********************************
 Classes for org branding area
 ***********************************/
.orgBranding {
	padding: 3px;
	margin: 3px;
}
/***********************************
 Classes for forms area
 ***********************************/
.required {
        font-weight : bold;
        color : red;
	font-size: 14px;
}
.label {
	font-size: 12px;
	font-weight : bold;
	line-height: 30px;
}
.step_active {
	font-size: 16px;
	color: #CC0000;
	font-weight : bold;
	line-height: 30px;
}
.step_inactive {
	font-size: 16px;
	color: #666666;
	font-weight : bold;
	line-height: 30px;
}
.heading {
	font-weight : bold;
	font-size : 16px;
	line-height: 36px;
}
.heading1 {
	font-weight : bold;
	font-size : 14px;
	text-decoration : underline;
	line-height: 36px;
}
.heading2 {
	font-weight : bold;
	font-size : 12px;
	color : #336633;
	line-height: 30px;
}
.headingtitle {
	font-weight : bold;
	font-size : 16px;
	vertical-align : top;
	color : #336633;
	line-height: 15px;
}
.headingindx {
	font-weight : bold;
	font-size : 16px;
	color : #000000;
	line-height: 22px;
}
.heading3 {
	font-weight : bold;
	font-size : 16px;
	line-height: 22px;
	color: darkblue;
}
.headingdrkgreen {
	font-weight : bold;
	font-size : 16px;
	line-height: 22px;
	color: darkgreen;
}
.headingdrkblue {
        font-weight : bold;
        font-size : 16px;
        line-height: 22px;
        color: darkgreen;
}
.heading4 {
	font-weight : bold;
	font-size : 12px;
	color : #000000;
	line-height: 15px;
}
.heading6 {
	font-weight : bold;
	font-size : 11px;
	color : #000000;
	line-height: 12px;
}
.headingred {
	font-weight : bold;
	font-size : 18px;
	color : #990000;
	line-height: 26px;
}
.break {
	height: 30;
}
/***********************************
 Classes for printable pages
 ***********************************/
P.normal {
	font-size: 11px;
	text-align:justify;
	line-height: 14px;
}
P.indent {
	margin-left:.5in;
	font-size: 11px;
	text-align:justify;
	line-height: 14px;
}
P.indent2 {
	margin-left:1.0in;
	font-size: 11px;
	text-align:justify;
	line-height: 14px;
}
P.indent3 {
	margin-left:1.5in;
	font-size: 11px;
	text-align:justify;
	line-height: 14px;
}
P.footNote {
	margin-left:1.5in;
	font-size: 9px;
	text-align:justify;
	line-height: 12px;
}
div.printPage{
	size: 8.5in 11.0in;
	margin: .1in .5in .3in .5in;
	background-color: #FFFFFF;
	padding: .1in .1in .1in .1in;
	text-align: justify;
}
.fieldLabel {
	font-size: 9px;
	font-weight: bold;
}
.printForm {
	font-size: 11px;
}
.pageEnd {
	page-break-after: always;
}
