html, body { 
background : #fff;

padding : 0;
margin : 0; 
}

div#outercontainer { 
background : url(bkg1.jpg);
width : 900px;
margin-top : 0px;
margin-left : auto;
margin-right : auto;
height : 100%;
margin-bottom : 0px;
} 

div#container { 
width : 790px;
margin-top : 0px;
margin-left : auto;
margin-right : auto;
height : 100%;
margin-bottom : 0px;
} 
div#content { 
width : 790px;
float : left;
padding : 0px;
background : url(menubkg1.jpg);
margin-top : 0px;
margin-bottom : 0px;
} 

div#leftcol { 
width : 96px;
float : left;
padding : 0;
height : 100%;
background : url(menubkg1.jpg);


} 

div#rightcol { 
margin-top : 0px;
margin-bottom : 0px;
margin-left: 25px;
width : 667px;
float : left;
background : #fff url(center1.jpg);

} 
.boxtext {
float: left;
width:530px;
padding: 30px;margin-top : 0px;

}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

h1 { 
color :#463465;
font-family : "Times New Roman";
font-size :22pt;
text-align : center;
font-style : italic;
font-weight : bold;
margin-top : 0px;
margin-bottom : 0px
}
h2 { 
color :#463465;
font-family : "Times New Roman";
font-size : 14pt;
font-style : italic;
text-align : center;
margin-top : 0px;margin-bottom : 0px;
line-height : 125%
}


h3{ 
color : #000000;
font-family : "Times New Roman, Serif";
font-size : 12pt;
font-weight : normal;
text-align: left;
margin-top : 0px;
margin-bottom : 0px;
line-height : 125%;
text-indent: 30px;
}


a:link {
	color:#0000FF;
}
a:active {
	color:#000000; 
}
a:visited {
	color: #8E8E8E;
}



ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 96px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 0px;
	border-width: 0px;
	margin: 20px;
	}
	
#menu li a {
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
text-indent: 10px;	}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(menu1.gif);
	padding: 4px 0 0 0px;
	}
	
#menu li a:hover {
	color: #000;
	background: url(menu1.gif) 0 -50px;
	padding: 4px 0 0 0px;
	}
	
#menu li a:active {
	color: #000;
	background: url(menu1.gif) 0 -64px;
	padding: 4px 0 0 0px;
	}
div#indexcontainer {
width : 790px;
margin-left : auto;
margin-right : auto;
margin-top:30px;
background : #fff url(index2center.jpg);
}
.indexboxleft {
width : 330px;
margin-left: 60px;

  border-color:           #000000;
  border-width:           3px;

}