/*********************************************************************************
 * Global Styles
 *********************************************************************************/

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
font,th,td,p 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr		{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
li 		{ list-style-image: url(./images/blt_small.gif);}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family:  Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/*********************************************************************************
 * Left Nav styles
 *********************************************************************************/

.leftnav		{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.leftnav a		{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.leftnav a:hover	{ 
	font-weight: bold;
}

.leftnavon		{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.leftnavon a		{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.leftnavon a:hover	{ 
	font-weight: bold;
}

.leftsubnav a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.leftsubnav a:hover {
	font-weight: normal;
}

.leftsubnavon a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.leftnavboxed
{
}

/*********************************************************************************
 * Page area styles, for borders
 *********************************************************************************/

.leftcol_area
{
}

.rightcol_area
{
}

.center_area
{
}

.gutter_area
{
}

.banner_area
{
}

.footer_area
{
}


/*********************************************************************************
 * Footer Styles
 *********************************************************************************/

.footer 		{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
}

.footer a:visited {
	text-decoration: none;
	font-weight: normal;
}

.footer a:active {
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*********************************************************************************
 * Search
 *********************************************************************************/

#search_phrase
{
	color: #003360;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #C0D6F3;
	height: 18px;
	vertical-align: middle;
}


/*********************************************************************************
 * Announcements (Home Page)
 *********************************************************************************/

.announcements_head {
	font-family:  Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	font-style: italic;
}

.announcements {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}



.announcements a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.announcements a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*********************************************************************************
 * Concealed
 *********************************************************************************/

.concealed
{
	display: none; 
	background: #eeeeee; 
	border: 1px solid #cc6666;
	padding: 4px;
}

