/*----Main Formatting Styles--------------------------------------------------*/
 
 BODY {
	font-family: tahoma, arial, verdana, sans-serif;
	color: #666666;
	font-size: 12px;
}

.userend {
	background: #E7E7DB;
}

p{
	font-family: tahoma, arial, verdana, sans-serif;
	color: #666666;
	font-size: 12px; 
	line-height: 16px;
	margin: 0px 0px 16px 0px;
}

table.grid p{
	margin: 0px;
}


H1 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #243561;
	font-size : 24px;
	margin: 14px 0px 8px 0px;
}



H2 {
	color: #3A433A;
	text-transform: uppercase;	
	font-size : 16px;
	margin: 6px 0px 2px 0px;		
}


H3 {
	color: #7C0405;
	font-size : 14px;
	font-weight: bold;
	margin: 16px 0px 2px 0px;	
}


H4 {
	color: #483D8B;
	font-size : 13px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;	
}


ul
{
	list-style-type: square;
	list-style-position: outside;
	font-size : 12px;
	margin: 10px 0px 10px 0px;	
	padding: 0;
}

li
{
	font-size : 12px;
	margin-left: 25px; 
	margin-right: 0px; 
	margin-bottom: 2px; 
	margin-top: 0;
	padding: 0;
	line-height: 14px;
}

ul li ul {
	margin: 10px;
	list-style-type: circle;	
}

.COL_1   {
	color: #483D8B;
}
.COL_2   {
	color: #CD9323;
}
.COL_3   {
	color: #669C21;
}

img {
	border:0px; 
	padding:0px; 
	margin:0px; 
	DISPLAY: block;
}

small
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.smaller
{
	font-size: 12px;
	font-family: arial narrow, tahoma, arial, verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}


HR {
	color: #e1e1e1;	
	margin-top: 0px;
	margin-bottom: 0px;	
}



A, {
	color: #C4660C;
}
	
A:LINK {
	color: #483D8B;;
}
	
A:VISITED {
	color : #333333;
}

A:HOVER {
	color : #483D8B;;
}





/**/

/*----Banner Styles--------------------------------------------*/


.utilities {
	text-align: right;
	margin: 10px 12px;
	padding: 0px;
	font-size: 11px;
}

.search {
	text-align: right;
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}

form 
	{
	margin-right: 0px;
	margin-left: 0px;	
	margin-top: 2px;
	margin-bottom: 2px;
	
}

input, select
{
	font: 11px 'Lucida Console', Courier New, Courier;
	color: #333;
	length: 16px;
}


/**/

/*----Menu/Navigation Styles--------------------------------------------*/


table.menutable{ 
   	margin: 30px 0px 0px 0px;
   	padding: 0px;
      	clear:none;
	width:160px; 
	border:0px; 
	background: url(/images/menu_top.gif) no-repeat top center; 		
}

.menuitem1{
	font-family:  tahoma, arial, verdana, sans-serif;
	font-size : 14px;
	padding : 0px 16px 0px 0px;
	margin-top: 5px;
	margin-bottom: 5px;	
	white-space : nowrap;
	height: 26px;
	color : #ffffff;
	text-align: right;
	font-weight: normal;
}

.menuitem1selected{
	background: #4D76CE;
	font-family:  tahoma, arial, verdana, sans-serif;
	font-size : 14px;
	padding : 0px 16px 0px 0px;
	margin-top: 5px;
	margin-bottom: 5px;	
	white-space : nowrap;
	height: 26px;
	color : #ffffff;
	text-align: right;
	font-weight: bold;
}

.menuitem2{
	background: #483D8B;
	font-family: tahoma, arial, verdana, sans-serif;
	color: #333333;
	cursor : pointer;
	font-size : 12px;
	font-weight: normal;
	padding: 4px 8px;
	width: 145px;
}
.vmenu {
	position: absolute;
	visibility: hidden;
	cursor : pointer;
}

A.MENU1:LINK {
	color : #ffffff;
	text-decoration : none;
}
A.MENU1:VISITED {
	color : #ffffff;
	text-decoration : none;	
}
A.MENU1:HOVER {
	color : #ffffff;
	text-decoration : none;	
}
A.MENU2:LINK {
	color : #ffffff;
	text-decoration : none;
}
A.MENU2:VISITED {
	color : #ffffff;
	text-decoration : none;
}
A.MENU2:HOVER {
	color : #ffffff;
	text-decoration : none;
}

.location {
	text-align: right;
	margin: 28px;
}


/**/

/*----Footer Styles--------------------------------------------*/


.footer {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 14px;
	background: #ffffff; 
	width:968px;
}

.footer p {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size : 11px;
	color: #2C2C2C;
	padding: 0px 25px;
	text-align: right;
}

A.footerlink:LINK {
	color : #001858;
}
A.footerlink:VISITED {
	color : #001858;
}
A.footerlink:HOVER {
	color : #001858;
}



/**/

/*----Admin Area--------------------------------------------*/

TABLE {
	font-size : 100%;
	border : #DBEADE;
}

TH{
	color : #483D8B;
	background : #e1e1e1;
}

TH.2{
	color : #ffffff;
	background : #CD9323;
}

A.BORDER1:LINK {
	color : White;
}
A.BORDER1:VISITED {
	color : White;
}
A.BORDER1:HOVER {
	color : #e1e1e1;
}


A.BORDER2:LINK {
	color : #483D8B;
	border: 0px;
}
A.BORDER2:VISITED {
	color : #483D8B;
	border: 0px;	
}
A.BORDER2:HOVER {
	color : #483D8B;
	border: 0px;	
}



A.BORDER3:LINK {
	color : #e1e1e1;
}
A.BORDER3:VISITED {
	color : #e1e1e1;
}
A.BORDER3:HOVER {
	color : #e1e1e1;
}

.BORDER1{
	border: 1px solid #ABABAC;
	background: #ffffff;
	width: 591px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	
}
.BORDER2{
	color: #ffffff;
	background : #E7E7DB;
	border-top : thin solid #243561;
	border-bottom : thin solid #243561;
	margin-bottom: 6px;
	margin-top: 6px;
}
.BORDER3{
	color: #333333;
	background : #efefef;
}

.BORDER4{
	color: #333333;
	background : #ffffff;
	border-top : thin solid #0C5E22;
	border-bottom : thin solid #0C5E22;
	border-left : thin solid #0C5E22;
	border-right : thin solid #0C5E22;		
}

.Title1 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #243561;
	font-size: 26px;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.Title2 {
	color: #3A433A;
	text-transform: uppercase;	
	font-size: 22px;
	margin-top: 12px;
	margin-bottom: 8px;
	margin-right: 20px;
	margin-left: 2px;	
	font-weight: bold;
}

.Title3 {
	color: #7C0405;
	background: #F8F8EC;
	width: 100%;
	font-size : 14px;
	padding: 3px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 2px;
	margin-top: 6px;
	margin-bottom: 2px;	
}