/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FFBA00;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.logo {
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#26354A;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	color:#26354A;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	}
	
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFBA00;
	}
#categoryHeadline {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#articleHeadline {
	font-size: 15px; 
	font-weight: bold;
	padding-left: 15px;
	font-color: #808080;
	background:url(/images/bullet3.gif) no-repeat 4px;
}
#articleDate {
	font-size: 10px;
}
.articleBody {
	font-size: 13px;
	border: 0px;
	padding: 10px 10px 10px 10px;
	background-color:#F5F5F5;
}
#articleComments {
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
}

#replyInputBox {
	border: 1px #DADADA solid;
	background-color: #F6F6F6;
	width: 500px;
}
#replyTextArea {
	border: 1px #DADADA solid;
	background-color: #F6F6F6;
	width: 500px;
	height: 200px;
}
#SubmitButton {
	border: 1px #DADADA solid;
	background-color: #F6F6F6;
}
#dividerLine {
	border: 0px;
	border-top: 0;
}

#commHeadline {
	font-size: 9px; 
	font-weight: normal;
}
#commByReply {
	font-size: 10px; 
	font-weight: none;
	text-align: left;
}
#commDate {
	font-size: 10px;
}
#commBody {
	font-size: 13px;
	border: 0px;
	padding-left: 4px;
	border-left: 15px #F5F5F5 solid;
}
#commReply {
	font-size: 10px;
	text-align: right;
}