@charset "UTF-8";
/* CSS Document */

#masterDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#footer {
	/*width:870px;
	height:180px;
	background-image:url(images/NLView.jpg);
	margin-left:0px;
	padding-right:30px;
	border-color:#f2dc94;
	border-style: ridge;
	border-width: thick;*/
	font-size:12px;
	text-align:center;
	padding-top:10px;
}
#tablemenu {
color:#FFFFFF;
text-align:center;
}
#tablemenu a {
	display: block;
	font-size: 12px;
	/*color: #000066;*/
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	margin: 0;
}
#tablemenu a:link {
	text-decoration: none;
	
}
#tablemenu a:visited {
	text-decoration: none;
}
#tablemenu a:hover {
    clear: both;
	background-color: #FFF;
	text-decoration: none;
	color:#000066;
}
#tablemenu a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar1 a {
	display: block;
	font-size: 18px;
	color: #000066;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 12px 2px 12px 42px;/*was 6 vs 12*/
	margin: 0 0 0 0;
	
}
#sidebar1 a:link {
	text-decoration: none;
	
}
#sidebar1 a:visited {
	text-decoration: none;
}
#sidebar1 a:hover {
    clear: both;
	/*background-color: #FFC;*/
	background-color:#FFF;
	text-decoration: none;
	color:#000066;
	background-image:url(images/HouseBKG.gif);
	background-repeat:no-repeat;
}
#sidebar1 a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent h4 {
	padding-left: 40px;
}
#mainContent h4 a {
	
}
#mainContent h4 a:link {
}
	
#mainContent h4 a:visited {
}
#mainContent h4 a:hover {
	color:#F30;
}
#mainContent h4 a:active {
}

#mainContent ul {
	padding-left: 60px;
}
/*#mainContent ul li {
	padding-left: 60px;
}*/
.setup {
	font-family: Verdana, Geneva, sans-serif;
}
h1.setup {
	color:#000066;
	font-size:32px;
	padding-top:5px;
}
h2.setup {
	color:#000066;
	font-size:24px;
}

.setup #mainContent h1 {
	color:#000066;
	font-size:32px;
	padding-top:5px;
}
.setup #mainContent h2 {
	color:#000066;
	font-size:24px;
	padding-left:20px;
}
.setup #mainContent h3 {
	color:#000066;
	font-size:18px;
	padding-left:40px;
}
/*.setup #mainContent p {
	padding-left:60px;
}*/

#DivHeader {
	width:900px;
	height:170px;
	/*z-index:1;*/
	/*border-color:#f6ba41;
	border-style:double;
	border-width:medium;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#DivMenu {
	width:900px;
	height:24px;
	/*border-top:5px solid #CC0000;*/
	/*border-bottom:5px solid #CC0000;*/
	border-bottom:5px solid #5cde4b;
	/*background-color:#8993af;*/
	background-color:#1e489f;
	
	/*	padding-top:.5px;
	padding-bottom:.5px;*/
	margin-top:0px;
	margin-bottom:0px;
}
#DivContent {
	width:900px;/*background-image:url(images/EagleBkg.gif);*/
}
#tblFeatured a {
	/*font-weight:bold;*/
	font-size:12px;
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
}
#tblFeatured a:link {
	text-decoration: none;
}
#tblFeatured a:visited {
	text-decoration: none;
}
#tblFeatured a:hover {
	clear: both;
	text-decoration: underline;
	color: #000066;
}
#tblFeatured a:active {
	text-decoration: none;
}
/***************/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	/*background: #FC9; ** #FFC06A the background color will be displayed for the length of the content in the column, but no further */
	background: #7494BC;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin-top:5px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	/*width: 23%;*/ /* since this element is floated, a width must be given */
	width:240px;
	background:#1e489f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-top:5px;
	margin-right:0px;
}
#sidebar1 p, #sidebar1 h3, #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 h3, #sidebar2 h3 {
	font-size:18px;
	/*color:#000066;*/
	text-align: center;
	margin-top:5px;
}

#sidebar1 h3 {
	color:#000066;
}
#sidebar2 h3 {
	color:#FFF;
}
#sidebar1 h2 {
	color:#000066;
}
#sidebar2 h2 {
	color:#FFF;
}

#sidebar1 h2, #sidebar2 h2 {
	font-size:24px;
	/*color:#000066;*/
	text-align: center;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:5px solid #5cde4b;
}
#sidebar2 p {
	color: #FFF;
	text-align:center;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/***************/

.alignCenter {
	text-align: center;
}
/*.orange {
	font-family:Verdana, Geneva, sans-serif;
	color:#F30;
}
h1.orange {
	color:#F30;
	font-size:32px;
	padding-top:5px;
}
h2.orange {
	font-size:24px;
	
}*/
.bluish {
	font-family:Verdana, Geneva, sans-serif;
	color:#000066;
}
h1.bluish {
	font-size:32px;
	padding-top:5px;
}
h2.bluish {
	font-size:24px;
	
}

