body
{
    margin:0;
}

a
{
    cursor:pointer; 	
	color:#2080AF;
	text-decoration:none;
}
a:hover
{
    color:#5FA6BF;
	text-decoration:underline;
}

h1
{
    font:56px Impact,Times,"Times New Roman";
    text-align:center;
    margin:15px auto;
    padding-bottom:3px;
    border-bottom:1px solid #000;
    width:100%;
}

p
{
    font:14px/19px "Times New Roman",Times;
}

li
{
    margin-top:10px;
}

li div
{
    background:url('images/fading_line.jpg') 0% 75% no-repeat;
    font-weight:bold;
    padding:10px 0;
}

#page_header
{
    background:#fff url('images/header.jpg') center no-repeat;
    width:100%;
    height:86px;
    border-bottom:1px solid #000;
    margin:0 0 15px 0;
}

#page_footer
{
	width:800px;
	margin:0 auto;
	padding:10px 0;
	border-top:1px solid #333;
}

#page_footer p
{
    font:11px "Times New Roman",Georgia,Arial;
    text-align:center;
    margin:0;
}

#page_footer a
{
    text-decoration:underline;
}

#fadeDiv
{
    position:absolute;
    top:200px;
    left:50%;
	width:800px;
	margin-left:-400px;
    background-color:#fff;
}

.contentView
{
    width:800px;
    margin:35px auto;
}

.panelContent
{
    background:#eee url('images/gradient.jpg') repeat-x; 
    padding:3px 20px 1px 20px;
}

.header
{
    background:url('images/underline.jpg') bottom center no-repeat;
    margin:15px auto 12px auto;
    padding-bottom:3px;
    text-align:center;
}

.text
{
    margin:15px auto;
}

.buttonLink
{
    cursor:pointer; 	
	color:#2080AF;
    border:0;
    background-color:Transparent;
    font:14px "Times New Roman",Times;
    padding:0;
    text-align:left;
}
.buttonLink:hover
{
    color:#5FA6BF;
    text-decoration:underline;
}

.tooltip 
{ 
    border:1px solid #000;
    width:200px;
    background-color:#F9F9F9;
}

.tooltip h3
{ 
    background-color:#333;
    color:#fff;
    text-align:center;
    font:bold 12px Georgia,Arial,"Times New Roman";
    margin:0 0 5px 0;
    padding:2px 0 4px 0;
    width:100%;
}

.tooltip p
{ 
    font:12px "Times New Roman",Times;
    margin:0;
    padding:0 10px 8px 10px;
}   

.fade1 
{
	opacity:.55;
	-moz-opacity:0.55;
}

.fade2 
{
	opacity:.45;
	-moz-opacity:0.45;
}

.fade3
{
	opacity:.35;
	-moz-opacity:0.35;
}

.fade4
{
	opacity:.25;
	-moz-opacity:0.25;
}

.fade5 
{
	opacity:.15; 
	-moz-opacity:0.15;
}

.fade6
{
	opacity:.05; 
	-moz-opacity:0.05;
}
.fade7
{
	opacity:0; 
	-moz-opacity:0.00;
}