@charset "utf-8";
/* STROLLER POWER */

body {
	background:url(../images/mainBGgrad.png) top repeat-x #CC0000;
/*	background-image:;
	background-attachment: fixed;
	background-color:#cc0000;
	background-position:top;
	background-repeat:repeat-x;
*/	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FF0000;
}


#bodyWidth {
	background:#99CC66;
	padding:0 0 0 0;
	text-align:center;
}
#bodyFoot {
	background:url(../images/bodyMain_B.png) top repeat-x;
	padding:0 0 0 0;
	text-align:right;
	color:#FF0000;
}
#bodyFoot a {
	font-weight:bold;
	font-size:11px;
	color:#99CC66;
	text-decoration:none;
}
#bodyFoot a:hover {
	color:#FF9900;
	text-decoration:none;
}




#banner {
	background:url(../images/bannerMain_bg.png) top center repeat-y;
	width:800px;
	padding:0px 9px 0px 9px;
}





/* CONTENT */
.maincontent {
    font-size:13px;
    }
    
#contentTitleArea {
	font-size:13px;
	padding: 0 20px 0 0 ;
	text-align:right;
	font-weight:bold;
	color:#000000;
}
#contentTitleArea a {
	color:#ff6600;
	font-size:16px;
	text-decoration:none;
}
#contentTitleArea a:hover {
	color:#FF0000;
}
.contentTitle {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
#content {
	text-align:left;
	padding:10px 10px 10px 10px;
}
#contentBox {
	width:375px;
}
#contentBoxFill{
	background:#ffcc66;
	padding:5px 5px 5px 5px;
	font-size:13px;
	padding:5px 5px 5px 5px;
	text-align:left;
	color:#000000;
}
#contentBoxFill h1 {
	font-size:17px;
	padding:2px 2px 5px 2px;
	text-align:left;
	font-weight:bold;
	color:#ff6600;
	letter-spacing:2px;
}
#contentBoxFill h2 {
	font-size:14px;
	padding:2px 2px 5px 2px;
	text-align:left;
	font-weight:bold;
	color:#ff6600;
	letter-spacing:2px;
}

#homePageSubnav {
	text-align:right;
	padding:0 18px 0 0;
	font-size:12px;
	line-height:24px;
}

.tableGrid {
	width:100%;
	border:solid 2px #FF6600;
}
.tableGrid th {
	font-weight:bold;
	padding:3px 3px 3px 3px;
	border:solid 1px #FF6600;
}
.tableGrid td {
	padding:3px 3px 3px 3px;
	border:dotted 1px #FF6600;
}

/* ADMIN STYLES */
.editContactTable {
	border:solid 1px #FF6600;
	width:800px;
}
.editContactTable th {
	font-weight:bold;
	border-top:dotted 1px #FF6600;
	border-bottom:dotted 1px #FF6600;
	padding:10 0 10 0;
}
.editContactTable td {
	border-top:dotted 1px #FF6600;
	border-bottom:dotted 1px #FF6600;
	padding:10 0 10 0;
}

.formButt {
	background:url(../images/grad_v12_cc-99.jpg) top repeat-x #FF6600;
	border:1px solid #999999;
	color:#ffffff;
}

