/* ================================
    CSS STYLES FOR L.A.N. WEBSITE
   ================================
*/ 

/* Common Styles  */ 
body {
	background: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #313131;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	}
.clsCMOn, .clsCMOver {
    font: 11px verdana, Helvetica;
	padding: 2px;
    color: black;
}
table, tr, td, p {
	font-family: verdana;
	font-size: 11px;
	color: #313131;
	line-height: 16px;
}

a, a:visited {
	font-family: verdana;
	color: #6b684a;
	font-size: 11px;
	text-decoration: none;
}

a:hover, a:visited:hover {
	font-family: verdana;
	color: #6b684a;
	font-size: 11px;
	text-decoration: underline;
}

/* Header Block Styles  */ 
td.header {
 height: 100px;
 background-color: #d6d5af;
 vertical-align: top;
}

	
/* Primary Navigation Bar Table */ 
td.NavBar {
background-image: url(../images/NavBg.jpg);
background-repeat: no-repeat;
height: 31px;
color: #ffffff;
}


/* Side Bar and Content Frame Table  */ 

td.SideBar {
width: 155px;
background-color: #f9f8ed;
border-right: 1px solid #928b6f;
height: 100%;
vertical-align: top;
text-align: center;
padding-top: 14px;
padding-left: 6px;
padding-right: 5px;
}



td.LeftSide {
border-left: 1px solid #666666;
}


Td.ContentFrame {
padding-left: 0px;
padding-top: 10px;
vertical-align: top;
padding-right: 10px;
}
	Td.ContentFrame2 {
padding-left: 0px;
padding-top: 10px;
vertical-align: top;
padding-right: 0px;
}

.SectionHeader {
font-family: verdana;
font-size: 16px;
font-weight: bold;
color: #0056a6;
}




/* Page Header and Sub Header Styles  */
.PageHeader {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #000000;
}

.BeigeHeader {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #6b684a;
padding-top: 3px;
padding-bottom: 5px;
}

.BeigeSubHead {
font-family: times new roman;
font-size: 12px;
font-weight: bold;
color: #6b684a;
padding-top: 5px;
padding-bottom: 3px;
}



/* Breadcrumb Link Styles  */

a.breadcrumb, a.breadcrumb:visited {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #6b684a;
	text-decoration: none;

}
a.breadcrumb:hover, a.breadcrumb:visited:hover {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #6b684a;
	text-decoration: underline;
}

a.breadcrumbselect {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: bold;
	Color: #6b684a;
	text-decoration: none;
}



/* Request/Features Box Styles on Pages  */
td.featuresbox {
background-color: #d6d5af;
padding-top: 7px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
vertical-align: top;
width: 200px;
text-align: center;
}


td.divider {
vertical-align: middle;
text-align: center;
width: 30px;
}


/* Footer Links and Styles  */


Td.Footer {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	color: #ffffff;
	background-color: #a09c99;
	height: 42px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.Copyright {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	color: #313131;
	text-align: center;
	vertical-align: middle;
}

a.FooterLink, a.FooterLink:visited {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #ffffff;
	text-decoration: none;

}
a.FooterLink:hover, a.FooterLink:visited:hover {
	Font-family: verdana;
	Font-size: 8pt;
	Font-weight: normal;
	Color: #ffffff;
	text-decoration: underline;
}
