/* Body */
body { background-color: #FDFDFD; color: 020000; font-family: helvetica, verdana, arial, sans-serif; font-size: 14px; line-height: 1.4em; text-align: justify;}

h1{color:#BCD632; font-size: 20px; font-weight: bold; margin: 2px 0px 2px 0px; }
h2{color:#4F3989; font-size: 16px; font-weight: bold; margin: 2px 0px 2px 0px; }
h3{color:#4F3989; font-size: 14px; font-weight: normal; margin: 2px 0px 2px 0px; }
h4{color:#4F3989; font-size: 11px; font-weight: normal; margin: 2px 0px 2px 0px; }

/* Links */
a:link, a:active{text-decoration:none; color:#0033CC; font-size: 16px; font-weight: normal;}
a:visited {text-decoration:none; color:#333366; font-size:16px; font-weight: normal;}
a:hover{text-decoration:none; border-right:solid 2px #E7E5EE; color:#003399; font-size: 16px; font-weight: normal;}

/* Container */
#container {margin: 20px auto; width: 750px;}

/* Header */
#header {margin: 0px auto; width: 750px; line-height: 1.4em; border-bottom:solid 2px #BCD632;}
#header a:link, a:active{text-decoration:none; border-left:solid 2px #FDFDFD; border-right:solid 2px #FDFDFD; color:#0033CC; font-size: 16px; font-weight: normal;}
#header a:visited {text-decoration:none; border-left:solid 2px #FDFDFD; border-right:solid 2px #FDFDFD; color:#333366; font-size:16px; font-weight: normal;}
#header a:hover{text-decoration:none; border-left:solid 2px #4F3989; border-right:solid 2px #4F3989; color:#4F3989; font-size: 16px; font-weight: normal;}

/* Banner */
#banner {margin: 9px auto; padding-bottom: 9px; width: 750px; border-bottom:solid 2px #BCD632;}

/* body */
#body {margin: 9px auto; padding-bottom: 9px; width: 750px; border-bottom:solid 2px #4F3989;}

/* footer */
#footer {margin: 9px auto; padding-bottom: 9px; width: 750px; border-bottom:solid 2px #4F3989; text-align:center}

/* bottom */
#bottom {margin: 9px auto; padding-bottom: 9px; width: 750px; text-align:right}
#bottom a:link, a:active{text-decoration:none; color:#0033CC; font-size: 11px; font-weight: normal;}
#bottom a:visited {text-decoration:none; color:#333366; font-size: 11px; font-weight: normal;}
#bottom a:hover{text-decoration:none; color:#4F3989; font-size: 11px; font-weight: normal;}

hr { border: none 0; border-top: 2px solid #BCD632;/*the border*/width: 100%;height: 2px;/*whatever the total width of the border-top and border-bottom equal*/}