
html,body {
margin-top:0;
margin-left:auto;
margin-right:auto;
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size:14px;
color:#000;
background-color:#fff;
text-align:center;
}

select { 
background-color:#ffffff;
font-size:16px;
color:#000000;
}

.inputfield {
border: 2px solid #444;
height:22px;
width:250px;
background-color:#fff;
font-size:16px;
padding:4px 2px 2px 2px;
color:#000;
}

.topic {
font-size:17px;
font-weight:bold;
padding-bottom:5px;
}

h1 { font-weight:bold; font-size:17px; margin: 0 0; padding: 0 0 5px 0; }
h2 { font-weight:normal; font-size:12px; margin:2px 0 2px 0; }
h3 { font-weight:bold; font-size:16px; margin:0; }
h4 { font-weight:normal; font-size:12px; margin:0; }

#header {
width:850px;
height:86px;
}

#header_left {
float:left;
width:215px;
height:86px;
}
#header_right {
float:right;
width:635px;
height:86px;
text-align:right;
}
#header_right_menu {
padding-left:20px;
margin-top:57px;
}

#container {
margin-left:auto;
margin-right:auto;
text-align:center;
width:850px;
background-color:#fff;
text-align:left;
}

#content_top {
clear:both;
width:848px;
height:530px;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

#content {
text-align: justify; 
font-size:12px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
width:828px;
padding:10px 10px 10px 10px;
}

#footer {
width:850px;
text-align:center;
font-size:10px;
}

a:link {
font-weight:normal;
text-decoration:underline;
color:#3366ff;
}

a:visited {
font-weight:normal;
text-decoration:underline;
color:#3366ff;
}

a:hover, a:active {
text-decoration:underline;
color:#3366ff;
}