/* Developed by Matthew Sloggett */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 76%;
	background-color: #000000;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1em 0em 1em 0em;
	color: #000000;
	}
h3 {
	font-size: 1.4em;
	color: #808000;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	text-decoration: underline;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1E324B;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1em 0em 1em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	color: #000000;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	}
li {
	color: #000000;
	font-size: 1.0em;
	}
a {
	font-size: 1.0em;
	line-height: 1.4em;
	color: #808000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
strong, b {
	font-weight: bold;
	color: #000000;
	}

#container1 {
	background:transparent url(../images/bg_y.gif) repeat-y;
	margin: 0px auto 0px auto;
	width: 900px;
	padding: 0px 0px 0px 8px;
}
#container2 {	
	width: 865px;
	background:transparent url(../images/header.jpg) top left no-repeat ;
	padding: 0px 0px 0px 35px;
	}
#container22 {
	width: 865px;
	padding: 0px 0px 0px 35px;
	background-color: transparent;
	background-image: url(../images/header_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container3 {
}


	
#siteinfo {
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 1px 10px;
	background: #2c3943 url(../images/footer.gif) bottom left no-repeat;
	text-align: center;
}

#siteinfo p, #siteinfo ul, #siteinfo li, #siteinfo a {color: #ffffff; font-size: 1.0em;}
#siteinfo li a { color: #ffffff;}
	
	#siteinfo p{ margin: 0px; padding: 0px; font-size: 0.9em;}
	#siteinfo ul{
	margin: 0px;
	padding: 5px 0px 2px 0px;
	text-align: center;
}
	#siteinfo li{ display: inline; padding: 0px 0px 0px 0px; margin: 0px; font-size: 0.9em;}
	#siteinfo  a{ padding: 0px 4px 0px 4px; margin: 0px; }

	#siteinfo-legal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}	
	#siteinfo-credits {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	text-align: center;
	}
	#siteinfo-extra {}
.MsoNormal {
	text-align: left;
}
.large_link {
	font-size: 1.25em;
}
.caption {
	margin-top: -1em;
	font-style: italic;
}
.small_text {
	margin-top: -1em;
	font-size: 0.85em;
	line-height: 1em;
}



/* Specials */

.hide {display: none;}
.hide_div {display: none;}
.clear_both {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}
.gray_line {
	height: 10px;
	width: 100px;
	background-image: url(../images/gray_line.gif);
	background-repeat: repeat-x;
	margin-bottom: 1em;
}
.gold_line {
	height: 10px;
	width: 100px;
	background-image: url(../images/gold_line.gif);
	background-repeat: repeat-x;
	margin-bottom: 1em;
}
.image_pad {
	padding: 15px;
}
