/* Standard Tags */
body {
/*	background-color: #a7c7da;*/
/*	background-color: #91bad1;*/  /* color used in Sept 2008 class*/
	background-color: #81AAC1; 
	margin: 0px;
}

h1 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 24px;
	color: #C01F25; 
	font-weight: 600;
	text-decoration: none;
}

h2 { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #C01F25; 
	font-weight: 600;
	text-decoration: none;
}

h3 { 
	color:#C01F25;
	font-weight: 600;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }
 
h4 { 
	color:#C01F25;
	font-weight: 600;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
 }

p { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

td { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

li { 
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* Your own classes*/
.tooliebluebold {
	color: #0F6292;
	font-weight: bold; 
}
.smalllinktext {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: black; 
	font-weight: normal;
	text-decoration: none;
}
.imgfloatright {  
	float:right; 
	margin-left: 10px;
	margin-bottom: 20px;
}

.nav {
	border-top: 2px solid #0F6292;
	border-bottom: 2px solid #0F6292;
/*	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11.5px;
	font-weight: bold;
	color: white; 
	font-weight: normal;
	text-decoration: none; */
	background-color: #81AAC1;

}

.subhead {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #C01F25;
	font-weight:  600;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
}

.content {
	padding: 8px 15px;
}

.rightcolumn {
	padding: 10px 8px;
	border-left: 1px solid #FFCC00;
	width: 180px;
}
.leftrail {
	background-image: url(../images/leftgradient.png);
	background-repeat: repeat-y;
	background-color: #81aac1;
}

.leftcorner {
	background-image: url(../images/leftcorner.png);
	background-repeat: repeat-y;
	background-color: #81aac1;
	padding:0;
}
.footergradient {
	background-image: url(../images/footergradient.png);
	background-repeat: repeat-x;
}

.rightcorner {
	background-image: url(../images/rightcorner.png);
	background-repeat: repeat-y;
	background-color: #81aac1;
	width: 20px;
}

.rightrail {
	background-image: url(../images/rightgradient.png);
	background-repeat: repeat-y;
	background-color: #81aac1;

}
.footer {
	padding: 10px;
	border-top: solid 1px #FFCC00;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;


}

.mastertable{
	background-color: #FFFFFF;
/*	border: 1px solid #FFCC00; */
}
#tinyprinterdiv { 
	width:45px;
	text-align:center;
	border:1px dashed #C01F25;
	padding-bottom:5px;
}


/* Hyperlinks */

a { 
	color: #C01F25;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #C01F25;
	font-weight: bold;
	text-decoration: underline;
}
 
a:active {
	color: #FFCC00;
	font-weight: bold;
	}

a:visited { 
	color: #0F6292;
	font-weight: bold;
}

a:visited:hover { 
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}





