/* Generic Styles */
* {
   padding:0;
   margin:0;
}

/* Main HTML Sytles (Tags) */
body {margin:0px; text-align:center; background-color:#CCCCCC}
body, td, div {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666}
td {vertical-align:top; margin-top:3px}
a {color:#CC0000; text-decoration:none}
a:hover {text-decoration:underline}
ul, ol {padding-left:30px; margin-top:2px; text-align:left}
li {line-height:25px; font-size:12px}
p {text-align:justify; margin-top:15px; width:475px}
form {margin-top:0px; margin-bottom:0px}
input, textarea, select {font-size:12px; border:1px solid #CCCCCC; color:#000000; margin-bottom:10px; margin-top:3px; width:140px; height:16px; padding-top:2px; padding-left:2px}
h1 {font-size:18px; font-weight:bold; margin-top:10px}
h2 {color:#D61A1A; font-size:14px; font-weight:bold; margin-top:10px}

/* Body Styles (Classes) */
.callbackHeader {font-weight:bold; font-size:13px}
.callbackTitles {font-weight:bold}

.leftMenuLinks {color:#FFFFFF; text-decoration:none}

/* Layout Styles (ID's) */
#wrapper {width:800px; text-align:left; border-right:1px solid #CC3333; border-left:1px solid #CC3333; margin-left:auto; margin-right:auto; overflow:hidden}
#topBar {width:800px; height:126px; background-image: url("/images/topBarBG.jpg"); background-repeat:no-repeat; border-bottom:1px solid #CC3333}
#topAddressBar {width:800px; height:18px; background-color:#666666; color:#FFFFFF; font-weight:bold; text-align:center; padding-top:3px}
#topBarLeft {width:350px; font-weight:bold; font-size:24px; color:#FFFFFF; padding:13px 0px 0px 13px; float:left}
#topBarRight {width:350px; font-weight:bold; font-size:18px; color:#FFFFFF; text-align:right; padding:13px 13px 0px 0px; float:right}
#logo {width:158px; height:87px; position:relative; top:28px; left:21px; z-index:15; overflow:hidden}

#bodyWrapper {width:800px; background-color:#FFFFFF; overflow:hidden; clear:both}
#leftContent {float:left; width:225px; background-color:#FFFFFF; color:#666666; text-align:center}
#contactNumbers {font-weight:bold; width:180px; line-height:18px; margin-top:45px; margin-left:auto; margin-right:auto}
#leftMenu {width:180px; line-height:18px; margin-top:20px; margin-left:auto; margin-right:auto}
#menuItem {width:174px; height:26px; background-image:url(/images/menuItemBG.gif); background-repeat:no-repeat; color:#FFFFFF; text-align:left; margin-top:10px; margin-left:auto; margin-right:auto; padding-top:3px; padding-left:32px}
#callbackBox {width:165px; background-color:#DFDFDF; border:1px solid #999999; margin:20px auto 10px auto; padding-top:10px; padding-left:10px; text-align:left}

#rightContent {float:right; width:574px; background-color:#F0F0F0; color:#565555; border-left:1px solid #999999; text-align:center}
#bodyText {width:500px; margin:15px auto 15px auto; text-align:left}

#bottomBar {width:800px; height:18px; background-color:#666666; color:#FFFFFF; font-weight:bold; text-align:center; padding-top:3px}
