body{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #009;
	font-size: 12px;
}
h3{
	font-size: 14px;
}
a{
	color: #33c;
	text-decoration: none;
}
a:hover{
	color: #66f;
	text-decoration: underline;
}
a img{
	border: none;
}
table, table tr td{
	/* this is cellpadding=0 and cellspacing=0 */
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#container{
	width: 800px;
	position: relative;
	margin: auto;
}
#header{
	margin-bottom: 15px;
}
#header #arrowbox{
	float: right;
	margin: 10px 30px 0 0;
	width: 234px;
}
#header #arrowbox a#rightarrow{
	padding: 0 0 0 10px;
	text-decoration: none;
	display: block;
	float: right;
	font-size: 60px;
}
#header #arrowbox a#arrowlink1{
	display: block;
	margin: 13px 0 0 0;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .3px;
}
#header #arrowbox a#arrowlink1:hover{
	color: #33c;
}
#header #arrowbox a#arrowlink2{
	color: #009;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
#header #arrowbox a#arrowlink2:hover{
	color: #33c;
}
#header #logo{
	margin: 20px 0 0 25px;
}
#header #logo a{
	display: block;
	color: #009;
	font-size: 15px;
	margin: 2px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
#navbar{
	background: url(/images/bg_navbar.gif) repeat-x top;
	height: 48px;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
#navbar img.leftcap{
	float: left;
	margin-top: -15px;
}
#navbar img.rightcap{
	float: right;
	margin-top: -15px;
}
#navbar a{
	color: #fff;
	margin: 15px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#navbar a:hover{
	color: #fc0;
}
#footer{
	color: #999;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#footer a{
	color: #999;
	margin: 10px;
}
#footer a:hover{
	color: #666;
}
#footer #copyline{
	font-size: 11px;
	margin: 10px 0 10px 0;
	font-weight: normal;
}
#footer #copyline a{
	color: #999;
	margin: 0;
}
/******** index.asp  ********/
#content #tagline{
	text-align: center;
	color: #009;
	font-size: 18px;
	margin: 5px 0 15px 0;
}
#content table.pitchgrid{
	width: 800px;
}
#content table.pitchgrid td.centertd{
	padding: 0 13px 0 13px;
}
#content table.pitchgrid td div.graybox{
	background: url(/images/bg_gray_box.jpg) no-repeat top;
	padding: 14px;
	width: 230px;
	height: 140px;
	font-weight: bold;
	font-size: 11px;
}
#content table.pitchgrid td div.graybox h2{
	color: #009;
	font-size: 22px;
	margin: 0 0 2px 0;
	padding: 0;
}
#content table.pitchgrid td div.graybox h2 span{
	letter-spacing: 8px;
	margin-left: 8px;
}
#content .introtext{
	text-align: center;
	margin: 3px 0 3px 0;
}
#content .boldintrotext{
	text-align: center;
	margin: 0 0 5px 0;
	font-weight: bold;
}

/******** forms  ********/
div.formwrapper{
	padding-right: 150px;
}
#content table.form{
	width: auto;
	position: relative;
	margin: 10px auto 10px auto;
}
#content table.form tr td{
	padding: 0 3px 18px 3px;
	text-align: center;
	vertical-align: top;
}
#content table.form tr td.label{
	text-align: right;
	padding-top: 3px;
	width: 147px;
}
#content table.form tr td div.hint{
	color: #999;
	font-size: 10px;
	margin-bottom: -12px;
}
#content table.form tr td div.validation_hint{
	color: #c00;
	font-size: 10px;
	margin-bottom: -12px;
	display: none;
}
#content table.form tr td input.text{
	width: 250px;
}
#content table.form tr td.left{
	text-align: left;
}
#content table.form tr td textarea{
	width: 250px;
	height: 130px;
}
#content table.form tr td input.bluebutton{
	width: 213px; 
	height: 30px;
	padding: 0 5px 0 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: none; 
	background-color: transparent; 
	background: url(/images/bg_blue_button.gif) no-repeat top; 
	cursor: pointer;
}
#content p a{
	text-decoration: underline;
}