/*HTML Styles*/

body {
     margin: 0em;
     padding: 0em;
     margin-top: 18px;
     margin-bottom: 2px;
     background-color: #585858;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: .7em;
     line-height: 1.82em;
     color: #7f7f7f;
     text-align: center; 
}

p, h1, h2, h3, h4, h5, h6 {
     margin-top: 0px; 
}

h1 {
     font-size: 1.2em;
     margin-bottom: 1em; 
}

h2 {
     font-size: 1.1em;
     margin-bottom: .75em; 
}

h3, h4, h5, h6 {
     font-size: 1.05em;
     margin-bottom: .5em; 
}

/*Link Styles*/

a:link {
     color: #3a638b; 
}

a:visited {
     color: #7f7f7f; 
}

a:hover {
     color: #b20000; 
}

a:active {
     color: #b20000; 
}

#content-navigate a:link, #content-navigate a:visited {
     color: #bfbfbf;
     text-decoration: none; 
}

#content-navigate a:hover {
     color: #efefef;
     text-decoration: none; 
}

#content-navigate a:active {
     color: #ffffff;
     text-decoration: none; 
}

#content-navigate .link-current a:link, #content-navigate .link-current a:visited {
     color: #ffffff;
     text-decoration: none; 
}

#content-navigate .link-current a:hover {
     color: #ffffff;
     text-decoration: none; 
}

#content-navigate .link-current a:active {
     color: #ffffff;
     text-decoration: none; 
}

#footer a:link, #footer a:visited {
     color: #acacac;
     text-decoration: none; 
}

#footer a:hover, #footer a:active {
     color: #ffffff;
     text-decoration: none; 
}

/*Layout Styles*/

#container {
     width: 771px;
     margin-left: auto;
     margin-right: auto;
     text-align: left; 
}

#header {
     margin-left: 15px;
     margin-right: 15px;
     background-image: url(../images/layout/header/background.gif);
     background-repeat: repeat-x; 
}

#content {
     min-height: 35em;
     background-image: url(../images/layout/left/background-blank.jpg);
     background-repeat: repeat-y; 
}

#content-navigate {
     float: left;
     width: 149px;
     margin-left: 15px;
     padding-top: 73px;
     padding-left: 17px;
     padding-right: 12px;
     padding-bottom: 16px;
     color: #bfbfbf;
     display: inline; 
}

#content-navigate p {
     margin-bottom: 12px; 
}

#content-body {
     background-color: #ffffff;
     margin-left: 231px;
     margin-right: 51px;
     padding-bottom: 16px; 
}

#footer-bar {
     clear: both;
     margin-left: 15px;
     margin-right: 15px;
     background-image: url(../images/layout/footer/background.gif);
     background-repeat: repeat-x; 
}

#footer {
     clear: both;
     margin-left: 15px;
     margin-right: 15px;
     margin-top: 2px;
     color: #acacac;
     font-size: .9em;
     line-height: 1.25em;
     text-align: center; 
}
