#wrap {
 width:950px;
 margin:0 auto;
 
}
#main {
float:left;
width:784px;

}
#sidebar {
	float:right;
	width:165px;
	background:#fff;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	}

#insidebar {
	background:#fff;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #000;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 500;
	line-height: 14px;
	}
.mainboxfrntpg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 4px;
	line-height: 16px;
	padding-right: 4px;
	margin: 2px;	
}	
	/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 2em;
	left: 0px;
	width: 185px;
	
	}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	left: 187px;
	
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	position: relative;
	background: #2A7FAA;
	margin-right: -1px;
	
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: -1px;
	border-left-color: #99CCFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #99CCFF;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #99CCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	}
.menulist ul>li:last-child {
	margin-bottom: 1px;
	
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 4px;
	color: #000;
	text-decoration:  none;
	text-align: left;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #CC9900;
	
}
.menulist  a.highlighted {
	color: #FFF;
	background-color: #CC9900;
	
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

a:link {
	text-decoration: none;
	color: #2A7FAA;
	
}

a:visited {
	text-decoration: none;
	color: #2A7FAA;
	
}
a:hover {
	color: #0033FF;
	text-decoration: none;
	
	
}

.floatimgleft {
	float:left;
	margin: 6px;
	
}
.bkgroundchange a:hover{
	color: #FFFFFF;
	background-color: #2A7FAA;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bkgroundchange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;	
	}
	
.floatimgright {
	float: right;
	margin-right: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;	
}

/*********** #sectionLinks styles ***********/

#sectionLinks {
	margin: 0px;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 170px;
	
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 3px 0px;
	color: #2A7FAA;
	background-color: #FFFFFF;
	font-weight: 600;
}

#sectionLinks a:hover {
	background-color: #2A7FAA;
	color: #FFFFFF;
	display: block;
	
	
}

/*********** .relatedLinks styles ***********/
.texthighlight {
	line-height: normal;
	font-size: 12px;

}

HR {
    height:1px;
    width:100%;
    background:#0000FF;
    margin: 0px 0px 0px 0px;

}
			
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 2px;
	}
/*************** Box Over Div *********************/
       
.dvhdr1 {
background:#F3F0E7;
font-family:arial;
font-size:12px;
font-weight:bold;
border:1px solid #C8BA92;
padding:5px;
width:150px;
}
         
.dvbdy1 {
background:#FFFFFF;
font-family:arial;
font-size:12px;
border-left:1px solid #C8BA92;
border-right:1px solid #C8BA92;
border-bottom:1px solid #C8BA92;
padding:5px;
width:150px;

}
/*************** These Div "wrap" *********************/


.linksblwhead a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 4px;
color: #FFFFFF;

}

.linksblwhead a:hover {
text-decoration: underline;

		
}

.linksblwhead a:visited {
color: #FFFFFF;

}
.textonly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.js_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2A7FAA;
	padding-top: 2px;	
}
.js_text a:link {
	color: #2A7FAA;
		text-decoration: underline;
}
.js_text a:hover {
	text-decoration: underline;
	color: #2A7FAA;	
	}
.js_text a:visited {
	color: #2A7FAA;

}
.floatimgright2 {
	float:right;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

.blockquotediv {
	padding-left: 50px;
	padding-right: 50px;
	display: block;
	font-size: 12px;
	}