@import url(undohtml.css);
/*	Undoes the basic set styles to negate any differences between browsers, for instance <ul>s have
very different levels of padding/margin in firefox versus IE */

body{
	font-family: Arial, Verdana;
	text-align:center;
	margin:auto;
	margin-top: 10px;
	width:850px;
	color:#67696E;
	background-color:#eee;
	font-size: 80%;

	
	
}

h4, h5 {
padding:10px 0 5px 0;
}

p{padding:5px 0 5px 0;}

ol{
	list-style:decimal;
	padding:0 10px 0 25px;
}
ol li{padding: 0 0 20px 0;}

#frame{
	border:5px solid #fff;
	text-align:left;
	background-color:#fff;
}

#frame #header{
	background:url(/images/index_01.jpg) no-repeat;
	height:223px;
}

#frame #header #top_contact_image{
	float:right;
	margin:20px 10px 0 0;
}

#frame #header #top_logo{
	float:left;
	margin:115px 0 0 60px;
}

#frame #main{
	background:url(/images/titletop.gif) no-repeat left 10px;
}

#person{
	width:280px;
	height:300px;
	float:right;
	/*border:1px solid red;*/
	background-repeat:no-repeat;
	background-position:bottom;
}

.person1{background:url(/images/person1.gif);}
.person2{background:url(/images/person2.gif);}
.person3{background:url(/images/person3.jpg);}
.person4{background:url(/images/person4.gif);}
.person5{background:url(/images/person5.gif);}
.person6{background:url(/images/person6.gif);}


#content h1{
	font-size:200%;
	font-weight:normal;
	color:#D6201C;
	padding:10px 0 10px 0;
}
#content h2{
	font-size:100%;
	font-weight:normal;
	color:#D6201C;
	padding:5px 0 10px 0;
}
#content h3{
	font-size:100%;
	font-weight:normal;
	color:#D6201C;
	padding:5px 0 10px 0;
}
#content h4{
	font-size:100%;
	font-weight:bold;
	color:#D6201C;
	padding:5px 0 10px 0;
}

#content ul{
	list-style:disc;
	padding:5px 20px;
}

#content{
	padding:10px 280px 20px 65px;
	background-repeat:no-repeat;
	background-position:right 50px;
	font-size:100%;
}

#test div{
	padding:0 0 5px 10px;
}

#test div .input{margin:0 0 0 20px;}

#test .frmsubmit{
	border:1px solid #559ED0;
	background-color:#559ED0;
	color:#E8F2F9;
	font-weight:bold;
	margin:10px 0 0 0;
}

#content a{color:#559ED0;}
#content a:hover{text-decoration:underline;}
#content h4{font-weight:normal;}
#content h5{font-weight:bold;}

#menu{
	background:#559ED0;
	height:30px;
/*	clear:both;*/
	padding:0 0 0 25px;
	margin: 0;
}

#menu div{
	float:left;
}

#menu div a{
	/*border:1px solid red;*/
	text-align:center;
	width:129px;
	display:block;
	color:#ACDBFC;
	font-weight:bold;
	font-size:100%;
	padding:9px 0 7px 0;
}

#menu div a:hover,
#menu .active a{
	background:url(/images/redbox.gif) no-repeat bottom center;
	color:#fff;
}

#footer{
	background:#559ED0;
	height:20px;
	clear:both;
	padding:10px 40px 0px 20px;
	margin:0 0 5px 0;
	text-align:right;
}

#footer a{
	color:#CDE2F1;
	font-size:80%;
}.footer-t {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}
