/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:left;
	background-image:url(images/imgMainBG.jpg);
	margin-top:20px;
	}
	
A:link {
	color: #551A19;
	text-decoration: underline;
	}
A:visited {
	color: #3a5438; text-decoration: underline;
	}
A:active {
	color: #773836; text-decoration: underline;
	}
A:hover {
	color: #17173B;
	text-decoration: underline;
	}
	
.textHeaders {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#773836;
	}
	
.textSubHeaders {
	font-size:12px;
	font-weight:bold;
	color:#111133;
	}

.textSmall {
	font-size:11px
	}

.textLarge {
	font-size:12px
	}
	
.articleHeaders {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#773836;
	font-weight:bold;
	}
	
.articleSubHeaders {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#111133;
	font-weight:bold;
	}
	
.articlePaperDateAuthor {
	color:#666666;
	font-size:10px;
	padding:0px 0px 10px 0px;
	}

.articleImage {
	float:left;
	padding: 0px 10px 10px 0px;
	}

#mainContainer {
	margin-left: auto; 
	margin-right: auto;
  	width:810px;
	background-color:#551a19;
	padding:12px 0px 12px 0px;
	}

#header{
	margin-left: auto; 
	margin-right: auto;
	width:790px;
	height:124px;
	background-image:url(images/imgHeader.jpg);
	background-repeat:no-repeat;
	}
	
#navContainer {
	margin-left: auto; 
	margin-right: auto;
	height:30px;
	width:790px;
	}
	
#navItem {
	display:inline;
	float:left;
	}

#secondaryContainer {
	width:790px;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(images/imgSecondaryContainerBG.gif);
	background-repeat:repeat;
	}
	
#bodyLeftColumn {
	width:540px;
	float:left;
	padding:30px 30px 20px 20px;
	}

#bodyRightColumn {
	width:180px;
	float:right;
	padding:10px;
	background-color:#f9f5ee;
	}
	
#subNav ul {
	background-color:#f4ede0;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#subNav ul li {
	padding:6px 8px 10px 8px;
	text-decoration:none;
	background-image:url(images/imgSubNavBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	list-style-type:none;
	}

#subNav A:link {
	color: #111133; text-decoration:none ;
	}
#subNav A:visited {
	color: #3a5438; text-decoration: none;
	}
#subNav A:active {
	color: #773836; text-decoration: none;
	}
#subNav A:hover {
	color: #773836; text-decoration: underline;
	}
	
#footer {
	font-size:11px;
	color: #c9b5a6;
	text-align:center;
	}
	
#footer A:link {
	color: #c9b5a6; text-decoration: none;
	}
	
#footer A:visited {
	color: #c9b5a6; text-decoration: none;
	}
	
#footer A:hover {
	color: #c9b5a6; text-decoration: underline;
	}
	
.spacer {
	margin:0px;
	padding:0px;
	height:12px;
	clear:both;
	}

#eventRow {
	width:500px;
	margin-left: auto; 
	margin-right: auto;
	background-image:url(images/imgDottedLine.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:15px;
	}

#eventDate {
	float:left;
	width:80px;
	padding-right:15px;
	display:inline;
	font-weight:bold;
	color:#666666;
	font-size:11px;
	}

#eventSubject {
	float:left;
	width:280px;
	padding-right:15px;
	display:inline;
	}

#eventLocation {
	float:left;
	width:110px;
	display:inline;
	color:#444444;
	font-size:10px;
	}
