/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
html { overflow: -moz-scrollbars-vertical; min-height: 100%; margin-bottom: 1px; }

body {
	min-height: 101%;
	margin: 0 auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	color: #444;
	background-color: #ffffff;
	background-image: url(../I/border1.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited{ font-weight: bold; color: #996633; text-decoration: none;}

a:hover{ color: 99cc33;}

/* Remove lines around links*/
*:focus, *:active {-moz-outline:0px none red; outline:0px none red;}

h1{ font-weight: 500; font-size: 1.75em; font-family: Georgia, "Times New Roman", serif; font-weight: bold; letter-spacing: 1px; color: #336633;}
h2{ font-weight: 500; font-size: 1.5em; font-family: Georgia, "Times New Roman", serif; font-weight: bold; letter-spacing: 1px; color: #336633;}
h3{ font-weight: 600; font-size: 1.25em; font-family: Georgia, "Times New Roman", serif; letter-spacing: 1px; color: #336633;}
h4{ font-weight: 700; font-size: 1.0em; font-family: Georgia, "Times New Roman", serif; letter-spacing: 1px; color: #336633;}

/***********************************************/
/* Class styles                                */
/***********************************************/

.italic{ font-style: italic; }

.bold{ font-weight: 700; color: #336633; }

.underline{ text-decoration: underline; }

.block{ margin: 0px 20px 0px 20px; line-height: 1.25em; }

.form{ font-family: Verdana, sans-serif; font-size: 0.75em;}
.formBold{ font-family: Verdana, sans-serif; font-size: 0.75em; font-weight: bold; color: #336633; } 

.readOn{ font-size: 84%;}

.search{ font-style: italic;}

.title { text-transform: none; letter-spacing: 1px; }
.title a:link, .title a:visited { color: #336633; }
.title a:hover { color: #000; }

.byline { font: italic 1.1em Times, serif; letter-spacing: 1px; margin: 0 0 1.5em; line-height: normal; }
.byline a:link, .byline a:visited {
	font: bold 0.85em Verdana, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin-left: 0.25em;}
	
/***********************************************/
/* Layout divs                                 */
/***********************************************/

#container{ width: 950px; border: 0px; margin: 0 auto; }

#left{ position: relative; float: left; clear: both; width: 265px; height: auto; display: inline; padding: 0 0 0 10px; }

#leftText{ font-size: 70%; line-height: 1.1; font-family: Verdana, sans-serif; position: relative; }
#leftText a:hover{ color: #99cc33;; font-style: italic; }

#content{ padding: 10px 10px 10px 20px; float: left; height: 100%; width: 437px;
	font-size: 80%; font-family: Verdana, sans-serif; line-height: 1.5; }
#content a:hover{ color: #99cc33; font-style: italic; }

#right{ float: right; width: 187px; padding: 30px 10px 10px 10px; 
	font-size: 70%; font-family: Verdana, sans-serif; line-height: 1.1; }
#right a:hover{ color: #99cc33; font-style: italic; }

#siteInfo{ clear: both; font-family: Verdana, sans-serif; font-size: 70%; border-top: 2px dotted #996633; 
	padding: 7px 0 0 25px; background: #ffffff; text-align: left; }
#siteInfo a:hover{ color: #99cc33; font-style: italic; }
	
#footer{ float: left; width:100%; height: 3px; padding: 0px; margin: 0px; background: #996633; 
	border-bottom: 19px solid #336633; border-top: 7px solid #c6e0c6; }

/***** topNav *****/
#topNav{
	display: inline;
	float: left;
	width: 950px;
	height: 46px;
	position: relative;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#topNav ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#topNav li {
	margin: 0 0 0 0px;
	padding: 0px 0px;
	font-size: 85%;
	display: block;
	list-style: none;
	float: right;
}
#topNav a:link,#topNav a:visited {
	float: right;
	display: block;
	color: #7e4317;
	text-decoration: none;
	margin: 0 1px;
	padding: 7px 10px 10px 10px;
	background-image: url(../I/green.png);
	background-repeat: repeat-x;
}
#topNav li a:hover {
	display: block;
	color: #ffffff;
	font-style: italic;
	background-image: url(../I/white.png);
	background-repeat: repeat-x;
}
#topNav #currentpage a {
	font-size: 120%;
	font-style: italic;
	color: #ffffff;
	display: block;
	border-top: 2px dotted #ffffff;
	border-right: 2px dotted #ffffff;
	border-left: 2px dotted #ffffff;
	margin: 10px 3px 0px 3px;
	padding: 0px 10px 5px 10px;
	background-image: none;
}

/************* #breadCrumb styles *************/
	
#breadCrumb{ 
	float: left; 
	width: 925px; 
	height: auto; 
	margin: 0px; 
	padding: 7px 0px 0px 25px; 
	background-color: #fffffff; 
	border-bottom: 2px dotted #996633; 
	color: #99cc99; 
	font-family: Verdana, sans-serif; 
	font-size: 85%; font-style: italic; 
	font-weight: bold; 
	line-height: 0; 
}
#breadCrumb a:hover{ color: #99cc33; font-style: normal; }