/* Common Tags */
strong { font-weight: bold; }
small { font-size: .8em; }
em { font-style: italic; }
fieldset { border: 1px solid #CCCCCC; }
p, li { line-height: 1.2em; }
hr { margin: 10px auto; width: 75%; height: 1px; color: #666 }
address { font-style: normal }
/* Page */
body { color: #000000;  padding-top: 6px; font-family: Arial, Helvetica, Sans-Serif; font-size: .8em; }
div#page { width: 942px; margin: 0 auto; position: relative; z-index: 2; }
a { color: #0000FF; }

/* Shadowing */
.ShadowTop, .ShadowLeft, .ShadowRight, .ShadowBottom { z-index: -1; }
.ShadowTop { position: absolute; left: -3px; top: -2px; width: 949px; height: 35px; background-image: url('../images/shadow.top.png'); background-repeat: no-repeat; } 
.ShadowLeft { position: absolute; left: -3px; top: 33px; bottom: 30px; width: 3px; height: auto; background-image: url('../images/shadow.left.png'); background-repeat: repeat-y; } 
.ShadowRight { position: absolute; right: -5px; top: 33px; bottom: 30px; width: 5px; height: auto; background-image: url('../images/shadow.right.png'); background-repeat: repeat-y; } 
.ShadowBottom { position: absolute; left: -3px; bottom: -5px; width: 949px; height: 35px; background-image: url('../images/shadow.bottom.png'); background-repeat: no-repeat; } 


/* Session Links */
div#menu { position: absolute; top: 116px; right: 25px; padding: 5px 5px 5px 15px; }
div#menu ul { margin: 0; }
div#menu ul li { float: left; display: inline-block; padding: 0 8px; font-weight: bold; border-right: 1px solid #222222; }
div#menu ul li a { color: #222222; text-decoration: underline; }
div#menu ul li a:hover { text-decoration: none; }

/* Content */
div#content { background-color: #FFFFFF; }

/* Footer */
div#footer { width: 100%; height: 78px; position: relative; }
div#footer div#footerleft { width: 20px; height: 78px; background-image: url('../images/footer.left.png'); background-repeat: no-repeat; position: absolute; left: 0; top: 0; }
div#footer div#footerright { width: 20px; height: 78px; background-image: url('../images/footer.right.png'); background-repeat: no-repeat; position: absolute; right: 0; top: 0; }
div#footer div#footermiddle { background-image: url('../images/footer.middle.gif'); position: absolute; left: 20px; top: 0; width: 902px; height: 78px; }
div#footer div#footermiddle div#footerbuttons { height: 52px; text-align: center; }
div#footer div#footermiddle div#footerbuttons img { position: relative; top: 14px; margin: 0px 5px 10px 5px; }
div#footer div#footermiddle div#footerlinks { height: 26px; line-height: 26px; text-align: center; }
div#footer div#footermiddle div#footerlinks { color: #FFFFFF; font-size: .9em; }
div#footer div#footermiddle div#footerlinks a { text-decoration: none; color: #FFFFFF; }
div#footer div#footermiddle div#footerlinks a:hover { text-decoration: underline; }

/* Copyright */
div#copyright { margin: 10px auto 10px auto; text-align: center; font-size: .9em; }
