body {
	background:url(../images/bground3.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d1979;
}
#container {
	background-color: #fff;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 151px;
	width: 850px;
	background:url(../images/scoutheader.gif) no-repeat;
}

#content {
	width: 470px;
	height:300px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
}

#content2 {
	width: 650px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
}


#leftnav {
	float: left;
	width: 140px;
	padding: 5px;
}

/*SUCKER MENU */

.suckerdiv ul{
margin: 0;
padding: 0;
position:absolute;
top:170px;
list-style-type: none;
width: 140px; /* Width of Menu Items */
border-bottom: 1px solid #4d1979;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
background: #e8d5f7;
padding: 1px 5px;
border: 1px solid #4d1979;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #4d1979;
}

.suckerdiv ul li a:hover{
background-color: #efffbf;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right #e8d5f7;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }


#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #000000;
text-decoration: none;
font-weight: bold;
}

#leftnav a:visited
{
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

#leftnav a:hover
{
	background:#efffbf;
	text-decoration: none;
	color: #4d1979;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 170px;
}

/* News Box */

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}

.b1h {height:1px; background:#fc3; margin:0 5px;}

.b2h, .b2bh {height:1px; background:#fc3; border-right:2px solid #fc3; border-left:2px solid #fc3; margin:0 3px;}

.b3h, .b3bh {height:1px; background:#fc3; border-right:1px solid #fc3; border-left:1px solid #fc3; margin:0 2px;}

.b4h, .b4bh {height:2px; background:#fc3; border-right:1px solid #fc3; border-left:1px solid #fc3; margin:0 1px;}

.b2bh, .b3bh, .b4bh {background: #fc3;}

.headh {background: #fc3; border-right:1px solid #fc3; border-left:1px solid #fc3;}

.headh h2 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}

.contenth {background: #ffecb3; border-right:1px solid #ffecb3; border-left:1px solid #ffecb3;}

.contenth div {margin-left: 12px; padding-top: 5px;}

/* End */

#footer {
	background-color: #9c0;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.nav {
	float:right;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4d1979;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #4d1979 ;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4d1979;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4d1979;
}

li {
	list-style-type:circle;
}
a {
	color: #4d1979;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #4d1979;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #fc3;
	text-decoration: none;
}


.box1 {
	background:#E7AAE2;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

/* image*/
.img {
			float: right;
  			min-width:200px;
			margin: 0.5em;
  			padding:0em;
}
.img p {
  font: italic xx-small Verdana, Arial, Helvetica, sans-serif #4d1979;
  text-align: center;
  text-indent: 0;
}
.img2 {
			width:200px;
			float:left;
  			margin: 0.5em;
  			padding:0em;
}
.img2 {
  font: italic xx-small Verdana, Arial, Helvetica, sans-serif;
  color:#4d1979;
}

.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
	padding:10px;
    } 

.floatimgright {
    float:right;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
	padding:10px;
    } 

#hr {
height: 0;
width: 100%;
border-style: solid;
border-color: #99cc00;
border-width: 3px 0 0 0;
}


