﻿<style>
<!--
body {
	margin:0;
	padding:0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: #6B6B6B;
	line-height: 150%;
	}

#topBar {
	background: url('../images/blue_10.gif') repeat-x top left #FFFFFF;
	height: 10px;
	padding-bottom: 5px;
	}
	
.errorMessage { 
	font-size: 8pt; 
	color: #FF0000; 
	text-align: Center; 
	background-color: #FFFCE6; 
        border-top: 1 dotted #FEE952; 
        border-bottom: 1 dotted #FEE952;
        margin-bottom: 15;
        padding-top: 5;
        padding-bottom: 5;
        }


ul {
	line-height: 1.5em;
	padding-bottom: 5;
}

li {
	margin-bottom: 0;
	text-align: justify;

}	

/*-------------------
SITE TITLE
-------------------*/

#siteTitle, #navBar,#content {
	width: 900px;
	padding-bottom: 0px;
}

#siteTitle {
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	color: #414141;
}

#siteTitle a{
	font-family: tahoma;
	font-size: 11px;
	color: #6B6B6B;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#siteTitle a:hover {
	text-decoration: underline;
}

/*-------------------
NAVIGATION
-------------------*/
#navBar {
	color: #0096FF;
	font-size: 10px;
}

#navBar a{
	font-family: arial;
	color: #1449AB;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5;
	padding-right: 5;
	text-align: center;
	font-weight: bold;
}

#.navSeperator{
	font-family: arial;
	color: #1449AB;
	font-size: 10px;
	padding-left: 2;
	padding-right: 2;
	text-align: center;
	font-weight: bold;
}


/*-------------------
footer
-------------------*/
#footer_wrap { background-image: url('../images/box_blue_08.gif'); background-repeat: repeat-x; 
               background-color: #FFFFFF; background-attachment: scroll; 
               border-top: 1 solid #85CCFF; background-position: top }
#footer{
	padding-top: 2px;
	font-family: tahoma;
	font-size: 10px;
	color: #414141;
}

.copyright {
	font-size: 10px;
	float: right;
}

#footer a{
	font-size: 11px;
	color: #414141;
	text-decoration: none;
	padding: 5px;
}

/*-------------------
main content area
-------------------*/

#content {
	padding-top: 5px;
	padding-bottom: 15px;
}

#content td {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
}

.announceText {
	padding-top: 5px;
	font-family: arial;
	font-size: 1.2em;
	color: #0096FF;
	line-height: 150%;
}

#content p {
	line-height: 150%;
	font-size: 10pt;
	color: #333;
}


.mainText {
	line-height: 150%;
	font-size: 12px;
	text-align: justify;
}

.green_link, a.green_link {
	background: url('../images/2_arr.jpg') no-repeat left;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #299100;
}

a.green_link:hover {
	text-decoration: underline;
}

.loginText {
	font-famiy: tahoma;
	font-size: 1.3em;
	text-align: left;
	color: #015EA0;
	border-bottom: 1 solid #015EA0;
	width:100%;
	padding-bottom: 4;
	font-weight: bold;
}


a {
	font-family: verdana;
	font-size: 11px;
	color: #414141;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	margin-bottom: 5;
	padding-bottom: 2;
	
}


h1 {
	font-size: 2.0em;
	color: #015EA0;
	border-bottom: 1 solid #015EA0;
}


h2 {
	font-size: 1.7em;	

}

h3 {
	font-size: 1.5em;	

}

h4 {
	font-family: arial;
	font-size: 1.3em;	
	padding-bottom: 2;
	margin-bottom: 10;
	margin-top: 10;
	color: #0096FF;
	border-bottom: 1 solid #0096FF;

}

h5 {
	font-size: 1.2em;	
	color: #0096FF;
}

h6{

	color: #015EA0;
}


.setHead {
	font-family: arial;
	font-size: 1.3em;	
	color: #0096FF;
	border-bottom: 1 solid #0096FF;

}

/*-------------------------------------
boxes and borders
-------------------------------------*/
.caption  { 
	font-size: 12px; 
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1 dotted #808080;
	text-align: center;
	line-height: 1.5em;
	}

.tally2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
.more
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:underline;
}

.newsupdate
{
	font-family:Verdana;
	font-size:12px;
	color:#006699;
	height:100px;
	text-align:center;	
}
.newsupdate a
{
	font-family:Verdana;
	font-size:11px;
	color:#ff0000;
	text-decoration:underline;
	font-weight:normal;
}
.newsupdate a:hover
{
	font-family:Verdana;
	font-size:11px;
	color:green;
	text-decoration:none;
	font-weight:normal;
}




-->
</style>