/* CSS Document */
body	{
	margin: 0 auto;
	text-align:center;
	background-color:#ff642b;
	}

body, table, td, p	{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	}
.shhhh { display:none; }
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight:bold;
	color:#ff642b;
	}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.linkbutton {
	display:block;
	background-color:#FFFAE7;
	width:199px;
	color:#16006A;
	font-size:16px;
	font-weight:bold;
}

.credit	{
padding-left: 200px;
}

#header	{
width:780px;
height:138px;
background:url(images/index_01.jpg);
}

#main {
width:780px;
margin:0 auto;
text-align:center;
background:url(images/index_03.jpg);
}

#footer{
clear:both;
height:20px;
width:750px;
background:url(../inc/images/CSStempBG_04.gif);
	}

#nav {
	width:151px;
	float:left;
	background:url(../images/bg.gif);
}
hr	{
	border: 1px solid #600e94;
	margin: -1px;}

#content	{
margin:0 auto;
text-align:center;
width:780px;
	}
	
#content2 {
text-align:left;
margin:0 auto;
width:750px;
}
#pic {
float: left;
}
.pic{
margin-left:10px;
margin-bottom:5px;
margin-top:5px;
}
	
#Table_01 {
	left:0px;
	top:0px;
	width:750px;
	height:420px;
	text-align:left;
}
#menucont {
float: center;
width:780px;
height:33px;
background-image:url(images/index_02.jpg);
}
#bottom_middle{
float: center;
width:780px;
height:137px;
background:url(images/index_05.jpg);
}
#logos{
float: center;
width:780px;
height:127px;
background:url(images/index_07.jpg);
}

#divider {
float: center;
width:100%;
background-image:url(../wrimages/CSStemp_10.gif);
}
/************  Menu  ******************/
.navlist
{
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
font-weight:bold;
padding: 7px 0px 0px 0px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 10;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: center;
margin: 0px 0px 0px 0px;
text-decoration: none; 
padding:3px;
color: #ffffff;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
color: #fff;
}

.navlist a:hover 
{
background-color:#ffffff;
color:#ff642b;
}

.promoSignUp { background-color:#FFD9CA; border:1px solid #FF642B; padding:5px; }
#validationmessage {width:90%; height:auto!important; margin:0 auto; text-align:center; font-weight:bold; background:#fbb; border:2px dashed #f00; color:#900; padding:5px;}
.fielderror {background-color:#fbb; border-color:#f00; color:#900;}
.warning {font-size:16px;font-weight:bold;color:#E41936;}
.hide {display:none;}
