a:link {
	color: #D0042F;
	text-decoration: none;
}
a:visited {
	color: #D0042F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	background:url(/img/bodybg.png);
	background-attachment:fixed;
}

p {
	font-family: "Times New Roman", Times, serif;	
}

H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14;
	font-weight:bold;
	text-decoration:underline;
}

.img_left {
float: left;
padding: 5px;
}

.img_reight {
float: right;
padding: 5px;
}

/*----- Various Font Styles -----*/
.georgia_text {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.table_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}

.super_script{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	vertical-align:baseline;
	position:relative;
	bottom: 0.7em;
}
 
.small_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

/*----- Header For Center Column -----*/
.red_header {
	color: #FFFFFF; 
	background:url(img/redbg.jpg);
	background-repeat:repeat-x;
	font-weight: bold; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	
	
}

/*----- Blue Header For Boxes -----*/
.boxhead{
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	background-image:url(img/headerbg.png);
	height: 20px;
	padding-left: 5px;
	padding-top:2px;

}

.boxhead a{
	color: #FFFFFF;
	font-weight:900; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
.boxhead a:hover{
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	}
	
.boxhead a:visited{
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
}

/*----- Sidlink Properties -- */
#sidelink{
color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	margin: 0px;
}

#sidelink a{
	color: #FFFFFF;
	font-weight:900; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
#sidelink a:hover{
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	}
	
#sidelink a:visited{
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
}

/* ----- Menu List Styles ----- */

.menu ul{
	list-style:none;
	display:inline;	
}

.menu li{
	color:#D0042F;
	float: left;
}

.menu li a{
	float: left;
	display:block;
	text-decoration:none;
	text-align: left;
	width: 137;
	text-decoration:none;
	color:#D0042F;
}

.menu li a:hover{
	color:#FF3300;
	border-bottom-style:inset;
	border-bottom-color:#FF0000;
	text-decoration:none;
}


/*----- Menu Top -----*/
.menutop{
	color: #FFFFFF;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding-left:10px;
	padding-right: 10px;
}

.menutop a{
	color: ffffff;
	text-decoration: none;
}

.menutop a:hover{
color: ffffff;
text-decoration: underline;
}

.menutop a:visited{
color: ffffff;
}
/* ----- Central Boxes -----*/
#centralBox
{
	display:block;
	height: 230px;
	width: 189px;
	border:thin;
	border-style:solid;
	border-color:#666666;
	float: left;
	margin-right: 38px;
	margin-left: 38px;
	margin-bottom: 10px;
}

/*----- Central Box Lists ----- */
.cbList ul{
	color: D0042F;
	list-style:none;	
	text-align:left;
	padding: 0;
	margin: 0;
	}

.cbList li{
	color:D0042F;
	margin-left:0px;
}

.cbList li a{
	text-align: left;
	text-decoration:none;
	color:D0042F;
}

.cbList li a:hover{
	color:#FF3300;
	text-decoration:underline;
}


/* ----- tool tip specific styles ----- */
.link a:hover {
  	font-weight:bold;
	text-decoration:none;
  }
  
.link a:link span{
	display: none;
}

.link a:visited span{
	display: none;
}
  
.link a:hover span {
	position: absolute;
	margin:15px 0px 0px 20px;
	background-color: beige;
	width:200;
	padding: 2px 10px 2px 10px;
	border: 1px solid #C0C0C0;
	font: normal 10px/12px verdana;
	color: #000;
	text-align:left;
	display: block;
}
  
.warning{
	font-weight:bold;
	font-size: 14px;
	color:#D0042F;
	text-decoration:none;
}

.warning_text{
	font-size:12px;
	text-decoration:none;
	line-height: 175%;
}

