img {
border:0;
}

.left {
text-align:left;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

.justify {
text-align:justify;
}

.fright {
float:right;
}

.fleft {
float:left;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
}

#content {
width:700px;
background-color:#FFF;
margin:0 auto;
padding:10px 0;
}

#header {
background:url(images/header.png) repeat-x;
height:100px;
text-align:center;
}

#header2 {
background:url(images/header2.png) repeat-x;
height:120px;
}

#latestEdBox {
width:420px;
height:120px;
margin:0 auto;
}

#latestEd {
float:left;
background:url(images/latestEd.png) no-repeat;
height:30px;
width:240px;
margin-top:29px;
}

#latestEdInfo {
font-size:20px;
font-weight:700;
color:#8D99A6;
width:240px;
text-align:center;
}

#download a,#download a:visited {
float:right;
background:url(images/download.png) no-repeat;
height:40px;
width:130px;
font-size:20px;
font-weight:700;
color:#FFF;
text-align:center;
line-height:36px;
margin-top:40px;
margin-right:19px;
}

#download a:hover {
background:url(images/download_on.png) no-repeat;
color:#FFF;
}

.box {
background-color:#FFFFE7;
border:1px solid #D1D3D5;
color:#8D99A6;
line-height:20px;
font-weight:700;
margin:5px 0;
padding:2px 5px;
}

.box h1 {
font-size:20px;
font-weight:700;
color:#86B300;
margin:2px 5px;
}

form {
padding:5px 0;
}

input {
border:1px solid #D1D3D5;
background:url(images/input.png) repeat-x;
font-weight:700;
color:#8D99A6;
}

table,table td {
border:0;
padding:2px;
}

A,A:hover,A:visited {
color:#86B300;
text-decoration:none;
}