html{
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 3em solid #002480;
    border-right: 3em solid #002480;
}
#content{
    height: 100%;
    padding-left: 4em;
    padding-right: 4em;
}
a{
    color: #002480;
}
a:hover{
    background-color: #DDDDDD;
}
h1{
    color: #002480;
    text-align: center;
    margin-bottom: 1em;
    padding-bottom: 0.3em;
    border-bottom: 3px double #002480;
}
h2{
    color: #002480;
    font-size: medium;
    margin-top: 3em;
    margin-bottom: 2em;
    border-bottom: 1px solid #002480;
}
h3{
    font-size: small;
}
img{
	border: none;
}

#candidatephoto{
    text-align: center;
}
#candidatephoto img{
    width: 100px;
}
#apmc{
    font-size: small;
}
#content div.contactFormInput span
{
    float: left;
    width: 8.6em;
}
#content div.contactFormInput input
{
    width: 60%;
    border: 1px solid black;    
}
#content span.LostInfo{
    color: red;
}
.right{
    float: right;
}
p.button{
    padding-top: 1em;
    border-top: 1px solid #002480;
}
p.button input{
    margin-right: 4em;
}
.presenter img{
    float: left;
    padding-right: 1.5em;
    padding-bottom: 1em;
}
p.gotop{
    clear: both;
    margin-bottom: 4em;
    width: 100%;
    text-align: right;
    font-size: x-small;
    border-bottom: 1px dashed Black;
}
p.gotop a{
    text-decoration: none;
}

