/* CSS Document */

body {background-image:url(i/orangeBG.jpg); background-position:center; background-repeat: no-repeat; background-attachment:fixed; width: 100%; height: 100%; margin:0px; line-height:140%;}

#pageContainer { background-image:url(i/dropShadow.png); background-repeat:repeat-y; background-position:center;}
#header {height:440px; width: 550px; background-image:url(../i/orangeBanner.jpg); background-repeat:no-repeat; margin-left:auto; margin-right:auto;}
#logo {float:right; margin-top: 30px;}
#maincontent {width:480px; padding: 20px 0px; margin:0px 10px 0px 10px; background-color:#000; margin-left:auto; margin-right:auto; color:#fff;}
html > body #maincontent {width:520px;}

h1 {margin: 0px 20px auto 20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.1em; color:#faaf13;}
p {margin-left: 20px; margin-right:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.75em;}
table {margin-left:20px; margin-right:20px; border:none; width:100%;}
table td {width:50%;}
td p {margin-left: 0px; margin-right:0px;}
.stronger {font-weight:bold;}
.color1 {color:#faaf13;}

.center {text-align:center;}
a.popup {color:#faaf13;}
a.popup:hover {color:#faaf13; font-weight:bold;}

.smallTxt {font-size: 1.0em;}
.mediumTxt {font-size:1.20em;}
.largeTxt {font-size:1.6em;}
.xlargeTxt {font-size:2em;}
.centered {text-align:center; margin: 35px; color:#fff;}