html, body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/su_background.png);
	background-position: center top;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #9F2346;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
UL { 
list-style-type:circle 
color: #9F2346;
}
LI { 
list-style-type:circle 
color: #9F2346;
}
#container {
	width: 100%;
	margin: 0 auto;
}
.bold_white {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#main_pagewrap {
	width: 100%;
	margin: auto;
	background-image: url(../images/ch_main-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.big_red {
	font-size: 16px;
	color: #9F2346;
	font-weight: bold;
}
.big_gray {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: Garamond,"Times New Roman", Times, serif;
	line-height: 1.4;
}
.big_white {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

#footer{
	font-family: Verdana, Arial, sans-serif;
	letter-spacing:normal;
	font-size: 12px;
	line-height: normal;
	color: #9F2346;
	list-style: none;
	font-weight: normal;
}

#footer A:link    {
	color: #9F2346;
	text-decoration: none;
	font-weight: bold;
}
#footer A:active	{
	color: #9F2346;
	text-decoration: underline;
	font-weight: bold;
}
#footer A:visited	{
	color: #9F2346;
	text-decoration: none;
	font-weight: bold;
}
#footer A:hover   {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.footer_red {
	font-size: 10px;
	color: #9F2346;
	font-weight: bold;
}
.footer_gray {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
#chef_apDiv1 {
	position:relative;
	width:530px;
	height:300px;
	z-index:6;
	left: 10px;
	top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#footer2{
	color: #666666;
	font-size: 10px;
}

#footer2 A:link    {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#footer2 A:active	{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
#footer2 A:visited	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#footer2 A:hover   {
	color: #9F2346;
	font-size: 10px;
	text-decoration: underline;
}
.link,
.signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	text-decoration: none;
}
.signupframe {
}
.redline { 
border-top-color: #9F2346; 
border-top-style: solid;
border-top-width: 3px;
padding-top: 6px; 
width: 100%;
}
.grayline {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 6px;
	width: 100%;
}
.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 135px; /*width of left column containing the label elements*/
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -135px; /*width of left column*/
width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

.cssform textarea{
width: 450px;
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;
}

.form_red {color: #9F2346}

