/* CSS layout */
body {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 0 0;
	text-align:center;
	}

img {
	border-style: none;
	border-width: 0px;
	}

.fltLft{padding-right:10px; padding-top:10px; padding-bottom:10px; padding-left:0px; float:left;}
.fltRt{padding:10px; padding-top:10px; padding-bottom:10px; padding-right:0px; float:right;}



a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
	
legend	{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

#container{
	width:760px;
	height:100%;
	margin:0 auto;
}

#header {
	background: #FFFFFF;
	width: 100%;
	text-align: left;
	}

.headerLogo
{
	/* background-color:#600; */
	background-position:175px;
	background-position:top left;
}
	

#nav	{
	background: #666666;
	width: 100%;
	}

#wrapper {
	width: 100%;
	}

#content {
	background: #FFFFFF;
	text-align: justify;
	text-align:left;
	padding: 10px 10px 10px 10px;
	border-right:solid 1px #990000;
	border-left:solid 1px #990000;

	}
	
.contentText{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
}

.title {
	font-size: 18px;
	font-weight: bold;
		text-align:left;
	padding-right:150px;
	width:200px;
	color: #990000;
	}
	
.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	}

#footer {
	background-image:url(../siteimages/footer.jpg);
	background-repeat:repeat-x;
	height:30px;
	padding-top:5px;
	width: 100%;
	text-align: center;
	font-size: 8pt;
	color: #333333;
	}
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: #666666 url(../images/blockdefault.jpg) center center repeat-x;
	}

.solidblockmenu li {
	display: inline;
	}

.solidblockmenu li a {
	float: left;
	color: white;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	text-decoration: none;
	}
	
.homeLink a {
	background-color:#990000;
	width:45px !important;
	padding:15px !important;
	text-align:center;
	border:none !important;
	float:left;
	
}

.solidblockmenu li a:visited {
	color: white;
	}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(../images/blockactive.jpg) center center repeat-x;
	}
