/* CSS Document */

body {  
	background-color: #4268B3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

/* This is need for spacing on image driven menu */
td img {display: block;}

.imagedropdownmenu { 
	position:absolute;
	visibility: hidden;
	background-color: #B8CDD4;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border: 0px;
	}

.imagetext { font-family: Arial, Helvetica, sans-serif; size:10px; color: #000000; line-height: 20px; }
.imagetext a:link { font-family: Arial, Helvetica, sans-serif; size:10px; color: #000000; text-decoration: none; }
.imagetext a:visited { font-family: Arial, Helvetica, sans-serif; size:10px; color: #000000;  text-decoration: none; }
.imagetext a:active { font-family: Arial, Helvetica, sans-serif; size:10px; color: #000000;  text-decoration: none; }
.imagetext a:hover { font-family: Arial, Helvetica, sans-serif; size:10px; color: #003399;  text-decoration: underline; }


.wrapper { 
	background-color:#B8CDD4;
	}

.divider {
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	}

.bulletlist {
	list-style-image: url(../images/bullet.jpg);
	line-height: 20px;
	}

.topic {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #4268B3;
	line-height: 18px;
	font-weight: bold;
	}

.text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	}

.text a:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #4268B3;
	text-decoration: none;
	}
	
.text a:active {
	color: #4268B3;
	text-decoration: none;
	}

.text a:visited {
	color: #4268B3;
	text-decoration: none;
	}
	
.text a:hover {
	color: #FF9900;
	text-decoration: underline;
	}	

.textright {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: right;
	}

.textsmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}

.footer a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	}
	
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	}	