/* default styles */

body {
margin: 2px;
background-color: #c0d5eb;
background-image: url(https://ssl18.pair.com/aaemorg/cemc/2009/images/background.gif);
background-repeat: repeat;
font-family: Verdana, sans-serif;
font-size: 71%;
color: #000000;
}

#main {
width: 960px;
background-color: #fff;
}

#header {
width: 960px;
height: 150px;
background-color: #fff;
text-align: left;
background-image: url(https://ssl18.pair.com/aaemorg/cemc/2009/images/header_background.jpg);
background-repeat: no-repeat;
}

#middle {
text-align: left;
}

#footer {
width: 960px;
margin-top: 30px;
height: 120px;
margin-bottom: 10px;
background-color: #fff;
text-align: right;

}


a {
color: #3f7a87;
}
a:hover {
text-decoration: none;
color: #3f7a87;
}

h1, .heading1 {
font-size: 1.5em;
font-weight: normal;
color: #3d6fba;
line-height: 1.2em;
}
h2, .heading2 {
font-size: 1.3em;
font-weight: bold;
color: #3d6fba;
line-height: 1.2em;
}
h3, .heading3 {
font-size: 1.2em;
font-weight: bold;
color: #3d6fba;
line-height: 1.2em;
}
h4, .heading4 {
font-size: 1.1em;
font-weight: bold;
color: #3d6fba;
line-height: 1.2em;
}

h5, .heading5 {
font-size: 1em;
font-weight: bold;
color: #3d6fba;
line-height: 1.1em;
}

.smaller {
font-size: .9em;
}




#sidenav {
background-color: #efdfc9;
text-align: left;
font-family: Verdana, sans-serif;
font-size: .9em;
line-height: 1.3em;
text-align: left;
float: left;
width: 172px;

}


#sidenav a {
text-decoration: none;
color: #1f3e6d;
padding: 4px 7px 4px 10px;
display: block;
border-style: solid; 
border-width: 0px 0px 2px 0px;
border-color: #ffffff;
}

#sidenav a:hover {
color: #fff;
background-color: #bf702e;

}

#content {
padding: 20px;
background-color: #FFFFFF;
font-size: 1em;
line-height: 1.4em;
width: 748px;
float: left;
text-align: left;
min-height: 500px;
height: auto !important;
height: 500px;

}

.table1 {padding: 5px;}

.table1 td {padding: 5px; border: solid 1px #CCC; vertical-align: top; margin:1px; }


.linkbutton {
width: 230px;
margin: 15px;
padding: 4px;
border-style: solid;
border-width: 1px;
border-color: #bf702e;
background-color: #bf702e;
color: #FFF;
font-weight: bold;
text-decoration: none;
line-height: normal;
text-align: center;
}

.linkbutton a {
width: 100%;
display: block;
text-decoration: none;
color: #FFF;
margin: -4px;
padding: 4px;
}

.linkbutton a:hover {
width: auto;
color: #bf702e;
background-color: #FFF;
}

