@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #1c2771;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.border-left {
background-image: url(images/border-left.gif);
background-repeat: repeat-y;
}

.border-right {
background-image: url(images/border-right.gif);
background-repeat: repeat-y;
}

.menu {
height: 34px;
}

.homebox {
background-color: #f0f0ea !important;
border: solid 1px #66665e;
width: 150px;
}

.homebox1 {
background-color: #f0f0ea !important;
border: solid 1px #66665e;
width: 44px;
}
.header {
height: 200px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

.outside {
border-top: solid 4px #48b22b; 
}

.refont {
color: #66665e;
font-weight: normal;
}

.main {
background-color: #ffffff;
}

.form {
background-image: url(images/form.gif);
background-position: top;
background-repeat: repeat-x;
padding-top: 10px;
font-weight: normal;
color: #666666;
border-left: solid 1px #cdc7c7;
border-right: solid 1px #cdc7c7;
border-bottom: solid 1px #cdc7c7;
}

.greenie {
font-size: 11px;
font-weight: bold;
color: #298710;
}

.save {
margin-bottom: 5px;
font-size: 18px;
color: #000000;
font-weight: bold;
}

.title {
height: 25px;
padding-left: 10px;
background-image: url(images/title.gif);
background-repeat: repeat-x;
font-size: 17px;
font-weight: 600;
color: #ffffff;
padding-top: 5px;
border: solid 1px #228205;
margin-top: 20px;
margin-left: 20px;
}

.content {
padding: 10px 10px 10px 20px;
}

.footer2 {
background-color: #ffffff;
border-top: solid 1px #bfbfbf;
border-bottom: solid 4px #48b22b;
height: 60px;
padding-top: 10px;
background-image: url(images/footer.gif);
background-position: bottom;
background-repeat: repeat-x;
}

a:link {
color: #2e397f;
text-decoration: underline;
}
a:visited {
color: #2e397f;
text-decoration: underline;
}
a:hover {
color: #53a447;
text-decoration: none;
}