@media screen,projection {

body {
	margin:0; padding:0; height:100%;
	min-width:768px; text-align:center;
	background-color:#000; color:#fff;
	background-image:url(img/bg_body.gif);
	background-repeat:repeat-x;
	font:normal normal 12px verdana, geneva, sans-serif;
}
a:link {color:#6ff; text-decoration:none}
a:visited {color:#6ff; text-decoration:none}
a:hover {color:#49f; text-decoration:underline}

#top {
	position:relative; width:768px;
	margin:auto; text-align:left;
	background-image:url(img/bg_top.gif);
	background-repeat:repeat-y;
}

#header {
	position:relative; height:97px;
	background-image:url(img/bg_header.jpg);
	background-repeat:no-repeat;
}
#logo {
	position:absolute;left:254px;top:0;width:514px; height:97px;
	background-image:url(img/bg_header_r.jpg);
	background-repeat:no-repeat;
	background-position:261px 0;
}
#logo img {width:260px;height:85px;margin-top:9px;border:0}

#header2 {
	position:relative; height:91px;
	background-image:url(img/bg_header2.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#header2 h1 {position:absolute;margin:0;font-size:17px}


#content-box {
	position:relative; height:400px;
	background-image:url(img/bg_content.gif);
	background-repeat:repeat-y;
}
html>body #content-box {height:auto; min-height:400px}

#content1 {
	float:left; width:166px; height:400px; overflow:hidden;
}
#menu {list-style-type:none;padding:0 0 0 2px;margin:0;height:250px}
#menu li {float:left;margin:0;padding:0;height:25px;width:153px;overflow:hidden}
#menu li.f {height:37px}
#menu li img {width:153px;height:23px;border:0}
#menu li.f img {height:35px}

#content2 {float:left;margin-top:15px;width:590px;overflow:hidden}
#content2 h2 {font:normal bold 14px verdana, geneva, sans-serif;margin:10px 80px 10px 40px}
#content2 p {margin:18px 80px 18px 40px;line-height:1.4em}
#content2 p.i {margin:0;text-align:center}
#content2 p.i img {width:590px;height:385px;vertical-align:middle}

#content2 p.i img.arrow-img {width:15px;height:40px;border:0}

address {font-style:normal}


#footer {
	position:relative;
	margin:auto; text-align:left;
	border-top:2px solid #6c7975;
}
#footer ul {position:absolute;width:400px;right:4px;top:4px;margin:0;padding:0;list-style-type:none; font-size:9px}
#footer li {float:right; display:inline; margin:0;padding:0 0 0 15px}
#footer a:link {color:#777; text-decoration:none}
#footer a:visited {color:#777; text-decoration:none}
#footer a:hover {color:#ccc; text-decoration:none}

}
h1#itsdone {position:absolute;font-size:10px}
h1#itsdone img {width:2px;height:2px;border:0}


@media print {
body {font-size:11pt}
h1 {font-size:14pt}
h2 {font-size:12pt}
a img {border:0}
#menu {display:none}
#logo {float:right}
}

