* {
    padding: 0;
    margin: 0;
} 

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
background-color: #F0F8FF;
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

img { border: none; }
a { color: #000080; 
text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 10px auto 0 40px;
#width: 600px;
}

#wrap2 {
margin: 0px auto 0 40px;
width:500px;
float: left;
padding: 10px;
padding-bottom: 20px;
}

.top {
background:#333;
width: 100%;
height:4px;
position: static;
top:0px;
left:0px;
}


.left {
border: 1px solid #000;
background:#fff;
#width:450px;
float: left;
text-align: justify;
padding: 10px;
padding-bottom: 20px;
}

.left2 {
border: 1px solid #000;
background:#fff;
width:650px;
#float: left;
text-align: justify;
padding: 10px;
padding-bottom: 20px;
}




.left h2 {
border-bottom:1px dotted #666666;
color: #000080;
font-size:15px;
margin-right:10px;
padding:10px 0px 8px;
}

.row {
border-bottom:1px dotted #666666;
color: #000080;
font-size:14px;
margin-right:10px;
font-weight: bold;
padding:2px 0px 1px;
}

.right {
width: 200px;
#float: right;
}

/* Form */

form input#radiobutton{
	clear: left;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#field {
border:1px solid #CCCCCC;
color: #000080;
font-size:16px;
height:20px;
font-family: Arial, Helvetica, sans-serif;
margin-top:2px;
margin-right:5px;
padding:2px;
position:relative;
top:10px;
#width:680px;
}
		
input.go {
background-color:#000000;
border:1px solid #000000;
color:#FFFFFF;
font-size:17px;
font-weight:bold;
height:25px;
left:4px;
position:relative;
top:10px;
width:45px;
	}

#footer {
margin-top: 2px;
margin-bottom: 10px;
text-align: left;
color: #484848;
font-size: 11px;
padding: 10px;
}