@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	 font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 450;
	text-align: left;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #377cb6;
	font-weight: 400;
}

img {
	margin-top:0px;
}
span.header {
	background-color: #D18A00;
	padding:6px 6px 6px 6px;
}
	
#content {
	margin-left:25px;
	margin-right:50px;
}
#footer{
	text-align:center;
}

	
.smaller{
	font-size:11px;
}

a:link {
	color: #38648A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #38648A;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #38648A;
}

a.otherLink:link  {
	color: #38648A;
	text-decoration:none;
}
	
a.otherLink:visited {
	color: #38648A;
	text-decoration:none;
}
    
a.otherLink:hover   {
	color: #000;
	text-decoration:underline;
}

a.otherLink:active  {
	color: #38648A;
	text-decoration:none;
}

						  
.center {
	text-align:center;
}

.red {
	color:#F00;
	font-weight:bold;
}




A.ResourceLinks {
	font-family:"Times New Roman", Times, serif;
	color: #2e5aa6;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding : 0px 0px 2px 15px;
	display : block;
}

A.ResourceLinks:hover {
	font-family:"Times New Roman", Times, serif;
	color: #2e5aa6;
	text-decoration: underline;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	padding : 0px 0px 2px 15px;
	display : block;
}

