/*HTML Styles*/

body {
     margin: 0em;
     padding: 0em;
     background-color: #cccccc;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: .7em;
	 line-height: 1.64em;
     color: #000000;
     text-align: center; 
}

p, h1, h2, h3, h4, h5, h6 {
     margin-top: 0px; 
}

h1 {
     font-size: 1.25em;
     margin-bottom: 1em; 
}

h2 {
     font-size: 1.15em;
     margin-bottom: .75em; 
}

h3, h4, h5, h6 {
     font-size: 1.1em;
     margin-bottom: .5em; 
}

/*Link Styles*/

a:link {
     color: #4061a1; 
}

a:visited {
     color: #333333; 
}

a:hover {
     color: #b20000; 
}

a:active {
     color: #b20000; 
}

#header a:link, #header a:visited {
     color: #5a71a1;
     text-decoration: none; 
}

#header a:hover {
     color: #000000;
     text-decoration: none; 
}

#header a:active {
     color: #b20000;
     text-decoration: none; 
}

#header .link-current a:link, #header .link-current a:visited {
     color: #000000;
     text-decoration: none; 
}

#header .link-current a:hover {
     color: #000000;
     text-decoration: none; 
}

#header .link-current a:active {
     color: #b20000;
     text-decoration: none; 
}

#footer a:link, #footer a:visited {
     color: #666666;
     text-decoration: none; 
}

#footer a:hover, #footer a:active {
     color: #4061a1;
     text-decoration: none; 
}

/*Layout Styles*/

#container {
     width: 811px;
     margin-left: auto;
     margin-right: auto;
     text-align: left; 
}

#header {
     color: #5b677f;
     text-align: right;
     padding-right: 23px;
     padding-top: 9px;
     padding-bottom: 6px; 
}

#content {
     background-image: url(../images/backgrounds/interior.jpg);
     background-repeat: no-repeat;
     background-color: #d6d7df;
     min-height: 42em;
}

#content-header { 
}

#content-navigate {
     float: left;
     width: 156px;
     padding-top: 46px; 
}

#content-navigate p {
     margin-bottom: 0px; 
}

#content-body {
     margin-left: 156px;
     padding-left: 57px;
     padding-right: 50px;
     padding-bottom: 16px;
}

#footer-bar {
     clear: both;
     background-color: #4061a1;
     height: 25px; 
}

#footer {
     clear: both;
     color: #666666;
     font-size: .9em;
     line-height: 1.25em;
     text-align: center; 
     margin-top: 4px;
}