/* General Styling */
html, body, form { font-family: arial; color: #777777; margin-top: -5px; margin: 0; padding: 0; text-align: center; font-size: 100%; height: 100%; cursor: default; }

body { float: left; margin-top: -2%; background: #dedded url(images/splashbg.jpg) repeat-y center; width: 100%; height: auto; text-align: center; }
body p { font-size: 0.95em; line-height: 1.2em; }

a:link, a:visited, a:active { color: #033e8e; text-decoration: none; border: 0px; }
a:link { color: #033e8e; text-decoration: underline; border: none; }
a:hover { text-decoration: underline; color: #033e8e; }

img { border: none; }

/*== The STRUCTURE === */

#Outer {  width: 750px;  margin: 0px auto; text-align: center;font-size: 0.75em;font-family:Verdana,Arial, Sans-Serif  }

.PageBody { margin:0 5px  }

.PageBody .Upper { float: left; clear:both;padding-top:80px; background:#FFF; border-left:1px solid #D6CFD6;border-right:1px solid #D6CFD6;width:738px; }
.PageBody .Upper .LeftPane { clear: left; float: left; width:220px;float:left;margin-top:40px;}
.PageBody .Upper .LeftPane img{clear:both; }
.PageBody .Upper .CenterPane { width:280px;float:left;margin-top:40px;text-align:center }
.PageBody .Upper .CenterPane Img { }
.PageBody .Upper .RightPane {width:200px;float:left;clear:right;margin-top:40px; }
.PageBody .Upper .RightPane Img { }
.PageBody .Lower {clear:both;width:740px;float:left;font-size:0.85em }
.PageBody .Upper .Footer {  }

