body,tr,td {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #231f20;
 } 
 

.bluetext {
	font-family: "Times New Roman", Times, serif;
	color: #00529c;

}

.whitetext {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
}

.yellowtext
{

	font-family: "Times New Roman", Times, serif;
	color: #ffbe10;
}


.bluetextbold {
	font-family: "Times New Roman", Times, serif;
	color: #00529c;
	font-weight: bold;
	
}

.bluetextboldlarge {
	font-family: "Times New Roman", Times, serif;
	color: #00529c;
	font-weight: bold;
	font-size: 28px;
	
}


a, a:link, a:visited {
	color: #00529c;
	padding: 1px 2px;
}

a:hover {
	color: #ffbe10;
	padding: 1px 2px;
	text-decoration: underline;
}





ul {
	margin-top: 5px;
	margin-bottom: 0px;
	
}

li {
list-style-image:url(/images/bbull.jpg);
}


#footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #00529c;
	font-style: normal;
	text-align: center;	
}


#footertext a {
	color: #00529c;
}

#footertext a:link, #footertext a:visited
{
text-decoration: none;
}



#footertext a:hover {
	color: #ffbe10;
}
.navcontainer2 
{
	margin: 0;
	padding: 3px;
	list-style-type: none;
	font-family: Helvetica, Arial,  sans-serif;
	color: #00529c;
	font-size: 13px;
}

.navcontainer2  a
{
text-decoration: none;
color: #00529c;
}

.navcontainer2  a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer2  a:hover
{
text-decoration: none;
color: #ffbe10;
}

.active2 a:link, .active2 a:visited, .active2 a:hover
{

margin: 0;
padding: 3px;
list-style-type: none;
color: #ffbe10;
text-decoration: none;
font-family: Helvetica, Arial,  sans-serif;
}





#navcontainer ul
{
	margin: 0;
	padding: 3px;
	list-style-type: none;
	font-family: Helvetica, Arial,  sans-serif;
	color: #00529c;
	font-size: 13px;
}

#navcontainer li { 

margin: 0 0 3px 0; 
}

#navcontainer a
{
padding: 1px 1px 1px 20px;
width: 180px;
background-image: url(/images/y_menu.jpg);
background-repeat: no-repeat;
background-position: 0% 20%;
color: #00529c;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(/images/y_menu.jpg);
background-repeat: no-repeat;
background-position: 0% 20%;
color: #ffbe10;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(/images/y_menu.jpg);
background-repeat: no-repeat;
background-position: 0% 20%;
color: #ffbe10;
}

 
h1 {
	line-height: 20px;
	color: #00529c;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}

h2 {
	line-height: 20px;
	color: #00529c;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
}


hr
{
	border-bottom: 1px dashed #cccccc;
}

