/* Redefine Default Link Style */
a {    
    color: #CC0000;    
}
a:link {    
    color: #CC0000;    
    text-decoration : none;    
}
a:visited {    
    color: #FF0000;    
    text-decoration : none;    
}
a:hover {    
    color: #999999;    
}
a:active {
}

/* Define Menu Styles */
.menuLink{     
    font : bold 14px "Courier New", Courier, mono;    
    color: #CC0000;    
}
.subMenuLink{     
    font-family: "Courier New", Courier, mono;    
    font-size: 10px;    
    color: #CC0000;    
}

/* Define main content styles */	
.mainContentHeading{
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #660000;
	font-weight : bold;
	margin-bottom: 20px;
	margin-right: 20px;

}
.mainContentBodyText{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align : justify;
	color: #660000;
	margin-right: 20px;

}
.mainContentAuthor{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #660000;
	font-weight : normal;
	margin-right: 20px;

}
.mainContentDate{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #660000;
	font-weight : normal;
	margin-left: 30px;
	margin-right: 20px;

}

/* Define News Styles */
.newsHeadline{
	background-color : #F4F4F4;
	margin: 10px 10px 5px;
	padding: 10px;

}

/* Define Navigation Styles */
.navigation{
	background : #FFFFCC;
	padding: 5px;
	margin: 5px;


}
.navigationPrevious{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	padding-right: 50px;
	color: #CC0000;
}
.navigationNext{
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 12px;
	padding-left: 50px;
	color: #CC0000;
}
.navigationBlocks{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: #CC0000;
}
.navigationLink{    
    font-family: Courier New, Courier, mono;    
    font-size: 14px;    
    font-weight : bold;
}

.pictureLink{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

/* Clear Styles */
.clear { 
    clear: both 
}
td {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align : justify;
	color: #660000;
}
p {


	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align : justify;
	color: #660000;
}
li {


	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align : justify;
	color: #660000;
}
h4 {



	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-align : justify;
	color: #660000;
}
.pagebottom {
	background-image: url(../images/page_bot.gif);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.pageleft {
	background-image: url(../images/margin_left.gif);
	background-repeat: repeat-y;
}
.pageright {
	background-image: url(../images/margin_right.gif);
	background-repeat: repeat-y;
}
.borderthin {
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}
.pagenew {
	background-image: url(../menu/pagetrim.gif);
	background-repeat: repeat-y;
}

