/* Standard Tags */
body {
    background-color: #0F6292; 
	margin: 0;
}

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

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

}

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

}

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

}

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

}

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

}

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

/* Your own classes*/

.imgli {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
}



.leftrail {
	background-image: url(../images/rightgradient.png);
	background-repeat: repeat-y;
	width: 20px;
}

.leftcorner {
	background-image: url(../images/leftcorner.png);
	background-repeat: repeat-y;
	width: 20px;
}
.footergradient {
	background-image: url(../images/footergradient.png);
	background-repeat: repeat-x;
	
}


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

.rightrail {
	background-image: url(../images/leftgradient.png);
	background-repeat: repeat-y;
	width: 20px;
}

.tooliebluebold {
    font-weight:bold;
    color: #0F6292;

 }

.toolieredbold {
    font-weight:bold;
    color: #C01F25;

 }
.redsubhead { /* same size as H3, used for span */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #C01F25;
	font-weight: 600;
	text-decoration: none;
}

 .mastertable {
	background-color: #FFFFFF;

}

.content{
    padding: 10px;
    border-left: 1px #C01F25 solid;    
    border-left: 1px #C01F25 solid; 
}
.rightside {
    padding: 8px;
    border-left: 1px #C01F25 solid;    
    border-right: 1px #C01F25 solid;
    width: 210px;    

}
.nav {
     text-align: center;
     padding: 5px;
     border: 1px #C01F25 solid;
     

}

.smalllinktext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

 }
.smallbluebold {
	color: #0F6292;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold
}

 
.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
    text-align: center;
    border: 1px #C01F25 solid;
    padding: 10px;
}
 
/* 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;
	text-decoration: none;

}

a:visited {
	color: #0F6292;
	font-weight: bold;
	text-decoration: underline;

}

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


}




