/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px; 
	background-position: top center; 
	background-color:#FFCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
}

a {
	color:#336699;
}

.subnav_lines {
	background-image: url(images/subnav_lines.gif); 
	background-position: top center; 
	background-repeat: repeat-y;
	}

.subnav_bottom {
	background-image: url(images/subnav_bottomcurve.gif); 
	background-position: top center; 
	background-repeat: no-repeat;
	}

.nav { 
	color:#FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.nav, a.nav:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

a.nav:hover { 
	text-decoration: underline;
}

.bigletter { 
	font-size: 20px;
	font-weight: bold;
}

.subnav, a.subnav, a.subnav:visited {
	color: #6699CC;
	font-weight:bold;
	text-decoration: none;
}

a.subnav:hover { 
	text-decoration: underline;
}

.heading {
    color: #006633;
	font-weight: bold:
	font-size: 22px

}