@charset "utf-8";
/* CSS Document */

body{
	font-size:0.78em;
	color:#663300;
	line-height:1.5em;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}



p{
	padding:6px 0px;
	margin:0px;
}



/*HEADINGS*/
h1{
	font-weight: bold;
	font-size:1.6em;
	line-height:1.3em;
	padding:6px 0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	
}

h2{
	font-weight:bold;
	font-size:1.3em;
	padding:6px 0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	padding:6px 0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h4{
	font-weight:normal;
	font-size:1.1em;
	padding:6px 0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h5{
	font-weight:normal;
	font-size:1em;
	padding:6px 0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*HEADINGS END*/

/*FONT COLORS*/

.white{
	color:#fff;
}

.yellow{
	color:#fdb336;
}

/*FONTs*/

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fontSize1em{
	font-size:1.3em;
}

/*LINKS*/

a:link{
	text-decoration:underline;
	color:#ca5f00;

}
a:visited{
	text-decoration:underline;
	color:#ca5f00;

}
a:hover{
	text-decoration:none;
	color:#ca5f00;
	
}
a:active{
	text-decoration:underline;
	color:#ca5f00;

}



#nav a:link{
	text-decoration:none;
	color:#663300;

}
#nav a:visited{
	text-decoration:none;
	color:#663300;

}
#nav a:hover{
	text-decoration:none;
	color:#7f1d00;
	background:url(../images/menu_hover.jpg) center no-repeat;
	
}
#nav a:active{
	text-decoration:none;
	color:#663300;

}




#footer a:link{
	text-decoration:none;
	color:#fff;

}
#footer a:visited{
	text-decoration:none;
	color:#fff;

}
#footer a:hover{
	text-decoration:none;
	color:#fdb336;
	
}
#footer  a:active{
	text-decoration:none;
	color:#fff;

}


#historyMenuContainer a:link{
	text-decoration:none;
	color:#663300;

}
#historyMenuContainer a:visited{
	text-decoration:none;
	color:#663300;


}
#historyMenuContainer a:hover{
	text-decoration:none;
	color:#a42400;
}
#historyMenuContainer a:active{
	text-decoration:none;
	color:#663300;
}




.historyMenuActive a:link{
	text-decoration:none;
	color:#663300;
}
.historyMenuActive a:visited{
	text-decoration:none;
	color:#663300;
}
.historyMenuActive a:hover{
	text-decoration:none;
	color:#a42400;
}
.historyMenuActive a:active{
	text-decoration:none;
	color:#663300;
}

#bottomContent a{	
	color:#3f0e00;
	text-decoration:none;
}

#bottomContent a:hover{
	text-decoration:underline;
}	



