/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #F1F2F5 url(images/default_background.jpg) repeat-y center;
	margin: auto; padding: 0; text-align: center; 
	text-align:left;
}

#wrap {
	background-color: #FFFFFF; margin: 0px auto; padding: 0px; width:971px;
}

a:link {color: #2A457B; text-decoration: none;}
a:visited {color: #2A457B; text-decoration: none;}
a:hover {color: #2A457B; text-decoration: underline;}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td img {display: block;}

.date {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

table #mainbody {
	width: 764px;
	border: none;
	border-collapse: collapse;
	text-align: left;
}

table .bluebox {
	border: none;
	border-collapse: collapse;
}

table .bluebox td {
	padding: 5px;
	border: none;
}

table .bluebox .headline td {
	background-color: #C1DCED;
	background-image: url(images/default_headline_gradient.jpg);
	background-position: right;
	font-size: 16px;
	font-weight: bold;
	color: #2A457B;
	font-family: Arial, Helvetica, sans-serif;
}

table .bluebox .headline td a:link {color: #2A457B; text-decoration: underline;}
table .bluebox .headline td a:visited {color: #2A457B; text-decoration: underline;}
table .bluebox .headline td a:hover {color: #2A457B; text-decoration: underline;}

table .bluebox .headline .nobackground {
	background: none;
}

table .bluebox .headline .solidbackground {
	background-image: none;
	background: #C1DCED;
}

table .bluebox .headlinesmall td {
	font-size: 12px;
	font-weight: bold;
	color: #2A457B;
	font-family: Arial, Helvetica, sans-serif;		
}

table .bluebox .headlinesmall td a:link {color: #2A457B; text-decoration: underline;}
table .bluebox .headlinesmall td a:visited {color: #2A457B; text-decoration: underline;}
table .bluebox .headlinesmall td a:hover {color: #2A457B; text-decoration: underline;}

table .redbox {
	border: none;
	border-collapse: collapse;
}

table .redbox td {
	padding: 5px;
	border: none;
}

table .redbox .headline td {
	background-color: #D0142C;
	background-image: url(images/default_headline_gradient_red.jpg);
	background-position: right;	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
}

table .redbox .headline td a:link {color: #FFFFFF; text-decoration: underline;}
table .redbox .headline td a:visited {color: #FFFFFF; text-decoration: underline;}
table .redbox .headline td a:hover {color: #FFFFFF; text-decoration: underline;}

table .homepagebox {
	border: none;
	border-collapse: collapse;
}

table .homepagebox td {
	padding: 5px;
	padding-left: 8px;
	border: none;
}

table .homepagebox .headline td {
	font-size: 16px;
	font-weight: bold;
	color: #2A457B;
	font-family: Arial, Helvetica, sans-serif;
}

table .homepagebox .headline td a:link {color: #FFFFFF; text-decoration: underline;}
table .homepagebox .headline td a:visited {color: #FFFFFF; text-decoration: underline;}
table .homepagebox .headline td a:hover {color: #FFFFFF; text-decoration: underline;}

table .homepagebox .headlinesmall td {
	background-color: #2A457B;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

table .homepagebox .headlinesmall td a:link {color: #FFFFFF; text-decoration: underline;}
table .homepagebox .headlinesmall td a:visited {color: #FFFFFF; text-decoration: underline;}
table .homepagebox .headlinesmall td a:hover {color: #FFFFFF; text-decoration: underline;}


table .paddedbox td {
	padding: 5px;
	border: 0px;
	border-collapse: none;
}

table .dottedbox {
	border-bottom: dotted 1px #333333;
}

table .dottedbox td {
	padding: 0px;
	border: 0px;
}

.blackborder {
	border-width: 1px;
	border-style: solid;
	border-color:#000000;
}

table #breadcrumb td {
	width: 768px;
	height: 22px;
	font-size: 10px;
	text-transform: uppercase;
}

table .spacer td {
	height: 10px;
}

.bluebullet {
	list-style-image:  url("images/arrow_blue_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.greenbullet {
	list-style-image:  url("images/arrow_green_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.redbullet {
	list-style-image:  url("images/arrow_red_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.purplebullet {
	list-style-image:  url("images/arrow_purple_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.whitebullet {
	list-style-image:  url("images/arrow_white_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.tealbullet {
	list-style-image:  url("images/arrow_teal_right.gif");
	margin-left:-15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

table .nopadding td {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table .noborder td {
	border: none;
	border-collapse: collapse;
}

.regionalnewsheader {
	font-size: 9px;
	font-weight: bold;
	color: #7E807D;
}

.regionalnewsbullet {
	list-style-image:  url("images/arrow_blue_right.gif");
	margin-left:-20px;
	margin-top: 10px;
	font-size: 9px;
	vertical-align: 3px;	
}

.smallbluebullet {
	list-style-image:  url("images/arrow_blue_right.gif");
	margin-left:-25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	vertical-align: 3px;	
}

table #footer {background-color: #CCCCCC;}
table #footer td {border-top: solid 2px #CC0000;}
table #footer a:link {color: #000000;}

table .navbox td {font-size: 10px;}
table .navbox a:link {text-decoration: underline;}
table .navbox a:visited {text-decoration: underline;}
table .navbox a:hover {text-decoration: underline;}

/* --------------------------------------------------------------------------------------------------------------------- */

.xxsmall {
	font-size: 8px;
}

.xsmall {
	font-size: 9px;
	line-height: 12px;
}

.xsmallred {
	font-size: 9px;
	line-height: 12px;	
	color: #CC0000;
}

.largered {
	font-size: 16px;
	color: #CC0000;
}

.small {
	font-size: 10px;
	line-height: 12px;	
}

.regular {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 16px;
}

.xlarge {
	font-size: 18px;
}

.xxlarge {
	font-size: 22px;
}

.xxxlarge {
	font-size: 24px;
}

.red {
	color: #FF0000;
}

.green {
	color: #339900;
}

table#blue9px {border: 1px solid #8BB1D8; margin-left:auto; margin-right:auto;}
table#blue9px td {border: 1px solid #8BB1D8; font-size: 9px; padding:4px;}

table#blue11px {border: 1px solid #8BB1D8; margin-left:auto; margin-right:auto;}
table#blue11px td {border: 1px solid #8BB1D8; font-size: 11px; padding:5px;}

.lightrow {background-color: #E9F0F8;}
.darkrow {background-color: #8BB1D8; color:#FFFFFF;	text-align:center;}

.nounderline a:link {text-decoration:none;}
.nounderline a:visited {text-decoration:none;}

table .headerbox {
	border: solid #2A457B 1px;
	border-collapse: collapse;
}

table .headerbox td {
	padding: 5px;
	border: solid #2A457B 1px;
}

table .subheader td {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	font-size: 10px;
	font-weight: bold;
	color:#999999;
}

.subheader a:link {text-decoration:none; color:#999999;}
.subheader a:hover {text-decoration:underline; color:#999999;}
.subheader a:visited {text-decoration:none; color:#999999;}

table.useroptions {border: 1px solid #DDDDDD; border-collapse: collapse; }
table.useroptions td {border: 1px solid #DDDDDD; border-collapse: collapse; font-size: 9px; padding:2px; background-color: #EEEEEE;}

.centered {
	text-align: center;
}

.darkblue {
	color: #14477E;
}

table .dottedgreybox {
	border: dotted #999999 1px;
	border-collapse: collapse;
}

table .dottedgreybox td {
	padding: 10px;
}

table .dottedgreybox a:link, table .dottedgreybox a:visited, table .dottedgreybox a:hover, table .dottedgreybox a:active {
	text-decoration: underline;
	color: #B4061F;
}

table .dottedredbox {
	border: dotted #B20521 1px;
	border-collapse: collapse;
}

table .dottedredbox td {
	padding: 10px;
}

table .dottedredbox a:link, table .dottedredbox a:visited, table .dottedredbox a:hover, table .dottedredbox a:active {
	text-decoration: underline;
	color: #000000;
}
