﻿/*new body style*/
body
{
	background:white url('../images/leftColumn.gif') repeat-y;
	font-family: arial; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: normal
}
/*end new body style*/
	
table { font-family: arial; 
				   font-size: 9pt; 
				   color: #000000; 
				   font-weight: normal;
				 }

td { font-family: arial; 
				   font-size: 9pt; 
				   color: #000000; 
				   font-weight: normal;
				 }

table.back { 	   background-image: url('../images/watermark.gif');
				   background-repeat: no-repeat;
				   background-position: 75% 100%;
		   }

ul           { list-style-type: square }
ul:list       { list-style-type: none }

p      { font-size: 9pt; color: #000000; font-family: arial; margin-top: 0; margin-bottom: 0 }

.head      { font-size: 12pt; color: #000000; font-weight: bold; font-family: arial;} 
.subTitle2 { font-variant: small-caps;  font-size: 10pt; color: #000000; font-weight: bold; font-family: arial; }

.bodybd      { font-size: 9pt; color: #000000; font-family: arial;}

a            { font-family: arial; font-size: 9pt }

h1           { font-size: 14pt; font-family: arial; font-weight: normal; color:#808080 }
.subTitle, .subTitle2  { font-family: arial; font-size: 14px; color: #076243; font-weight: bold; }
.subTitle2 { color: #1C3E95; font-variant:normal; }
}
.emphasis { font-family: arial; font-size: 9px; color: #000000; }


a:link       { font-family: arial; color: #1C3E95; }
a:visited       { font-family: arial; color: #1C3E95; }
a:hover    { color: #F68527; font-family: arial; }


.nav1   { font-size: 8pt; font-family: arial; color:#6D233A; }
.nav1:hover { color: #6D233A; font-family: arial; font-size: 8pt }
.nav1:link { color: #6D233A; font-family: arial; font-size: 8pt }


.topNav   { font-size: 9pt; font-family: arial; color:#6D233A; text-decoration:none; }
.topNav:hover { color: #006633; font-family: arial; font-size: 9pt; }
.topNav:link { color: #6D233A; font-family: arial; font-size: 9pt; text-decoration:none; }


.date  { font-family: arial; font-size: 11px; color: #ffffff; font-weight: bold; }
.newsTitle  { font-family: arial; font-size: 11px; color: #ffffff; font-weight: bold; }
.news  { font-family: arial; font-size: 11px; color: #ffffff; font-weight: normal; }
.breadcrumb   { font-size: 8pt; font-family: arial; color:#993399; text-decoration:none; font-weight: bold; }
.breadcrumb:hover   { font-size: 8pt; font-family: arial; color:#993399; text-decoration:none; font-weight: bold; }
.breadcrumb:link   { font-size: 8pt; font-family: arial; color:#993399; text-decoration:none; font-weight: bold; }
.leftNav2   { font-size: 8pt; font-family: arial; color:#0C1B5E; text-decoration:underlined; }

/* new styles for new website colors */
#orangeBar
{
	background-color:#F68527;
	width:100%;
}

#blueBar
{
	background-color:#1C3E95;
	width:100%;
	height:28px;
}

#nav
{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav li
{
	display:inline;
}

#nav a:visited
{
	float:left;
	display:block;
	text-align:center;
	height:28px;
	padding:0 45px 0 45px;
	font-family:Tahoma;
	font-size:11px;
	color:#DEE4F2;
	text-decoration:none;
	text-transform:uppercase;
	line-height:26px;
	border-right:1px #A2B0D3 solid;
}

#nav a:link
{
	float:left;
	display:block;
	text-align:center;
	height:28px;
	padding:0 45px 0 45px;
	font-family:Tahoma;
	font-size:11px;
	color:#DEE4F2;
	text-decoration:none;
	text-transform:uppercase;
	line-height:26px;
	border-right:1px #A2B0D3 solid;
}

#left
{
	width:134px;
	padding-top:15px;
}

#leftNav
{
	list-style-type:none;
	padding:0;
	margin:0;
}

#leftNav li a:visited, #leftNav li a:link
{
	background:url('../images/newButton.gif') no-repeat;
	display:block;
	width:128px;
	height:30px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	color:#DEE4F2;
	text-decoration:none;
	text-transform:uppercase;
	margin:5px 0 5px 3px;
	line-height:28px;
}

#LoginNav {
	margin-top:5px;
	background-color: #F68527;
}
    
#LoginNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#LoginNav ul a {
	display: block;
	width: 122px;
	border: #FFFFFF solid 1px;
	height: 16px;
	margin-bottom: 5px;
	padding:3px 2px 3px 2px;
	line-height: 16px;
	background: #1C3E95;
	color: #FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#LoginNav ul a:link, LoginNav ul a:visited {
	display: block;
	height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#LoginNav ul a:hover {
background: #31519F;
color: #fff;
}

#LoginNav li.first a {
height: 16px;
line-height: 16px;
}


/* new title */
.blueTitle
{
	font-size:18pt;
	color:#1C3E95;
	margin:0 0 15px 0;
	font-weight:bold;
}
.blueBold {
	color:#1C3E95;
}

/*added by tcarruth*/
p.spaced {
	margin-bottom:12px; 
}
a.redLink {
	color: #FF0000;
}
a.redLink:hover {
	color: #FF9999;
}
