@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

/*body {
	background-color:#fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}*/

a:link, a:active, a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color:#333;	
	text-decoration: none;
}

h1 {
	color: #999;
	font-size: 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}

p {
	padding-bottom: 5px;
	line-height: 1.5;
}

ul {
	margin: -10px 0 5px 0;
}

li {
	margin: 0 0 -2px -15px;
	list-style-type: circle;
}

img {
	border: 0;
}

small {
	font-size: 0.75em;
}

.container {
	width: 976px;
	margin: 0 auto;
}

#nav {

}

#nav ul, #nav ul li {
	list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

#nav ul {
    text-align: center;
}

#nav ul li {
    display: inline;
    font-size: 0.75em;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

/*.logo {
	position: absolute;
	left: 50%;
	top: 38px;
	margin-left: -86px;
}*/

.logo {
	width: 174px;
	height: 53px;
	margin: 20px auto 0 auto;
}

.patch {
	position:absolute;
	left:50%;
	top:-8px;
	margin-left:400px;
	width: 90px;
}
	  
/*.flash {
	position:absolute;
	top: 92px;
	left: 50%;
	margin-left: -488px;
	z-index: 1;
}*/

.flash {
	margin: 0 auto;
}

.red {
	color: #F00;
	font-size: 0.75em;
	font-style: italic;
}

/*.lefttab {
	float: left;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -488px;
	width: 112px;
}
	
.righttab {
	float: right;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: 376px;
	width: 112px;
}*/

.lefttab {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -488px;
	width: 112px;
}
	
.righttab {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: 376px;
	width: 112px;
}
	
/*#content {
	padding: 0;
	text-align: left;
	line-height: 135%; 
	position: absolute;
	top: 180px;
	left: 50%;
	width: 550px;
	margin-left: -275px;
	padding-bottom: 50px;
	z-index:1;
}*/

#content {
	line-height: 1.5; 
	width: 550px;
	padding: 50px 0 0 0;
	margin: 0 auto;
	text-align: left;
}

ul#plist {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: disc;
}

ul#plist li {
	padding-bottom: 10px;
}

/*#footer {
	font-size: 0.65em;
	position: fixed;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 550px;
	margin-left: -275px;
	color: #999;
	z-index: 2;
	text-align: center;
	padding: 10px;
}*/

#footer {
	margin: 0 auto;
	padding: 40px 0 20px 0;
	color: #999;
	width: 550px;
	text-align: center;
	font-size: 0.65em;
}

#footer a {
	text-decoration: none;
}

.noflash_nav {
	font-size: 0.75em;
	color: #999;
	text-transform: uppercase;
}

.noflash_nav a {
	text-decoration: none;
}

.nopoint {
	list-style: none;
	margin: 0 0 10px -30px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size: 0.6em;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	border: none;
	padding:5px;
	width: 90px;
	height: 30px;
	background: #000;
	color: #FFF;
	font-size: 10px;
	line-height: 1.4;
}

#tooltip.pretty h3 {
	font-size: 10px;
	font-weight: normal;
	width: 90px;
	text-align: center;
	line-height: 1.4;
}