html { background-color: #272727; margin: 0px; }
body { background-color: #272727; margin: 0px; }

a:hover { color: #D14E26; font-size: 11px; font-family: "verdana", "arial", sans-serif; text-decoration: underline; }
a:link { color: #D14E26; font-size: 11px; font-family: "verdana", "arial", sans-serif; text-decoration: none; }
a:visited { color: #D14E26; font-size: 11px; font-family: "verdana", "arial", sans-serif; text-decoration: none; }
a:hover { color: #D14E26; font-size: 11px; font-family: "verdana", "arial", sans-serif; text-decoration: underline; }

a:hover.copyright { color: #fff; font-size: 9px; font-family: "verdana", "arial", sans-serif; text-decoration: underline; }
a:link.copyright { color: #fff; font-size: 9px; font-family: "verdana", "arial", sans-serif; text-decoration: none; }
a:visited.copyright { color: #fff; font-size: 9px; font-family: "verdana", "arial", sans-serif; text-decoration: none; }
a:hover.copyright { color: #fff; font-size: 9px; font-family: "verdana", "arial", sans-serif; text-decoration: underline; }

p, ul, ol, td, div { color: #272727; font-size: 11px; font-family: "verdana", "arial", sans-serif; vertical-align: top; line-height: 14px; }
.sub { color: #D84B28; font-size: 11px; font-weight: bold;  }

table.maintable {
width: 1000px; 
height: 100%; 
padding: 0px;
}

table.innertable {
width: 870px; 
height: 100%; 
padding: 0px;
background-color: #fff;
}

.h100 { height: 100%; }

td.left {
width: 65px;
height: 100%;
background-image: url('images/left_bg.gif');
}

td.right {
width: 65px;
height: 100%;
background-image: url('images/right_bg.gif');
}

td.main {
width: 870px;
height: 100%;
background-color: #FADA75;
}

td.copyright {
height: 54px;
background-image: url('images/copyright_bg.gif');
padding: 0px;
}

td.copyright_left {
width: 50%;
text-align: right;
padding: 30px 0px 0px 0px;
color: #fff;
font-size: 10px;
}

td.copyright_right {
width: 50%;
text-align: left;
padding: 30px 0px 0px 0px;
color: #fff;
font-size: 10px;
}

td.inside_text {
width: 50%;
text-align: left;
padding: 20px;
}

#home_text1 { padding: 0px 20px 25px 20px; }
#home_text2 { padding: 0px 15px 25px 15px; }

.smlltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
}

.warningBox { background:#e5c660; border:1px solid #c2ac6c; padding:5px 10px 32px 27px; margin-top:20px; }

.footer { margin:0 auto; width:900px; height:74px; background:url(images/footer.jpg) no-repeat top center; margin-bottom:25px; }

.footer_text { position:relative; top:28px; color:#FFF; font-size:10px; left:20px; }

.footer_text a:link, .footer_text a:visited { color:#FFF !important; text-decoration:none !important; font-size:10px !important; }
.footer_text a:hover { text-decoration:underline !important; }

.interweb { float:right; position:relative; top:-4px; right:50px; border:0px; }

@-moz-document url-prefix() { .interweb { right:55px; } } 

