/* CSS Document */

<!--

.lowText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica; text-align:right; }
.highText { text-decoration: none; color: #B5B5B5; font: 12px Arial, Helvetica; text-align:right; }
.overText {text-decoration:underline; color: #FFFFFF; font: 12px Arial, Helvetica; text-align:right; } 
.lowLeftText { text-decoration: none; color: #000000; font: 12px Arial, Helvetica; }
.highLeftText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica; }

.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }


/* Classes for the rich text editor */

.large
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -2px ;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.medium
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.xlarge
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -2px ;
}

/*

Color Palette:
#495AB4 - Light Blue
#2B3569 - Darker pastel blue
#B5B5B5 - Light Grey
#696969 - Medium Grey
#4A4A4A - Dark Grey
#008185 - Pways Teal
#ED1C2E - Pways Red

*/


DIV.logo
{
	position: absolute ; top: 0px ;	width:220px ; left: 0px ; height: 53px ; border-right: solid #B5B5B5 1px ; border-bottom: solid #B5B5B5 1px ;
}

DIV.clouds
{
	position: absolute ;top: 0px ; left: 221px ; width:auto; background: black ; border-bottom: solid #B5B5B5 1px ;
}

DIV.header
{
	position: absolute ;
	top: 0px ;
	left: 0px ;
	width: 750px ;
	height: 74px ;
	border-bottom: solid #4A4A4A 1px ;
}

DIV.topmenu
{
	position: absolute ;
	top: 54px ;
	width: 522px ;
	left: 220px ;
	height: 18px ;
	background: white ;
	color: black ;
	border-left: solid #B5B5B5 1px ;
	font-family:Geneva, Arial, Helvetica, sans-serif ;
	font-size:10px ;
	padding-top: 2px ;
	text-align: right ;
}

DIV.title
{
	position: absolute ;
	top: 54px ;
	width: 220px ;
	left: 0px ;
	height: 18px ;
	background: white ;
	color: #696969 ;
	font-family:Geneva, Arial, Helvetica, sans-serif ;
	font-size:14px ;
	font-weight:bold ;
	text-align:center;
	padding-top: 2px ;
}


A:link
{
	color: #495AB4 ;
	text-decoration: none ;
	font-weight:bold ;
}

A:visited
{
	color: #495AB4 ;
	text-decoration: none ;
	font-weight: bold ;
}

A:hover
{
	color:#0000FF ;
	text-decoration: underline ;
	font-weight: bold ;
}


DIV.content
{
	position: absolute ;
	top: 120px ;
	width: 550px ;
	left: 180px ;
	height: auto ;
	color: #4A4A4A ;
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	padding: 2px ;
}

DIV.popup_content
{
	position: absolute ;
	top: 10px ;
	left: 15px ;
	height: auto ;
	color: #4A4A4A ;
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	padding: 2px ;
}



DIV.pheader
{
	background: #B5B5B5 ;
	color: #2B3569 ;
	width: 400px ;
	font-family:Geneva, Arial, Helvetica, sans-serif ;
	font-size: 13px ;
	font-weight:bolder;
	padding: 2px ;
	height: 18px ;
	margin-top: 10px ;
}

DIV.pheaderdate
{
	background: #B5B5B5 ;
	color: black ;
	width: 146px ;
	position:relative ;
	left:404px ;
	top: -22px ;
	height: 18px ;
	font-family:Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px ;
	font-weight:bolder;
	padding: 2px ;
	text-align: right ;
}

td.content
{
	font-size:18px;
	font-family:Vrinda, Arial;
	color:#000000 ;
	font-style:none;
}

p.note
{
	color: #495AB4 ;
	background: #e0e0e0 ;
	font-size:18px;
	font-family:Vrinda, Arial;
	color:#000000 ;
	font-style:none;
}

A.note
{
	color: #ff0000 ;
	text-decoration: none ;
	font-weight:bold ;
}

.pagetitle
{
	color: #4A4A4A ;
	font-family:Geneva, Arial, Helvetica, sans-serif ;
	font-size: 17px ;
	font-weight:bolder;
	padding: 2px ;
	text-decoration:underline ;
	mergin-bottom: 13px ;
}


IMG.bordered
{
	float: right;
	border: #696969 1px solid;
	margin: 5px 20px 20px 30px ;
}

SPAN.news
{
	color: #4A4A4A ;
	position:relative ;
	left: 18px ;
}
-->
