body{ font-family: Verdana; font-size: 18px; background-color: #EEEEEE; margin:0; padding:0; text-align: center; color: #000; }
a { font-weight: bold; color: #000; }
a:hover { color: #666; }
input { margin: 3px 0; padding: 0; }

#mainWrapper { width: 800px; margin: 15px auto; }
#mainTop { height: 43px; width: 800px; background: transparent url(images/bg-top.gif) no-repeat top left; }
#mainContent { width: 690px; background: transparent url(images/bg-main.gif) repeat-y top left; background-color:#ffffff; padding: 0 55px; }
#mainBottom { height: 43px; width: 800px; background: transparent url(images/bg-bottom.gif) no-repeat top left; }
#footer { margin: 0 auto; text-align: center; color: #999; font-size: 12px; }
#footer a { color: #999; font-weight: normal; font-size:12px; }

.leftSide { float: left; width: 485px; }
.rightSide { float: left; width: 200px; padding-top: 15px; font-size: 14px; }

h1 { color: #CC0000; font-size: 46px; text-align: center; padding: 40px 30px 30px 30px; margin: 0; font-weight: normal; }
p {  text-align: left; padding: 0; margin: 35px 0; line-height: 36px; }
.center { text-align: center; }
.red { color: red; font-weight: bold; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.size1 { font-size: 18px; }
.nomargin { padding: 0; margin: 0 }

.clearBoth { clear: both }

