/*Tags*/
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;	
	margin: 0 auto;
	color: #ffffe6;
	background-color: #ffffff;
	z-index: 0;
		
}
a:link{
    color:#341b13;
	/*color:#001f42;*/
	text-decoration: none;
	font-weight:bold;
	
	}
	 a:visited 
	 {
    color:#104D41;
	text-decoration: none;
	font-weight:bold;
	
	}
a:hover {
	color:#341b13;
	text-decoration: underline;
	font-weight:bold;
}	
.blue a:link, blue a:visited {
    color:#ffffe6;
	/*color:#001f42;*/
	text-decoration: none;
	font-weight:bold;
	
	}

.blue a:hover {
	color:#341b13;
	text-decoration: underline;
	font-weight:bold;
}			
 a.footerlink:link, a.footerlink:visited {
    color:#001f42;
	text-decoration: underline;
	font-weight:bold;
	
	}
 a.footerlink:hover {
	color:#341b13;
	text-decoration: underline;
	font-weight:bold;
}		
/*Classes*/

.floatHL{
	float: left;
	z-index: 10;
	margin-left:30px;
}
.floatHR{
	float: right;
	margin-right:35px;
	}
.floatL{
	float: left;
	z-index: 10;
	m
}
.floatR{
	float: right;
	
	}

/*IDs*/
#wrapper{
	z-index: 1;
	background-image:url(images/background.gif); /*brown-glow page border*/
	background-repeat: repeat-y;
    width: 750px;	
	}
#head {	
	height:95px;
	width: 750px;
	 /*background-color: #ffffe6;Light Blue*/
	background-image:url(images/bkgrd_top.gif);
	background-repeat: repeat-y;	
	z-index:10;
	font-size: 18px;
	font-family: "Arial Narrow";	
	font-weight: bold;
	text-align:left;
		
		
}
#content {	
	width: 690px;
	background-color: #4e342b;  /*Light Brown */
	z-index:10;
	font-size: 16px;
	margin-top:5px;
	
}
#footer1 {
	clear:both;
	font-family: "Arial Narrow";	
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	/*background-color:#ffffe6; Light Blue */
	 background-image:url(images/bkgrd_top.gif);
	 background-repeat: repeat-y;
	z-index: 10;
	width: 750px;
	height: 75px;
	color:#001f42;
		
}
#footer{
clear:both;
text-align:center;
z-index:10;
width:750px:
}

#bkgcandy
{
background-image: url(images/bkg_candy.gif);
background-repeat:no-repeat;
text-align:left;
z-index:10;
}

#leftcontent
{
	width: 300px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 5px;
	padding: 1em;	
}
#rightcontent
{
	float:right;
	width:300px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding: 1em;	
}
.leftcontentP
{
	
	float:left;
	width: 50%;
	text-align:left;
	
	
}
.rightcontentP
{
	float:left;	
	width:50%; 
	text-align:left;	
	
}

.box
{
	text-align:left;
	border:medium #341b13 outset;
	/*border-right:medium #341b13 outset;*/
	padding: 10px 10px 10px 20px;
	background-color:#ffffe6;
	font-size: 12px;
    color:#001f42;
	width: 90%;
	height:100%;
	margin: 15px 0;
	}	
	
ul#nav{
	margin-right:10px;
	margin-top: 10px;
	}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a, ul#nav li{ /*menu items*/
	font-size: 18px;
	color: #001f42;
	font-weight: bold;
	list-style:none;
}
ul#nav li a:hover{
	color: #341B13;
}
ul#nav ul { /* all lists */
	padding: 0;
	list-style: none;
	margin: 0;
}
ul#nav li { /* all list items */
	position: relative;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style:solid; 
	border-right-color: #001F42;
	float: left;
	
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:175px;
	top: 1.75em;
	left: 0px;
	background-color: #FFFFFF;
	border: thin solid #9f9c89;
	text-align: left;
	padding: 2px;
	text-align:left; 
	font-size: 12px;

}
ul#nav li ul li{ /* second-level lists */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav3 { text-align: center; margin-left: auto; margin-right: auto; width:550px;}
ul#nav3 {list-style: none; text-align: center; margin-left: auto; margin-right: auto; }
ul#nav3 li {display:inline; text-decoration: none; text-align: center; font-size:14px; 
    	}
ul#nav3 li a:visited, ul#nav3 li a:active, ul#nav3 li a { color: #001f42; text-decoration: none; text-align: center; }
ul#nav3 li a:hover { color: #341B13; text-decoration: underline; text-align: center; }

.bo { clear: both; }
.new{ color:#6a6a6a; font-size: x-small;  }
#xmlInfo
{
 width:650px;
 text-align:center;
}

 