/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana,sans-serif;
	font-size: small;
	line-height: 1.15;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#4b61bb;
	background-image: url("../images/sitebg3.jpg");
	background-repeat:no-repeat;
	background-position:top;
	height: 100%;
}

#contenttable .textblock {
	filter: alpha(opacity=95);
	opacity: 0.95;
	background: #ffffff;
	padding: 0.5em;
	padding-bottom: 30px;
	font: small Verdana, Helvetica, sans-serif;
	border-left:1px solid #464c7f;
}

#contenttable .attention-item {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF0000;
}

#footer .textblock {
	filter: alpha(opacity=85);
	opacity: 0.85;
	background: #ffffff;
	padding: 0.5em;
	padding-bottom: 30px;
	font: small Verdana, Helvetica, sans-serif;
}

.mainTable {height: 100%; width: 747 px;}

/******* Paragraph styles *******/

p{
	font-family: Verdana,sans-serif;
	font-size: small;
	line-height: 1.15;
}
/******* Reversed Paragraph styles *******/

.reverseblock{
	font-family: Verdana,sans-serif;
	color:#FFFFFF;
	font-size: small;
	line-height: 1.15;
	text-align:left;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color:#0066CC;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
 font: small Verdana,sans-serif;
}

ul ul{
 list-style-type: square;
 font: small Verdana,sans-serif;
}

ul ul ul{
 list-style-type: none;
 font: small Verdana,sans-serif;
}


/************* section header ***************/
.sectionHead{
	font: Verdana,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0066CC;
}
/******* footer hyperlinks*******/


.footer {
	color: #0066CC;
	font-size:x-small;
}
	
.footer a:link {
	color:#0066CC;
	text-decoration: none;
}

.footer a:visited{
	color: #0066CC;
	text-decoration: none;
}

.footer a:hover{
	color:#CC0000;
	text-decoration: underline;
}

.footer a:active{
	color: #CC0000;
	text-decoration: underline;
}

/******* copyright *******/

.copyright {
	color:#666666;
	font-size:x-small;
}

/******* credit *******/
.credit {
	color:#666666;
	font-size:x-small;
}
.credit a:link {
	color:#CC0000;
}
.credit a:visited{
	color:#CC0000;
}
.credit a:hover{
	color:#FF0000;
}
.credit a:active{
	color:#FF0000;
}

/* News styles                             */

.dates {
	font-size: small;
	color:#FF0000;
	font-weight:bold;
}
.headlines {
	font-size: small;
	color:#000000;
	font-weight:bold;
}

.quote {
	font-size: small;
	color:#0066CC;
	font-style:oblique;
}

.largebluetext {
	font-size:x-large;
	color:#0066CC;
	font-weight: bold;
	background-color:#FFFFFF;
}
