body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 70%;
        color: #8A8A8A;
        margin: 0px;
        padding: 0px;
}
.sideNav { 
			margin-left:1.5em; text-align:left
		}
.sideNav a {
			color: #666;
			text-transform: uppercase;
			text-decoration:none;
			font-weight: bolder;
			font-size:10px;
			padding: 4pt 0;
			line-height:14pt;
			 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px;
        font-weight: bold; 
        color: #666;
        text-decoration: none
}
.sideNav a:hover {
			color: #AA0B0C;
			
			}
#redbackground {
        background-color: #AA0B0C;
        background-repeat: repeat-x;
        position: absolute;
        height: 310px;
        top: 95px;
        width: 100%;
        z-index: auto;
}

#redbackgroundsmall {
        background-color: #AA0B0C;
        background-repeat: repeat-x;
        position: absolute;
        height: 125px;
        top: 95px;
        width: 100%;
        z-index: auto;
}

.nav {
        height: auto;
        width: 764px;
}

.contentcontainer {
        position: relative;
        z-index: 20;
        text-align: left;
        width: 764px;
        height: 310px;
        overflow: hidden;
}

.maincontainer {
        position: relative;
        z-index: 20;
        text-align: left;
        width: 764px;
}


#homecontent {
        position: relative;
        height: 170px;
        width: 240px;
        z-index: 20;
        top: -270px;
        overflow: auto;
        text-align: left;
        left: 16px;
}

#homeform {

        position: relative;
        height: 45px;
        width: 240px;
        z-index: auto;
        top: -260px;
        left: 16px;
}
#homeform img { margin-right:6px}
#footer {
        position: relative;
        width: 760px;
        z-index: auto;
        top: 0px;
        overflow: hidden;
        text-align: left;
}
.homeinput {
        font-family: "Courier New", Courier, mono;
        font-size: 80%;
        color: #8A8A8A;
}
.homesubmit {
        background-color: #DFE0D8;
        border: 0px;
        font-weight: bold;
        color: #8A8A8A;
        font-size: 130%;

}
.contentbackground {
        background-image: url(images/contentbackground.gif);
        background-repeat: repeat-y;
}
.title {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px;
        font-weight: bold; 
        color: #AA0B0C;
        text-decoration: none
}


.subtitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #AA0B0C;
        text-decoration: none
}

.footer:link {
        color: #CCC;
        text-decoration: none;
}
.footer:active {
        color: #CCC;
        text-decoration: none;
}
.footer:visited {
        color: #CCC;
        text-decoration: none;
}
.footer:hover {
        color: #000;
        text-decoration: none;
}
.secure {
        background-color: #EFEFED;
}
