/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
body{	
	text-align:center;
	background-color: #FFF;
	min-width:800px;
}
a{text-decoration: none;}
a:hover {text-decoration: underline overline; color: white;}
#outer{
	min-height:100%;
	width:800px;
	text-align:left;
	margin:-52px auto 0;
	position:relative;
	background-color: #FF7800;
}
 
* html #outer{
	height:100%; /*IE treats height as min-height anyway*/
	width:800px;
	w\idth:800px;
}
#header{
	position:absolute;
	top:52px;
	left:0px;
	width:800px;
	height:230px;
	background:#D44100;
	overflow:hidden;
	color: #fff;
	z-index:100;
}
#header h2{
	padding:0 0 0 10px;
}
h3{
	font-size:10px;
}
#header img{
	border-bottom: 15px solid #FF7800;
}
#header a{
	color:#FFFFFF;
	word-spacing: 1em;
}
#header p{
	padding:0 0 0 10px;
	font-weight: bold;
	text-transform: lowercase;
	word-spacing: 3em;
}
#left {
	position:relative;
	width:130px;
	float:left;
	padding-top:270px;
	padding-left: 10px;
}
#left p{
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
p {
	padding:0 3px;
	margin:0 0 1em 0;
	font-weight: bold;
}
#footer {
	width:800px;
	clear:both;
	height:50px;
	background-color: #FF7800;
	text-align:center;
	margin:auto;
	font-weight: bold;
	border-top: 0.1px solid #FF7800;
	border-right: 0.1px solid #fff;
	border-bottom: 0.1px solid #fff;
	border-left: 0.1px solid #fff;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#centrecontent {
	width:550px;
	float:right;
	padding:270px 10px 10px 0;
}
html>body #minHeight{float:right;width:0;height:100%;margin-bottom:-52px;} /*safari wrapper */
.clearer{height:1px;overflow:hidden;clear:both}
.style1 {	font-size: 18px;
	font-weight: bold;
}
#thumbnail {
	width: 600px;
	margin: 0 auto;}
#thumbnail a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.thumbnail img { padding: 0.5em 0}
.thumbnail {
	float: left;
	width: 125px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 130px;}
ul {
	padding-left: 10px;
}
li {
	list-style-type: none;
	font-weight: bold;
	line-height: 1.5em;
}
h2 {
	background-color:#D44100;
	color: #FFFFFF;
}
h4 {
	line-height: 2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D44100;
}
.ital{
	font-style: italic;
}
.red {color: red;}

