﻿body {
	font-family: Arial, Helvetica, sans-serif;

}


a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#CC0000;
}

a:active {
	color:#000000;
	
}

.leading150 {
	line-height:150%;
}

#header {
	position:absolute;
	margin:auto;
	top:10px;
	left:170px;
	width:500px;
	height:155px;
	/*background-color:blue;*/

}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


#leftcorner {
	position:absolute;
	/*background-color:red;*/
	top:10px;
	left:10px;
	height:155px;
	width:150px;

}

#rightcorner {
	position:absolute;
	/*background-color:blue;*/
	top:10px;
	left:675px;
	height:250px;
	width:300px;

}

#leftcol {
	position:absolute;
/*	padding-top:165px;
	background-color:green;*/
	top:175px;
	left:10px;
	width:150px;
	height:400px;
	font-size:18px;
		
}

#content {
	position:absolute;
	min-height:300px;
	top:175px;
	left:170px;
	width:500px;
	/*background-color:#ffddaa;*/

}

#rightcol {
	/*background-color:yellow;*/
	top:280px;
	left:675px;
	width:300px;
	height:900px;	
	position:absolute;
	
}


/* #footer {
	width:750px;
	background-color:#add8e6;
	margin:auto;

}
*/
/* footer just has the copyright in it */


.bodytext {
	font-size:14px;
	margin-left:10px;
	margin-right:20px;

}

.bodytextbold {
	font-size:14px;
	font-weight:bold;
}




/* ptext is used to center the nav bar, text in the footer and elsewhere */

/*.contenth1 {
	text-align:center;

}
*/

.headline {
	text-align:center;
	font-size:32px;
	font-weight:700;

}

h3#rightcol {
	text-align:center;
}

.latest {
	font-weight:900;
	font-size:36px;
	font-variant:small-caps;
}

.ticker10 {
	font-size:10px;
}

.ticker18bold {
	font-size:18px;
	font-weight:bold;
}

.ticker16 {
	font-size:16px;
}

.ticker16bold {
	font-size:16px;
	font-weight:600;
}

.ticker14 {
	font-size:14px;
}

.ticker12 {
	font-size:12px;
}

.ticker12bold {
	font-size:14px;
	font-weight:600;
}

.text24center {
	font-size:24px;
	text-align:center;
}

.text24boldcenter {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.text20boldcenter {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.text20bold {
	font-size:20px;
	font-weight:bold;
}

.text16boldcenter {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.text16bold {
	font-size:16px;
	font-weight:bold;
}

.text16 {
	font-size:16px;
}

.text14 {
	font-size:14px;
}

.text12 {
	font-size:12px;
}

.text12bold {
	font-size:12px;
	font-weight:bold;

}

.text10 {
	font-size:10px;
	margin-left:10px;
	margin-right:20px;

}

.tablestanding
{
	font-size:12px;
}

.tdbold
{
	font-weight:bold;
	width:100px;
}

.tdcenter
{
	text-align:center;
	width:20px;
}

.tdboldcenter
{
	text-align:center;
	font-weight:bold;
	width:20px;
}

#links1
{
	top:270px;
	left:170px;
	width:230px;
	min-height:200px;
/*	background-color:#000000;*/
	position:absolute;
}

#links2
{
	top:270px;
	left:410px;
	width:240px;
	min-height:200px;
/*	background-color:#003399;*/
	position:absolute;
}

#leftcol table
{
	margin-left:auto;
	margin-right:auto;
}

.noborder 
{
	border-style:none;	
}

