/* Standard Tags */
body {
	background: url(../images/askbackground.png) #81AAC1 top center repeat-y;
	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: 22px;
	color: #C01F25; 
	font-weight: 600;
	text-decoration: none;
}

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

p { 
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	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;
	padding: 5px;
}
.bordertable td {
	border: 1px solid #0F6292;
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding: 10px;
}


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

/* Your own classes*/
.tooliebluebold {
	color: #0F6292;
	font-weight: bold; 
}
.toolieredbold {
	color: #C01F25;
	font-weight: bold; 
}
.smalllinktext {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: black; 
	font-weight: normal;
	text-decoration: none;
}
.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:  bold;
	font-size: 16px;
	text-decoration: none;
}

.content {
	padding: 10px 20px;
}

.rightcolumn {
	padding: 15px;
	text-align: left;
/*	border-left: 1px solid #FFCC00; */
}
.rightcolumn li {
	margin-left: -.15in;
}
#copyright {
	padding: 10px;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin:0px auto;

}

.mastertable{
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
}

/* 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;
	text-decoration: underline;
}

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





