/* Some inspiration from undohtml.css - (CC) 2004 Tantek Celik. Some Rights Reserved. */
a:link,a:hover,a:visited {text-decoration:none;}
html, body, img, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, td, form, fieldset, legend, a, button, input, select, textarea {margin:0;padding:0;border:0;}
ul {list-style:square;	padding-left:-5px;}
h1,h2,h3,pre,code {font-size:1em;}
a img,:link img,:visited img {border:none;}

body {
	font:normal 62.5% Arial,Helvetica,sans-serif;
	color:#f3f3f3;
	margin:12px 0;
	background:#edeeef url(../images/bg_body.jpg) 0 0 repeat-x;
	text-align:center;
}
body#sunscreen {
	background:#edeeef url(../images/bg_body.jpg) 0 0 repeat-x;

}
html>body {font-size:10px;}
a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
div#head, div#mid, div#content, div#w1, div#w0, div#top, div#bot {
	position:relative;
}
div#top, div#bot {
	height:8px;
	margin:0 auto;
}
div#w0 {
	width:auto; /* 496px */
	margin:0px 10px 10px 10px;
	/*min-hei\ght:350px; */
}
div#w1 {
	width:auto; /* 480px */
	background:#fff;
	margin:0 auto;
	text-align:left;
}
html>body div#w1 {
	height:auto;
}
div#head {
	/*border:5px solid #fff;*/
	color:#fff;
	margin-bottom:0px;
	height:30px;
	padding-bottom:0px;
	background:#000 url(../imagesglobal/bg_panel_head_new.gif) repeat-x top;
	font-size:120%;
	
}
div#head h1 {
	font-size:130%;
	margin:0.3em;
}
div#head a {
	font-size:90%;
}
html>body div#head {
/*	height:auto; */
}


div#head div p {
	margin-bottom:1.1em;
}
div#head img {
	position:absolute;
}
img#title {
	right:147px;
	top:27px;
}
img#logo {
	right:15px;
	top:10px;
}

div#mid {
	padding:14px 32px;
	font-size:130%;
}

div#mid p {
	margin-bottom:1.3em;
	line-height:1.2em;
}

div#foot {
	width:auto; /* 480px */
	margin:0 auto;
	position:relative;
	color:#666;
	font-size:90%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	height:1.3em;
}
div#foot p {
	position:absolute;
	line-height:1.2em;
}
div#foot p#foot-copy {
	left:10px; 
}
div#foot p#foot-links {
	right:2px;
}
div#foot a {
	color:#808080;
	text-decoration:none;
	font-weight:normal;
}
div#foot a:hover {
	text-decoration:underline;
	color:#000000;
}

h1,h2,h3 {
	color:#fff;
}
h1 {
	font-size:140%;
	margin-bottom:0.6em;
}
h2 {
	font-size:130%;
	margin-bottom:0.6em;
}
h3 {
	font-size:110%;
	margin-bottom:0.6em;
}

h4 {
	font-size:12px;
	margin-bottom:0.6em;
}
h5 {
	font-size:13px;
	margin-bottom:0.6em;
}


