/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #999966;
	font-size: 100%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #683E32;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2{
	font-size: 100%;
	color: #683E32;
	font-weight: bold;
	padding: 0px;
}

h3{
 font-size: 100%;
 color: #683E32;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #683E32;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	width: 785px;
	border: 2px solid #ffffff;
	height: 550px;
}

#masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: none #cccccc;
	width: 785px;
	display: block;
	height: 92px;
	background-color: #999966;
	}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #999966;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-image: none;
	height: 430px;
	width: 150px;
	z-index: auto;
}

#navBar a:visited, a:link {
	FONT-WEIGHT: bold; 
	COLOR: #ffffff; 
	background-colour: #999966;
}

#navBar a:hover, a:active {
	FONT-WEIGHT: bold; 
	COLOR: #666666; 
	background-colour: #ffffff;
}


#content{
	float:right;
	width: 620px;
	margin: 0;
	padding: 0 0 0 0;
	background-image: none;
	background-color: #FFFFFF;
	height: 425px;
	overflow: auto;
	scrollbar-3dlight-color: #566A42;
	scrollbar-arrow-color: #999966;
	scrollbar-base-color: #E8ECE2;
	scrollbar-darkShadow-color: #999966;
	scrollbar-face-color: #E8ECE2;
	scrollbar-highlight-color: #E8ECE2;
	scrollbar-shadow-color: #566A42;
	scrollbar-track-color: #999966;
	
}

#content a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
}

#content img {
	border-color: #ffffff;
}

#content a:hover img {
	border-color: #cccccc;
}

#footer {
	background-color: #999966;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 785px;
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: none #999999;
}

 #footer a:hover{
	color: #CCCCCC;
	background-color: #999966;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #999966;
	color: #683E32;
	border-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-color: 999999;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	width: auto;
	border-bottom-color: 999999;
	color: #683E32;
}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
	color: #683E32;
	background-color: #999966;
	border-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	font-style: italic;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #683E32;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #683E32;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999966;
	padding: 2px 0px 2px 10px;
	color: #683E32;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#advert img{
	display: block;
}

td {
	padding: 0;
}

.hattables {
	width: 95%;
	text-align: center;
	padding: 0px;
}
hr {
	width: 95%;
	text-align: center;
}
.submenu {
	font-size: 70%;
	color: #333333;
}
.hatdescript {
	text-align: center;
	margin: 2px;
	padding: 2px;
	font-size: 75%;
}

.otherdescript {
	text-align: left;
	margin: 2px;
	padding: 2px;
	font-size: 75%;
	background-position: top;
}

.imageright {
	float: right;
	margin-left: 15px;
	border: 1px none #000000;
	width: 130px;
}
