body {
	background: #fff;
	background-image: url('../images/topbg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	color:#3b383b;
	padding-bottom:0;
	margin-bottom:0;	
}

h2 {
	font-size:16px;
	color:#3b383b;
	padding:0;

}

h3 {
	font-size:14px;
	color:#3b383b;
	padding:0;

}
 
p, li {
	color:#3b383b;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

a { color #312e31; }

#head {
	height: 121px;
}

#wrap {
	margin-left: 113px;
	width: 800px;
}

#menu {
	color: #fff;
	font-size: 13px;
	padding-top: 3px;
	display:block;
	height: 32px;
	background-image: url('../images/headerbot.png') #275c92 repeat-x;
	margin-top:49px;
}

#menu2 { 
	color: #fff;
	font-size: 13px;
	padding-top: 8px;
	display:block;
	height: 21px;
}

#menu2 a { color:#fff; text-decoration:none; }
#menu2 a:hover { text-decoration:underline; }

#headtop {
	height: 99px;
} 

#content { 
	padding: 30px 0 15px 10px;
}

#foot {
	background: #99bcde;
	padding:12px;
	padding-left:125px;
	height: 72px;
	color: #312e31;
}

#footwrap { 
	width: 800px;
}

#foot a {
	text-decoration: none;
	color: #312e31;
}

a.definition {
	border-bottom: 1px dashed brown;
	text-decoration: none;
	
}

a.definition:hover {
	position: relative;
	cursor:help;
}

a.definition span {
	display: none;
}

a.definition:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	width:200px;
	text-align:justify;
	color:#000000;
	
	/* end formatting */
}


.inactive {
	display:none;
}

.clickable {
	cursor:pointer;
	font-weight:bold;
	color:#275c92;
	background-image: url('../images/arrow-right.jpg');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
}


.clickable.open {
	background-image: url('../images/arrow-down.jpg');
	background-position:left;
	background-repeat:no-repeat;
}

.more p, .more table {
	padding-left:12px;
}

.highlight {
	font-size:20px;
	font-weight:bold;
	color:#265b91;
	line-height:22px;
}


