@media screen {
	#printlogo img{ display:none;}
	}
	
@media print {
	#screenlogo img{ display:none;}
	}
	
body, html {
	margin: 0 0 0 0;
}

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

img { border: 0px; }

a		    { color: red; text-decoration: none; }
a:visited	{ color: red; text-decoration: none; }
a:active	{ color: red; text-decoration: none; }
a:hover		{ color: gray; text-decoration: none; }

ul, ol, li { color: black; line-height: 15px; padding:0; margin-left: 0; list-style-type:square;}
h4 { font-size:75%; padding:0; margin:0;}
h5 { font-size:72%; padding:0; margin:0;}
li li { font-size: 100%;}
li ul { font-size: 100%;}

.navigation	{ color: #000000; font-size: 75%; text-decoration: none; font-weight: bold; margin-top:20px;}
.title-black	{ color: #000000; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-weight:bold; }
.title-red	{ color: #ff0000; font-size: 130%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;font-weight:bold; }
.subtitle-black	{ color: black; font-size: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-weight: bold; }
.subtitle-red	{ color: #f00; font-size: 110%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-weight: normal; }
.body-text	{ font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; }
.body-bold	{ color: #464646; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-weight: bold }
.body-italic	{ font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; font-style: italic; font-weight: normal }

#body {
	width:750px;
	background-color:#fff;
	margin: 0 auto;
	text-align:left;
}

/* Begin top */

#topnav {
	width: 750px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 70%;
	text-transform: uppercase;
	text-align: right;
	color: #000;
}

#topnav img { margin: 3px 0px 0px 2px; float: left; }
#topnav form { border: 0px; margin: 0px; padding: 0px; }

#topnav p {
 	height: 34px; 
 	margin: 0; 
 	padding: 5px 0; 
 	background: #fff;
}

#topnav a		{ color: #000; text-decoration: none; }
#topnav a:visited	{ color: #000; 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-color: #f00;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
	font-size:70%;
	padding: 2px 5px;
}

.btrail {	
	width: 530px;
}

.blinks {
	text-align:right;
	width: 200px;
	float: right;
}

.breadcrumbs a		{ color: #fff; text-decoration: none; }
.breadcrumbs a:hover	{ color: #000}

/* End top */

#leftNav{
	clear:both;
	float:left;
	width: 140px;
	margin: 14px 0px 0px 0px;
	padding: 0 0 30px 8px;
}

#leftNav ul 		{ color: black; }
#leftNav ul li 		{ color: black; font-size:70%; }
#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 ul li { margin: 0 0 12px 8px; }


/* 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; }

/* no bullet, black link */
.list-nobullet ul 		{ list-style-position:outside; list-style-type: none; margin: 15px 0; }
.list-nobullet ul li 		{ list-style-position:outside; list-style-type: none; margin:0; }
.list-nobullet ul li a		{ color: black; text-decoration: none; }
.list-nobullet ul li a:visited	{ color: black; text-decoration: none; }
.list-nobullet ul li a:hover	{ color: red; text-decoration: underline; }


/* Generic Template styles */

.colcenter1, .colright1, .colcenter2, .colright2, .colcenter3 {
	float: left;
	margin: 14px 0px 0px 15px;
	padding: 0 0 20px 0;
}
/* Template styles for 50/50 spread */
.colcenter1, .colright1 { width: 285px; }
/* Template styles for 80/20 spread */
.colcenter2 { width: 420px; }
.colright2  { width: 150px; }
/* Template styles for 1 column */
.colcenter3 { width: 570px; }

/* End template styles */


/* Begin footer */

#footerLinks {
	clear: both;
	width: 750px;
	color: #808080;
	font-size:72%;
	text-align:center;
	margin: 0px;
	padding: 2px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#footerLinks a		{ color: #000000; text-decoration: none; }
#footerLinks a:visited	{ color: #000000; text-decoration: none; }
#footerLinks a:hover	{ color: #FF0000; text-decoration: none; }
#footerLinks a.bottdown		{ color: red; text-decoration: none; }
#footerLinks a.bottdown:visited	{ color: red; text-decoration: none; }
#footerLinks a.bottdown:hover	{ color: red; text-decoration: underline; }

#footer {
	background: #fff;
	color:#000;
	line-height: 15px;
	font-size:72%;
	text-align:center;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e6e6e6;
}
#footer a		{ color: #FF0000; text-decoration: none; }
#footer a:visited	{ color: #FF0000; text-decoration: none; }
#footer a:hover		{ color: #FF0000; text-decoration: none; }

/* End footer */

.content { font-size: 70%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; line-height: 15px }
.content select { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; line-height: 15px }
.content textarea { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; line-height: 15px }
.content input { font-size: 100%; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; line-height: 15px; }
.colcenter3 td { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 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;
}

#screenlogo {
	width: 250px;
	float: left;
}
#screenlogo img {
	display:block;
	margin-left:0;
}
#screenlogo span {
	color: #ff0000;
	float: left;
	width: 230px;
	display:block;
	text-transform: uppercase;
	text-align: left;
}

#searchbox {
	float: right; 
	display: inline; 
	position: relative; 
	height: 50px;
}

