/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#f4c1d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333490;
}

img { border-style:none; }

.ad
{
	width:500px;
	height:75px;
	background-image:url(../images/bgAd.gif);
	background-repeat:repeat-y;
}

/* this is for the main body content */
.body
{
	padding:0px 0px 10px 20px;
	margin-top:20px;
	width:500px;
}

.header
{
	width:855px;
	height:146px;
	background-image:url(../images/header.gif);
}

/* div style for the div containing the sub-nav and body cells */
.content
{
	width:855px;
	background-image:url(../images/bgSlice.gif);
	background-repeat:repeat-y;
}

/* div style for the footer div.  this sets the background image */
.footer
{
	width:855px;
	height:87px;
	background-image:url(../images/footer.gif);
}

/* div style for the footer div.  this sets the solid color and is the div where the footer text resides */
.footerBg
{
	width:782px;
	height:78px;
	background:#d57f9c;
	margin-left:53px;
	color:white;
}

.footerBg a { color:white; }

.headerTitle { font-size:larger; font-weight:bold; }

.intro
{
	text-indent:12px;
	font-size:9pt;
}

.mailinglist
{
	width:500px;
	background:#f4c1d4;
	border:1px solid #333490;
}

.mainnav li
{
	list-style:none;
	float:left;
}

.submit
{
	font-size:9pt;
	color:#333490;
	background:white;
	border:1px solid #333490;
}


/****************** start sub-navigation styles *****************/
.subnav
{
	margin-top:20px;
	padding-left:20px;
	padding-right:9px;
	padding-bottom:20px;
}

.subnav li
{
	list-style:none;
	color:black;
	font-size:8pt;
	padding-left:15px;
	padding-bottom:2px;
}

.subnav li a
{ 
	font-size:8pt;
	text-decoration:none;
	color:#333490;
}

.subnav li a:hover { text-decoration:underline; }

.subnavheader 
{ 
	font-weight:bold;
	color:black;
	font-size:10.5pt;
}

/****************** end sub-navigation styles ****************/

/*  span style for headers in the body cell */
.title
{
	font-size:16pt;
	font-weight:bold;
}

.txtfield { border:1px solid #f4c1d4; }


/* div style for the content in the header */
.topcontent
{
	padding-top:40px;
	padding-right:30px;
}

