/********************************
* Author: Mathew Buckley        *
* Authorized copy to McFarlands *
* Under the KRRS Company Name   *                              
********************************/

a {text-decoration: none; color: #70570d; font-weight: bold}

a:hover {color: #b7b700; font-weight: bold}

body {color: #FFFFFF; background-color: #663333; margin: 0px; font-family: Arial, helvetica, san-serif}

.logo {color: #663333; border: #663333 1px solid; padding: 5px}

.center {border: #888888 1px solid; background-color: #EEEEEE}

.box {border: #888888 1px solid}

.header {color: #ffff99; background-color: #70560d; padding: 2px}

.content {color: #666600; background-color: #EEEEEE}/*the text area/*

/******************************
* this is the side navigation *
*                             *
*******************************/
.filler {
	background-color:#663333 ; /* background side anvigation #663333 */
	color: #666666;
}

/**************************************************
	Page Footer Styles
***************************************************/

#footer {
	margin: 1ex;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #70560d;
}
/***********************************/
/* added CSS                       */
/***********************************

a       {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover       {
	font-weight: bolder;
	font-size: 10px;
	color: #999999;
}
body       {
	font-family: Arial, helvetica, san-serif;
	color: #666666;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top:  none;
	border-right:  none;
	border-bottom:  none;
	border-left:  none;
}
.logo       {
	color: #000000;
}
.box       {
	color: #666666;
	background-color: #555555;
	border-top:  1px none #555555;
	border-right:  1px none #555555;
	border-bottom:  1px none #555555;
	border-left:  1px none #555555;
}
.header       {
	font-weight: bold;
	font-size: 16;
	color: #000000;
	background-color: #666666;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	cursor: hand;
	filter: Xray;
}
.content       {
	font-weight: bold;
	font-size: 12;
	color: #666666;
	background-color: #000000;
	background-position: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
p       {
	text-align: left;
	text-indent: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.image   {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top:  1px;
	border-right:  1px;
	border-bottom:  1px;
	border-left:  1px;
	float: right;
}

*/