BODY {
    background: #FFFFFF;
    padding: 0;
    margin: 20px;
    
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #000000;
    
    padding: 0px;
    margin: 0px;
}

P {
    padding: 0;
    margin: 0 0 15px 0;
}

H1 {
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin: 0;
}

H2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF9900;
    padding: 0;
    margin: 0;
}

DIV {
    padding: 5px;
    margin: 10px 0 10px 0;
}

HR {
    height: 1px;
    color: #999999;
    background-color: #999999;
    border: 1px #999999;
    margin: 20px 0px 20px 0px;
}

IMG {
    border: none;
}

#banner {
    height: 100px;
    background: url(images/banner-bg.png) repeat-x;
    padding: 0px;
    margin: 0px;
}

#menu {
    position: absolute;
    top: 23px;
    left: 15px;
}

#content {
    text-align: justify;
    padding: 0px;
    margin: 0px 20px 20px 20px;
}

#login-div {
    width: 250px;
    background: #FFFFFF;
    padding: 10px;
    margin: 10px;
}

#footer {
    color: #999999;
    font-size: 10px;
    text-align: center;
    padding: 20px;
    margin: 0px;
    clear: both;
}

A:link {
	color: #0000FF;
	text-decoration: underline;
}
A:visited {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #000066;
	text-decoration: underline;
}
A:active {
	color: #000066;
	text-decoration: underline;
}
A.footerlink:link {
	color: #999999;
	text-decoration: none;
}
A.footerlink:visited {
	color: #999999;
	text-decoration: none;
}
A.footerlink:hover {
	color: #999999;
	text-decoration: underline;
}
A.footerlink:active {
	color: #999999;
	text-decoration: underline;
}

A.menulink:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.menulink:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A.menulink:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
A.menulink:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
