@charset "utf-8";

/* CSS Document */

body { 

background: url(../images/backgroundMain.jpg) center top no-repeat #010101;
margin-top: 0px;
font-family: Arial;
font-size: 12px;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

#header {
	width: 880px;

}

#dropdownMenu2 {
	width: 880px;
	margin: 0px;
	background-image: url(../images/red_3px.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer {
		position: relative;background-color: #000000;
		width: 880px;
		height: 73px;
		border-top: solid 3px #d11140;
		top: -16px;
}

.footerNav {
	position: absolute;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	left: 59px;
	top: 11px;
}

.footerNav a { 
	color: #fff;
	text-decoration: none;
}

.footerNav a:hover { 
	text-decoration: underline;
}

#content {
	background-color: #fff;
	width: 880px;
	
}

#dots {
	position: absolute;
	top: -48px;
	left: 15px;
	width: 25px;
	height: 118px;
	background-image: url(../images/footerDots.png)
}
	
.breadCrumb { 
	width: 800px;
	height: 27px;
	background: url(../images/breadcrumbBack.png) no-repeat;	
	font-size: 11px;
	font-family: Arial;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 5px;
	
}

.breadCrumb a {
	color: #7c7c7c;
	text-decoration: none;
}
	
.breadCrumb a:hover { 
	color: #000;
}

.mainText { 
	margin-top: 15px;
	margin-left: 40px;
	padding-bottom: 20px;
	width: 830px;
}
.mainText2 {
	margin-top: 15px;
	margin-left: 40px;
	padding-bottom: 20px;
	width: 830px;
	background-image: url(../images/eye_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.paragraphIndent {
	margin-left: 25px;
	font-weight:bold;
	
}

.leftBody {
	padding-right: 15px;	
}

#topSpacer {
	height: 10px;
	width: 880px;
}
#navContainer {
	width: 100%;
	height: 30px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}

.prTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6A6E71;
	margin-bottom: 10px;
}
.prDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-bottom: 15px;
}
.prContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6E71;
	margin-bottom: 10px;
}
.prReadmore {
	margin-bottom: 40px;
	font-size: 12px;
}
.prTitle a:link {
	color: #6A6E71;
}
.prTitle a:active {
	color: #6A6E71;
}

.prTitle a:visited {
	color: #6A6E71;
}

.prTitle a:hover {
	color: #6A6E71;
}

