body {
	background-image: url(../graphics/back1.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0b1751;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 750px;
	background-color: #ffffff;
	background-image: url(../graphics/lhnav.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#lhnav {
	width: 138px;
	color: #0b1751;
	float: left;
}
.box {
	width:130px; 
	border: 1px solid #0b1751; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:#0b1751; 
	margin: auto;

}
.boxheader {
	background-color:#0b1751;
	font-family: Tahoma;
	font-size:12px; 
	color:#ffffff;
	font-weight:bold; 
	text-align:center; 
	line-height:22px;
}
.boxbody {
	background-color:#c0c9f7; 
	line-height:20px;
}
.box1 {
	width:150px; 
	border: 1px solid #0b1751; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #0b1751; 
	margin-right: 10px;
}
.boxheader1 {
	background-color:#0b1751; 
	font-family: Tahoma;
	font-size: 10px; 
	color:#ffffff; 
	font-weight: bold; 
	text-align:center; 
	line-height:18px;
	padding-bottom: 2px;
}
.boxbody1 {
	background-color:#ffffff; 
	text-align: left;
	color: #0b1751;
 	min-height: 60px;
}
#mainbody {
	width: 600px;
	float: right;
}
#mainbody1 {
	width: 430px;
	float: left;
	padding-left: 10px;	
}
#line {
	width: 750px;
	background-color: #899bef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0b1751;	
	text-align: center;
	margin: auto;
}
#footer {
	width: 750px;
	line-height: 30px;
	background-color: #899bef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0b1751;	
	text-align: center;
	margin: auto;
	padding: 0;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}
p {
	padding: 0 15px;
}
.bold {
	font-weight: bold;
}
img.left {
	float: left;
	padding: 0 15px; 
}
img.right {
	float: right;
	padding: 0 15px 15px 15px;
}
.right {
	float: right;
	padding: 0 15px 15px 15px;
}
.left {
	float: left;
	padding-right: 2px;
}
a {
	text-decoration: none; 
	color: #0b1751;
}

a:hover {
	text-decoration: none;
	color: #0b1751;
}
a.two {
	text-decoration: none; 
	color: #0b1751;
}

a.two:hover {
	text-decoration: none;
	color: #0b1751;
}
ul li {
	list-style-type: none;
}
.formbold {
	font-size: .9em;
	font-weight: bold;
	padding: 0 10px;
}
.formerror {
	border: 1px solid;  
	border-color: #FF0000; 
	border-collapse: collapse;
	FONT-SIZE: .9em; 
}
.SearchField {
	FONT-WEIGHT: normal; 
	FONT-SIZE: .9em; 
	COLOR: #0b1751; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.SearchButton {
	FONT-WEIGHT: normal; 
	FONT-SIZE: .9em; 
	COLOR: #0b1751; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}





.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	 display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

/*.clearfix {display: inline-block;}  a fix for IE Mac 

 next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
