html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-color: #ffffff;
color: #223571;
text-align: center;
height:100%;


}

body a {
color:#000000;
}

body a:hover, body a:focus {
color:#333399;
}

h1 {

	font-size: 13px;
	font-weight: bold;
	color: #24A3D3;
	padding:5px 0 5px 0;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding:5px 0 5px 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 5px 0;
}
.bold {
font-weight:bold;
}
.white {
color:#ffffff;
}

.small {
font-size:10px;
}

hr {
height:1px;
color:#EEEEEE;
}

#image_left{
float: left;
padding:0 10px 5px 5px;
}
#image_right{
float: right;
padding: 0 5px 5px 10px;
}
#center {
text-align:center;
margin:0px auto;
}
#wrapper {
width: 775px;
background-color:#FFFFFF;
text-align:center;
margin:0px auto;
/* text-align:left; */
}
#top{
width: 737px;
height: 101px;
margin: 20px 0 0 0;
}
#header{
width:775px;
float:left;
}
#top_nav{
width:424px;
text-align:right;
padding:43px 0 0 0;
float:right;
}
#nav {
width:249px;
height:232px;
float:left;
}
#main_image{
width:526px;
float:right;
}
#body {
width:775px;
margin:0px auto;
background-image:url(../graphics/body_bg.gif);
background-repeat:repeat-y;
margin:5px 0 0 0;
text-align:justify;
}
#body_left {
width:219px;
float:left;
padding:0 0 30px 30px;
}
#body_right{
margin:0 29px 0 20px;
padding:0 0 15px 0;
width:477px;
text-align:left;
text-align:justify;
float:left;
height:auto;
}
#title {
height:29px;
background-image:url(../graphics/title_bg.gif);
background-repeat:repeat-x; 
width:inherit;
padding:1px 0 1px 0;
}
#footer{
width:752px; 
height:14px;
background-image:url(../graphics/footer.gif);
background-repeat:none; 
padding:81px 0 0 23px;
margin:0 0 25px 0;
}
#img {
margin:6px 0 0 0;
}

.img_left {
padding:6px 0 0 0;
}

.error {
	border: 2px solid #FF0000;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 5px 0;
}

.success {
	border: 2px solid #009900;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0 5px 0;
}

label {
	display: block;
	width: 125px;
	float: left;
	padding: 5px;
	margin: 2px;
	clear: both;
	text-align: left;
}

span {
	display: block;
	margin: 3px;
}

span * {
	margin: 0;
}