﻿
body {
background-color: #FFFFFF;
font-size:13px;
font-family:Arial;

}
div#wrapper { /*creates the centered box which acts as a container for the rest of the page content*/
width: 100%;
background-color:#FFFFFF;
margin: 0 auto; /*center the wrapper div to maintain a sense of balance*/
margin-top: 5px; /*create a space of 50 pixels for the top*/
margin-bottom: 10px; /*create a space of 50 pixels for the bottom*/
margin-left: auto; /*automatically calculate equal margins for both sides, thus centering the div*/
margin-right: auto;/*automatically calculate equal margins for both sides, thus centering the div*/
padding: 0px;
border: border-color:#d3d3d3; border-collapse:collapse; /*adds a border around the outer div*/

}
div#header {
padding: 5px;
margin-right: 5px; 
text-align: center;
}
div#headerleft {
width: 75%;
padding: 10px;
margin-top: 1px;
float: left;
}
div#headerright {
margin-left: 30%;
margin-top: 1px;
padding: 10px;
}

div#nav {
width: 215px;
padding: 5px;
margin-top: 1px;
float: left;
margin-right: 5px; 
border: 1px dotted gray; 
border-width: thin;

}

div#main {
margin-left: 240px;
margin-top: 1px;
padding: 10px;
border: 1px dotted gray; 
border-width: thin;
}

div#footer {
padding: 15px;
margin: 0px;
border-top: border-color:#d3d3d3; border-collapse:collapse; /*create a border along the top edge of the div*/
}

div#fieldName { 
width: 500px;
}

/*Side Navigation Menu*/
a:link {
text-decoration: none; color: #630000;
    margin-top: 0px;
    margin-bottom: 9px;
}
a:visited {
text-decoration: none; color: #630000;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}

/*Bottom Navigation*/
div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}

smalltext
{
font-size:11px;
font-family:Arial;
}
