﻿/* commented backslash hack \*/
html, body { height: 100%; }
/* end hack */
html, body { margin: 0; padding: 0; }

body { font-size: 0.8em; padding: 0; margin: 0; font-family: Verdana; }
.Clear { clear: both; }

#Header { position: absolute; top: 0; left: 0; width: 100%; background-color: #f5f5f5; height: 125px; }
#HeaderContent { margin: 0 auto 0 auto; width: 780px; padding: 0 17px 0 17px; background-image: url('../Images/Background.jpg'); background-repeat: repeat-y; }
#HeaderContent p { margin: 0; }
#HeaderContent h1 { margin: 0; }
#HeaderContent img { margin: 8px 6px 6px 6px; }
#HeaderContent img.Logo { float: right; margin: 8px 20px auto auto; }

#Menu { position: absolute; top: 116px; left: 0; width: 100%; height: 36px; background-color: #3143A3; padding: 0; }
#Menu ul { width: 790px; margin: 0 auto 0 auto; display: block; padding: 0; border: solid 2px #3143A3; background-color: #ffffff; height: 32px; }
#Menu ul li { float: left; list-style-type: none; }
#Menu a { text-decoration: none; padding: 6px 10px 8px 10px; color: #3143A3; display: block; font-size: 1.2em; font-weight: bold; font-family: Arial; }
#Menu a:hover, #Menu a.Selected { background-color: #3143A3; color: #ffffff; }

#ContentWrapper { min-height: 100%; width: 100%; background-color: #f5f5f5; position: relative; margin: 0 auto 0 auto; background-image: url('../Images/Background.jpg'); background-repeat: repeat-y; background-position: center top; }
* html #ContentWrapper { height: 100%; }
#Content { width: 759px; margin: 0 auto 0 auto; padding: 157px 20px 20px 5px; }
#Content h1 { color: #21225A; font-size: 1.6em; font-weight: normal; }
#Content h2 { color: #21225A; font-size: 1.2em; font-weight: normal; }
#Content p { margin: 0 0 .5em 0; line-height: 1.4em; text-align: justify; }
#Content a { color: #21225A; text-decoration: underline; }
#Content a:hover { text-decoration: none; }
#Content #LeftContent { float: left; width: 140px; margin-top: 50px; }
#Content #LeftContent p { text-align: center; }
#Content #LeftContent img { margin-bottom: 20px; }
#Content #MiddleContent { float: left; width: 375px; margin-left: 10px; }
#Content #MiddleContent .SiteMap { margin-left: 0; padding-left: 1em; }
#Content #MiddleContent .SiteMap li { list-style-type: square; padding-left: 0; padding-bottom: 2px; }
#Content #MiddleContent .SiteMap a { text-decoration: none; }
#Content #RightContent { float: right; width: 200px; padding-top: 50px; color: #3143A3; font-size: 0.8em; }
#Content #RightContent img { }

#ClearFooter { clear: both; height: 20px; width: 100%; }
#FooterLinks { margin: -20px auto 0 auto; position: relative; width: 100%; height: 20px; background-image: url('../Images/Footer.jpg'); background-position: left bottom; background-repeat: repeat-x; background-color: #6A8FC4; font-size: 0.8em; }
#FooterLinks ul { margin: 0 auto 0 auto; width: 780px; padding: 0; }
#FooterLinks ul li { list-style-type: none; float: left; margin: 4px 0 0 0; color: #ffffff; border-left: solid 1px #ffffff; padding: 0 10px 0 10px; }
#FooterLinks ul li.First { border-left-style: none; }
#FooterLinks a { color: #ffffff; text-decoration: none; }
#FooterLinks a:hover { text-decoration: underline; }