@charset "utf-8";
/* CSS Document */

body {
	background-color: #660000;
	background-image: url(Images/bg_page.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontainer {
	background-color: #3e0000;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#maincontainer #pageheader {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
#maincontainer #pageheader a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#maincontainer #pageheader a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

#maincontainer #pageheader a img {
	border: none;
}
#maincontainer #titleheader {
	text-align: center;
}
#maincontainer #topnavbar {
	background-image: url(Images/grad.jpg);
	background-repeat: repeat-x;
	border: 1px solid #600;
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 20px;
}
#maincontainer #homebanner {
	text-align: center;
	margin-bottom: 5px;
}
#maincontainer #homebanner a img {
	border: none;
}
#maincontainer #homecontent #rightcolumn {
	width: 215px;
	float: right;
	padding-top: 5px;
	margin-right: 10px;
}
#maincontainer #homecontent #rightcolumn a {
	color: #FFF;
	text-decoration: underline;
}
#maincontainer #homecontent #leftcolumn {
	width: 745px;
	float: left;
	padding-left: 15px;
}

#maincontainer #homecontent #leftcolumn p {
	text-align: justify;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#maincontainer #homecontent #leftcolumn p a {
	color: #F00;
	font-size: 14px;
}
#maincontainer #news h1 {
	background-color: #600;
}
#maincontainer #maincontent   img{
	border: 2px solid #660000;
}
#maincontainer #maincontent img a {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#maincontainer #maincontent #leftcolumn {
	width: 225px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
}
#maincontainer #maincontent #rightcolumn {
	float: right;
	width: 215px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 5px;
}
#maincontainer #maincontent #rightcolumn a {
	color: #FFF;
	text-decoration: underline;
}
#maincontainer #maincontent #middlecolumn {
	margin-left: 250px;
	margin-right: 250px;
	padding-bottom: 10px;
}
#maincontainer #maincontent #middlecolumn p{
	text-align: justify;
}
#maincontainer #maincontent #middlecolumn p a{
	color: #FFF;
	text-decoration: underline;
}
#maincontainer #maincontent #middlecolumn table a {
	color: #FFF;
	text-decoration: underline;
}
#maincontainer #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-left: 15px;
	clear: both;
	background-color: #600;
	text-align: right;
	padding-right: 15px;
	background-image: url(Images/footertext.jpg);
	background-repeat: no-repeat;
	line-height: 200%;
}
h1    {
	font-size: 19px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 2px;
	background-repeat: repeat-x;

}
h2    {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;

}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
}
.subtitle {
	color: #999;
}
.subtitleRed {
	font-size: 16px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-weight: bold;
	line-height: 20%;
}
.fltlftImage {
	float: left;
	margin-right: 20px;
	border: 2px solid #660000;
	margin-bottom: 10px;
}

.fltrgtImage {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.clearright {
	clear: right;
}
.fancyHeading {
	font-family: "Monotype Corsiva";
	font-size: 26px;
	font-weight: lighter;
	color: #FFF;
}
.imageborder {
	border: 2px solid #660000;
}
.redbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F00;
	text-align: justify;
}
