/* default declarations */

/*body removes the inherent padding in browsers, sets the default font face, size and color, creates border */

body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #3a4352; 
font-size: 12px;
}

/* p removes default margins and padding around paragraphs and lists */
p, ul, ol {  
margin: 0 0 1em 0;
padding: 0;
}

h1 {  
font-size: 20px; 
}

h2 {  
font-size: 14px; 
}

h3 {  
font-size: 13px; 
}

h4 {  
font-size: 12px; 
}

img {
border: 0px;
}

a {  
color: #3a4352;
font-weight: 600;
text-decoration: none;
}


a:link {color:#3a4352} /* unvisited link */
a:visited {color:#3a4352} /* visited link */
a:hover {color:#800000} /* mouse over link */
a:active {color:#800000} /* selected link */


/* creates the primary container for all objects */

#maincontainer {
width: 100%;
max-width: 900px;
position: relative;
left: 50%;
margin-left: -50%;
}

/* page title area */

#title {
height: 100px;
background-color: #FFFFFF;
}

#title h1 {
margin-left: 15px;  
}

#logo {
float: left;
margin-left: 20px;
}

#sammy {
float: right;
}

#titleborder {
background-color: #3a4352;
height: 110px;
}

/* local navigation menu on the left */

#left {
background-color: #FFFFFF; 
width: 10%;
max-width: 150px;
float: left;
margin-left: 40px; margin-right: 10px;
}

#left p {
font-size: 11pt;
margin-right: 10px;
padding-top: 20px;
}
 
/* formatting for primary content area */

#content {
background-color: #DDDDDD;
min-height: 300px;
padding-top: 5px;
padding-bottom: 5px;
width: 80%;
max-width: 900px;
float: right;
}

#content ul {
margin-left: 20px;
}

.indent {
margin-left: 40px;
}

.aright {
float:right; 
margin-left: 20px; 
margin-right: 20px; 
margin-top: 10px;"
}

#content li {
padding-bottom: 10px;
}

#content p, ol {
font-size: 10pt;
margin-left: 20px;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
}

#content h1, h2, h3, h4 {
margin-left: 20px;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
}

/* funky text styles */

.emphasis {
font-style: italic;
}

.smalltext {
font-size: 8pt;
}

.caption {
font-size: 8pt;
margin-right: 20px;
}

.bold {
font-weight: 600;
}

#currentpage {
color: #666666;
}

/* bottom navigation */

#bottom { 
padding-bottom: 10px;
background-color: #FFFFFF; 
}

#bottomborder {
clear: both;
background-color: #3a4352;
padding-top: 5px;
}

#bottom p {
padding-top: 15px;
margin-left: 40%;
font-size: 8pt;
}

#bottom a {
margin-right: 10px;
padding-right: 20px;
}

#homelink {
font-size: 10px;
margin-right: 10px;
font-weight: 500;
float: left;
margin-left: 40px;
}

#bottom img {
float: right;
margin-top: -40px;
}
