body {
    margin:0px 0px 0 0px;
    padding:0;
    background: #6a69a3;
    text-align: center;
}

p {
    font-family: verdana;
    text-align: left;
    font-size: 12;
}

.name {
    font-size: 14;
    font-weight: bold;
    margin-bottom: 0px;
}

.contactinfo {
    margin: 2px 0px 0px 15px;
    line-height: 1.5em;
}

.rightContent {
    line-height: 1.5em;
    font-size: 11;
    font-family: verdana;
    text-align: left;
}

h3 {
    color: #6A69A3;
    background-color: #D4D4E4;
    font-size:16;
    text-align: center;
    font-family: verdana;
    padding: 5px;
}

h4 {
    color: #6A69A3;
    font-size:14;
    text-align: center;
    font-family: verdana;
}

.content {
  line-height: 2em;
  text-indent: 10;
}
.out {
    background-color: #FFFFFF;
}

.over {
    background-color: #D4D4E4;
}

.footer {
    font-size: 10;
}

a:link {
    color: #6a69a3;
    font-size: 12;
    font-family: verdana;
}

a:visited {
    color: #6a69a3;
    font-size: 12;
    font-family: verdana;
}

a:active {
}

.navigation {
    border: solid 0px #FF00FF;
    width: 100%;
}

table {
    border: solid 0px #FF00FF;
    padding: 0px;
}
td {
    border: solid 1px #6A69A3;
    padding: 7px;
    text-align: center;
}

img {
    border: solid 1px #6A69A3;
}

.caption {
    text-align: center;
    color:#6a69a3;
    font-size:10;
    font-family:verdana;
}

#topLogo {
    color: #6a69a3;
    background: url(images/topGradient.jpg) #FFFFFF;
    background-repeat: repeat-x;
    width: 780px;
    line-height: 1.5em;
    font-family: verdana;
    font-size: 12;
    text-align: center;
    font-weight: bold;
    font-style:italic;
    margin-left: auto;
    margin-right: auto;
}

#main {
    width: 100%;
}

#leftContentBox {
    position: absolute;
    top: 130px;
    background-color: #FFCC00;
    left: 9px;
    right: 9px;
}

#leftSpacer {
    margin-left: 180px;
    padding-left: 9px;
    background-color: #FFFFFF;
}

#rightContentBox {
    background-color: #FF6666;
    position: relative;
}

#rightSpacer {
    margin-right:180px;
    padding-right: 9px;
    background-color: #FFFFFF;
}

#body {
    position: absolute;
    top: 150px;
    width: 100%;
}

#mainContent {
    width: 100%;
    color: #0000FF;
    border: solid 2px #6a69a3;
    padding: 3px;
}

#leftContent {
    position: absolute;
    left: 0px;
    padding: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    border: solid 2px #6a69a3;
    width: 180px;
    height: 100%;
}

#rightContent {
    position: absolute;
    padding: 3px;
    width: 180px;
    border: solid 2px #6A69A3;
    right: 0;
    top: 0;
    height: 100%
}

h4 {
    text-indent: 20px;
}

p.subHeader {
    font-weight: bold;
    font-family: verdana;
    font-size: 12;
    text-align: center;
    color: #6a69a3;
    line-height: 1.5em;
}

h2 {
    font-weight: bold;
    font-family: times;
    font-size: 32;
    letter-spacing: 3px;
    text-align: center;
}
p.subContent {
    line-height: 2em;
    text-align: left;
    font-family: verdana;
    font-size: 12;
}
p.subContentCentered {
    line-height: 2em;
    font-family: verdana;
    font-size: 12;
    text-align: center;
}

ul {
    font-size: 12;
    font-family: verdana;
    text-align: left;
    margin: 30px;
    line-height: 2em;
    margin-top: 0px;
}