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: #e6e6e6;
color: #000000;
text-align: center;
height:100%;
}

body a {
color:#333333;
text-decoration:none;
}
body a:hover, body a:focus {
color:#333333;
}

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;
}

.contenttext {
font-family: Arial, Helvetica, sans-serif;
color:#333333;
size:10px;
font-weight:normal;
}
.contenttext_bold {
font-family: Arial, Helvetica, sans-serif;
color:#6B6B6C;
size:10px;
font-weight:bold;
}
.contenttext_blue {
font-family: Arial, Helvetica, sans-serif;
color:#101272;
size:10px;
font-weight:bold;
}
.contenttext_purple {
font-family: Arial, Helvetica, sans-serif;
color:#C3BCD9;
size:10px;
font-weight:bold;
}

/*-----------------site build-----------------*/

#wrapper {
width: 775px;
background-image:url(../graphics/bg.gif);
margin:0px auto;
text-align:left;
}
#top{
width: 775px;
height:70px;
background-image:url(../graphics/header.jpg);
}
#textmenu {
padding: 22px 29px 30px 0;
/*------148 by 18-------*/
}

#nav {
width: 775px;
}

#content_wide {
width:741px;
padding: 5px 17px 10px 17px;
background-image:url(../graphics/wide_bg.jpg);
background-repeat:repeat-y;
text-align:left;
}
#content_right {
width:394px;
height:258px;
margin:0px auto;
padding: 5px 29px 0 13px; 
background-image:url(../graphics/content_right.jpg);
float:right;
}
#content_right_scroll {
width:392px;
height:196px;
overflow:auto;
}

#content_left {
width:322px;
padding: 0 0 0 16px;
float:right;
}
#content_left_lower {
width:339px;
text-align:left;
float:left;
}


#footer_top {
width: 775px;
float:left;
}
#footer_bottom {
width:775px;
float:left;
}

