@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll;}


/* CSS for round corners */

body {background-color: #d6ddfa;
background-image:url(images/scrollLR5.jpg);
background-repeat:no-repeat;
background-position:center;
margin: 10px auto;
font: .85em Arial, Helvetica, sans-serif;
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
} 

/* the code for the rounded corners is here */

.main165 #container {
	border: 3px solid #2f3d7a ;
	-moz-border-radius:20px 20px;
	-webkit-border-radius:20px 20px;
	border-radius:20px 20px;
	background-color: #fff;
	/* height: 625px; */
	width: 800px;
	margin: 10px auto;
	/* background-image: url(../images/6488mpoppy.jpg); 
	color: #fff; */
	text-align: center;
}

.main165 #container p {padding: 15px;
/* text-align: left; */}


.main165 #header { 
	background: #2f3d7a; 
	padding: 0 10px;  
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	-moz-border-radius:16px 16px  0px 0px;
	-webkit-border-radius:16px 16px  0px 0px;
	border-radius:16px 16px 0px 0px;
	color: #fff;
	font-weight:normal;
    text-align: center;
} 

 .main165 #header h1 {
	margin: 0; 
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - 
	an unexplainable space between divs. If the div has a border around it, this is not 
	necessary as that also avoids the margin collapse */
	/* padding: 10px 0;
	font-size: 27px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight:normal;  */
	
	text-indent: -9999px;
font-size: 1px;
margin-bottom: 0px;
	
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 



#headerbkg {
background-image: url(images/Banner2B.jpg);
background-repeat: no-repeat;
background-position: center;
height: 125px;
}

.main165 #header p {
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 1px;
	margin: -5px 0 0 0;
	 }
	
.main165 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d6dcfa; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 10px 0px 20px;
	text-align:left;
	background-image:url(images/bkg24B.jpg);
	height: 545px;
	}
	
.main165 #sidebar1 ul{padding: 0; margin-top: -10px}

.main165 #sidebar1 li {
	letter-spacing: 1px;
	list-style-type: none;
	text-align: left;
	text-indent: 10px;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}


.main165 #sidebar1 .nest ul{padding: 20px 0 0 0; margin-top: 30px}

.main165 #sidebar1 .nest li {
	letter-spacing: 1px;
	list-style-type: none;
	text-align: left;
	text-indent: 20px;
	display: block;
	margin-top: 4px;
	padding-top: 4px;
	font-size: 12px;
	
}

.main165 #sidebar1 a:link {color:  #2f3d7a;
text-decoration: none; font-weight:bold}

.main165 #sidebar1 a:visited {color:  #2f3d7a; font-weight:bold;
text-decoration: none;}

.main165 #sidebar1 a:hover {color:  #7841aa;
text-decoration: underline;}

.main165 #sidebar1 a:active {color:  #2f3d7a;
text-decoration: none; font-weight: bold;}

	
.main165 #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 30px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
line-height: 135%;
text-align: left;
width: 505px;
overflow:auto;
 height: 540px;
} 

.main165 #mainContent h2 {color: #2f3d7a;
}
.main165 #mainContent h3 {color: #2f3d7a; margin: 13px 0px -5px 0px;
}

.main165 #mainContent p {margin: -10px 20px;
}


.main165 #mainContent a:link {color:  #2f3d7a;
 font-weight:bold}

.main165 #mainContent a:visited {color:  #2f3d7a; font-weight:bold;
}

.main165 #mainContent a:hover {color:  #7841aa;
}

.main165 #mainContent a:active {color:  #0b36d8;
text-decoration: none; font-weight: bold;}

.main165 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d6dcfa;
	-moz-border-radius:0px 0px 17px  17px;
	-webkit-border-radius:0px 0px 17px  17px;
	border-radius:0px 0px 17px  17px;
	z-index:inherit;
} 
.main165 #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 */
	font-size: .8em;
	color: #2f3d7a;
}
.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}