/*########################################################################################################################
			Header Styles including top menu
##########################################################################################################################*/

/*====================================================================
		This 'spacer' class is found in the asp code at top of page.  *
		It changes the spacing between colons used as seperators.     *
		If colons not used (just a bullet), then just ignore.         *
======================================================================*/

.body-2
{
	float: none;
	margin: 10px 6px 10px 6px;
}

.titles
{
	padding: 8px 10px 10px 6px;
	color: #0099ff;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.spacer {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  padding: 0px;
}

.spacer2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #0033cc;
  padding: 0px;
}

/*====================================================================*/
 

.menu { /*sets the styling for top_right links in header.*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #130A7B;
	padding: 0px 2px 0px 2px;
	
}

.headborder
{
	background-color: #000000;
}

.flobj
{
	border-right: 2px solid #000000;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #000000;
	background-color: #ffffff;

}
.flobj2
{
	border-right: 2px solid #000000;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #000000;
}

.logo
{
	background-color: #ffffff;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	border-bottom: 2px solid #000000;
}

.menu a{
	color: #130A7B;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

.menu a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.topleft { /*sets the styling for top_left links in header.*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	background-color: #0033cc;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
}

.topleft a{
	color: #ffffff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	margin: 0px;
}

.topleft a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.topright { /*sets the styling for top_right links in header.*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #ffffff;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

.topright a{
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.topright a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.topright h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6869A2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

.insidebar { /*sets the styling for top_right links in header.*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #ffffff;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

.insidebar a{
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.insidebar a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.insidebar h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6869A2;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}


  .topstripe {
   background-image: url(../contentmgr/axess/images/topback.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-right: 20px;
}

.name{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color: #130A7B;
padding-left: 5px;
	
}


/*========================== General styles ==================================*/

body{ /*sets outside margin. comment out if box style site.*/
	background-color: #BAB0A4;
	background-image: url("images/topstripe.gif");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
  }
  
.mainarea
{
	background-color: #BAB0A4;
	margin: 0px 0px 0px 0px;
}
  
.leftmenu
{
	background-color: #F0F0F0;
	border-top: 2px solid #330000;
	border-right: 0px dotted #999999;
	border-bottom: 2px solid #330000;
	border-left: 2px solid #330000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.bcell
{
	background-color: #FFFFFF;
	border-top: 2px solid #330000;
	border-right: 2px solid #330000;
	border-bottom: 2px solid #330000;
	border-left: 2px dotted #474747;
}

.footparent
{
	border-right: 20px solid #330000;
}

/*########################################################################################################################
							Main Content Area Styles
##########################################################################################################################*/



/*============== For setting the News Menu Links styles =================================================================*/
.contentmenu
{
	padding: 0px;
}

.contentmenu a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #013499;
	padding: 2px 4px 2px 4px;
	text-decoration : none;	
	display : block;
	background-color: #c4c4c4;
}

.contentmenu a:hover{
	border : 0px solid #666666;
	background-color: #F0F0F0;
	color : #A1AFB5;
	text-decoration : none;
}
/*-------------- End -----------------------------------------------------------------------------------------------------*/

/*============== For setting the (Top) link color ========================================================================*/
.jumpup a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #013499;
	text-decoration: none;
	padding-left: 0px;
}

.jumpup a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #A1AFB5;
	text-decoration: none;
	padding-left: 0px;
}

.contentpapa{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B31F24;
	border-right-color: #B31F24;
	border-bottom-color: #B31F24;
	border-left-color: #B31F24;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #666666;
	border: 0px;
	border-color: #4FBB44;
	border-style: solid;
	}
	
.content h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6869A2;
	background-image: url(../images/arrow4.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 24px;
}

.content a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #013499;
	padding-left : 0px;
	padding-right: 0px;
	text-decoration : none;	
}

.content a:hover{
	border : 0px solid #666666;
	color : #A1AFB5;
	text-decoration : underline;
}

.newz{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3E4F;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.newz a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #0033ff;
	padding-left : 0px;
	padding-right: 0px;
	text-decoration : none;	
}

.newz a:hover{
	border : 0px solid #666666;
	color : #A1AFB5;
	text-decoration : underline;
}

.contentcell{
	background-color: #FFFFFF;
	padding: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F4F4F;
	line-height: 20px;
}

.contentcell h1{
font-weight: bold;
font-size: 14px;
}

.contentcell a{
	color: #2F4F4F;
	text-decoration: none;
}

.contentcell a:link{
	color: #708090;
	font-size: 12px;
	text-decoration: none;
}

.contentcell a:hover{
	color: Gray;
	text-decoration: underline;
}

.contentcell hr{
	color: Silver;
	line-height: 1px;	
	margin-right: 20px;
}

.sidebar{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.sidebar a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #013499;
	padding-left : 0px;
	padding-right: 20px;
	text-decoration : none;	
}

.sidebar a:hover{
	border : 0px solid #666666;
	color : #A1AFB5;
	text-decoration : underline;
}


/*============= Footer Styles ====================================================================================*/
.footerNav a:link, .footernav a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #BAB0A4;
	border: 0px;
	color : #ffffff;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-top : 2px;
	padding-right: 6px;
	text-decoration : none;
	width : 100%
}

.footerNav a:hover {
	color : #ffffff;
	text-decoration: underline;
}

.footpad{
	padding-top: 30px;
	padding-bottom: 6px;
}

.copy{
	background-color: #BAB0A4;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	padding: 8px 0px 0px 0px;
	border-color: #708090;
	border-top-width: 1px;
	}
	
.copy a{		
	color : #767F9A;	
	text-decoration : none;
	}
	
.copy a:hover{
	color : #A1AFB5;
	text-decoration: underline;
	}
/*-------------- End Main Content Area Styles ----------------------------------------------------------------------------*/


/*########################################################################################################################
							Styles for Contacts page
##########################################################################################################################*/

.contacthead{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #A1AFB5;
	border : 0px solid #999999;
	color : #ffffff;
	font-weight: bold;
	display : block;
	padding-bottom : 2px;
	padding-left : 8px;
	padding-top : 2px;
	padding-right: 8px;
	width : 50%
}

.contactcell{
   background-color: #FFFFFF;
	padding-left: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F4F4F;
}
/*-------------- End Contact Styles -------------------------------------------------------------------------------------*/



/*########################################################################################################################
							Request Form Page styles.
##########################################################################################################################*/

.reqcontent{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F4F4F;
}

.reqcontent h1{
	font-weight: bold;
	color: #000000;
	background-color: #E0E6E7;
    font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
}

.reqcontent hr{
	color: Silver;
	line-height: 1px;	
	margin-right: 0px;
}

.reqcontent a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #708090;
	padding-left : 20px;
	padding-right: 20px;
	text-decoration : none;	
}

.reqcontent a:hover{
	border : 0px solid #666666;
	color : #A1AFB5;
	text-decoration : underline;
}

.reqcontent a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #708090;
}

.reqbad{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D80000;
}
/*-------------- End Request Form Styles---------------------------------------------------------------------------------*/

/*########################################################################################################################
							Link-Appz Page styles.
##########################################################################################################################*/

.thelink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.thelink a {
	color: #FFFFFF;
	text-decoration: none
} 
.thelink a:hover {
	color: #666666;
	text-decoration: underline
} 
/*-------------- End Link-Appz Styles---------------------------------------------------------------------------------*/

/*########################################################################################################################
							Left Overs
#########################################################################################################################*/


table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F3E4F;
	line-height: 20px;
}

