@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

body { background: url("../images/body-bg.gif") left top repeat; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; }

#main { width: 1000px; position: relative; margin: 0px auto; background-color: #fffef1; z-index: 100; }




#main { font-family: tahoma; font-size: 8pt; color: #3b3b3b; line-height: 18px; }
#main p { margin: 0 0 0px 0; }
#main a { text-decoration: underline; color: #3b3b3b; }
#main a:hover { text-decoration: none; }
#main h1 { font-size: 15pt; color: #E19631; margin: 50px 0 15px 0; line-height: 22px; }
#main h2 { font-size: 14pt; color: #E19631; margin: 50px 0 15px 0; line-height: 22px; }
#main h3 { font-size: 13pt; color: #E19631; margin: 50px 0 15px 0; line-height: 22px; }
#main h4, #main h5, #main h6 { font-size: 12pt; color: #E19631; margin: 0 0 15px 0; line-height: 22px; }
#main table td { border: none; border-collapse: collapse; }
#main table th { font-weight: bold; font-size: 9pt; }
#main form input { font-family: tahoma; font-size: 8pt; color: #000; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }
