@media screen {
	#printlogo img{ display:none;}
	}
	
@media print {
	#screenlogo img{ display:none;}
	}
	
body, html {
	margin: 0 0 0 0;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

img { border: 0px; }

a		    { color: #ff7200; text-decoration: none; font-size:10pt;}
a:visited	{ color: ff7200; text-decoration: none; }
a:active	{ color: #ff7200; text-decoration: none; }
a:hover		{ color: gray; text-decoration: none; }

ul, ol, li { color: #ff0000; line-height: 15px; padding:0 0 10px 0; margin-left: 25px; list-style-type:square; }
h4 { font-size:75%; padding:0; margin:0;}
h5 { font-size:72%; padding:0; margin:0;}
li li { color: #ff0000; font-size: 100%;}
li ul { color: #ff0000; font-size: 100%;}

.navigation	{ color: #000000; font-size: 75%; text-decoration: none; font-weight: bold; margin-top:20px;}
.title-black	{ color: #0600ff; font-size: 150%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight:bold; }
.title-red	{ color: #ff0000; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;font-weight:bold; }
.subtitle-black	{ color: black; font-size: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; }
.subtitle-red	{ color: #f00; font-size: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; }
.body-text	{ font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.body-bold	{ color: #464646; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.body-italic	{ font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic; font-weight: normal }

#body {
	width:1000px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-color:#cccccc;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	z-index: 0;
}

#masthead{
	width: 1000px;
	background-color:#ffffff;
}

/* Begin top */

#topnav {
	width: 995px;
	height: 125px;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 70%;
	text-transform: uppercase;
	text-align: right;
	color: #ffffff;
	z-index: 2;
}

#topnav img { margin: 3px 0px 0px 2px; float: left; }
#topnav form { border: 0px; margin: 0px; padding: 0px; }

#topnav p {
 	height: 34px; 
 	margin: 0px; 
 	padding: 5px 10px 0px 0px; 
 	background: #ffffff;
}

#topnav a		{ color: #ffffff; text-decoration: none; }
#topnav a:visited	{ color: #ffffff; text-decoration: none; }
#topnav a:hover		{ color: #FF0000; text-decoration: none; }
#topnav a.topdown		{ color: red; text-decoration: none; }
#topnav a.topdown:visited	{ color: red; text-decoration: none; }
#topnav a.topdown:hover	{ color: red; text-decoration: underline; }

#topLeft
{
	margin: 0px 0px 0px 16px;
}

.breadcrumbs {
	background: #e6e6e6; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-size:70%;
}

.btrail {	
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.blinks {
	vertical-align:top;
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

.breadcrumbs a		{ color: #808080; text-decoration: none; }
.breadcrumbs a:visited	{ color: #808080; text-decoration: none; }
.breadcrumbs a:hover	{ color: #FF0000; text-decoration: none; }

/* End top */

#leftNav{
	clear:both;
	float:left;
	width: 240px;
	margin: 14px 0px 0px 0px;
	padding: 0 0 30px 8px;
}

#leftNav ul 		{ color: black; }
#leftNav ul li 		{ color: black; }
#leftNav .bullet 	{ color: black; }
#leftNav a.down		{ color: gray; text-decoration: none; }
#leftNav a.down:visited	{ color: gray; text-decoration: none; }
#leftNav a.down:hover	{ color: red; text-decoration: underline; }

#leftNav ul { margin-top: 0px; margin-bottom: 0px;}
#leftNav #main li { margin: 0px 0px 12px 8px; }
#leftNav #main { margin-top: 0px; }


/* black bullet, black link */
.list-black ul 		{ color: black; }
.list-black ul li 	{ color: black; }
.list-black .bullet 	{ color: black; }
.list-black ul li a		{ color: black; text-decoration: none; }
.list-black ul li a:visited	{ color: black; text-decoration: none; }
.list-black ul li a:hover	{ color: red; text-decoration: underline; }

/* red bullet, red link */
.list-red ul 			{ color: black; }
.list-red ul li 		{ color: black; }
.list-red .bullet 		{ color: black; }
.list-red ul li a		{ color: red; text-decoration: none; }
.list-red ul li a:visited	{ color: red; text-decoration: none; }
.list-red ul li a:hover		{ color: red; text-decoration: underline; font-size:10pt;}

/* no bullet, black link */
.list-nobullet ul 		{ list-style-position:outside; list-style-type: none; margin: 15px 0px 15px 0px; }
.list-nobullet ul li 		{ list-style-position:outside; list-style-type: none; margin:0px; }
.list-nobullet ul li a		{ color: ff0000; text-decoration: none; }
.list-nobullet ul li a:visited	{ color: ff0000; text-decoration: none; }
.list-nobullet ul li a:hover	{ color: red; text-decoration: underline; }

/* Template styles for 50/50 spread */
.colcenter1{
	float: left;
	width: 700px;
	margin: 14px 0px 0px 16px;
	padding-bottom: 20px;
}

.colright1{
	float: left;
	width: 150px;
	margin: 14px 0px 0px 16px;
	padding: 0 10px 20px 0;
}

/* Template styles for 80/20 spread */
.colcenter2{
	float: left;
	width: 420px;
	margin: 14px 0px 0px 16px;
	padding: 0 0 20px 0;
}

.colright2{
	float: left;
	width: 140px;
	margin: 14px 0px 0px 16px;
	padding: 0 0 20px 0;
}

/* Template styles for 1 column */
.colcenter3{
	float: left;
	width: 556px;
	margin: 14px 0px 0px 16px;
	padding: 0 0 20px 0;
}

/* End template styles */


/* Begin footer */

#footerLinks {
	clear: both;
	width: 1000px;
	background: #e6e6e6;
	color: #808080;
	font-size:72%;
	text-align:center;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#footerLinks a		{ color: blue; text-decoration: none; }
#footerLinks a:visited	{ color: #000000; text-decoration: none; }
#footerLinks a:hover	{ color: #FF0000; text-decoration: none; }
#footerLinks a.bottdown		{ color: blue; text-decoration: none; }
#footerLinks a.bottdown:visited	{ color: blue; text-decoration: none; }
#footerLinks a.bottdown:hover	{ color: blue; text-decoration: underline; }

#footer {
	background: #000000;
	color:#ffffff;
	line-height: 15px;
	font-size:72%;
	text-align:center;
	padding: 15px 0px 15px 0px;
}
#footer a		{ color: #ffffff; text-decoration: none; }
#footer a:visited	{ color: #ffffff; text-decoration: none; }
#footer a:hover		{ color: #cccccc; text-decoration: none; }

/* End footer */

.content { font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px }
.content select { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px }
.content textarea { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px }
.content input { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px; }
.colcenter3 td { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px }

.PollResult
{
    display: block;
    height: 10px;
    background: #FF0000;
}


/* Tiles */

.rightTile
{   display: block;
    width: auto;
    background-color:#e6e6e6;
	color: #000000;
	margin-bottom: 10px;
}
.rightTile hr
{   display: block;
    clear: both;
    color: #FFFFFF;
    background: #FFFFFF;
    height: 1px;
    border: 0;
    margin: 0;
}
.rightTile .tileTitle
{   display: block;
    width: auto;
    padding: 2px 0px 2px 5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color:#AFAFAF;
    border-bottom: 1px solid #FFFFFF;
	color: #FEFEFE;
}
.rightTile .contentTitle
{   display: block;
    margin: 3px 5px 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    clear: left;
}
.rightTile img
{   display: block;
    float: right;
    clear: right;
    width: 58px;
    height: 58px;
    border: 2px solid #CCCCCC;
    margin: 5px;
}
/* \*/ * html .rightTile img { margin: 5px 5px 0 0; } /* IE Win Specific */

.rightTile .container
{   display: block;
    width: 100%;
    background-color:#e6e6e6;
    float: left;
    margin: 0; padding: 0;
}
.rightTile .seperator
{   display: block;
    clear: both;
    height: 1px;
    padding: 0; margin: 0;
}

.rightTile p
{
    margin: 0 10px;
    padding-bottom: 3px;
}
/* \*/ * html .rightTile p { padding-bottom: 0; } /* IE Win Specific */
 
.rightTile p a.red
{   color: #ff0000;
    text-decoration: underline;
}
.rightTile p a.black
{   color: #000000;
    text-decoration: underline;
}