/* general stuff */
body {
	padding : 0;
	margin : 0;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 125%;
}
a {
	color:#003399;
}
a:hover {
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color:#003399;
}
/* define page body */
.content {
	width: 960px;
	margin-top:12px;
	background-color:#FFFFFF;
}
.top_lft {
	width: 36 px;
	height: 21px;
	background-image:url(images/top_lft.jpg);
	background-repeat:no-repeat;
}
.mid_top {
	width: 888px;
	height: 21px;
	background-color:#FFFFFF;
}
.top_rt {
	width: 36 px;
	height: 21px;
	background-image:url(images/top_rt.jpg);
	background-repeat:no-repeat;
}
.side_lft {
	width: 36 px;
	background-image:url(images/side_lft.jpg);
	background-repeat:repeat-y;
}
.side_rt {
	width: 36 px;
	background-image:url(images/side_rt.jpg);
	background-repeat:repeat-y;
}
.bot_lft {
	background-image:url(images/bot_lft.jpg);
	width: 36px;
	height:29px;
}
.bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
}
.bot_rt {
	background-image:url(images/bot_rt.jpg);
	width: 36px;
	height:29px;
}

/* define page footer */
.footer {
	width: 888px;
	height: 45px;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	
/* define logo, byline, ad and button positions */
.logo {
	padding-bottom:20px;
}
.bar {
	display:block;
	background-color:#555555;
	width:100%;
	height: 3px;
}
/* text styles */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:32px;
	/margin-top:10px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bigtext {
	line-height:38px;
	margin-top:-10px;
	/margin-top: 0px; 
	/line-height:40px; 
	margin-left:10px; 
	font-size:18px; 
	vertical-align:middle;
	font-weight:bold;
	color:#003399;
}


/* define page guts */
.main {
	margin-top: 4px;
	width: 878px;
	padding-left: 10px;
	height:660px;
	text-align:left;
	background-color:#FFFFFF;
}

