/* ----- main styles ----- */
@import url("header.css");
@import url("content.css");
@import url("footer.css");

* { margin: 0px; padding: 0px; }
html { width: 100%; height: 100%; }
body { font-family: Arial; font-size: 8pt; height: 100%; width: 100%; color: #88471b; background: url("../images/bk0.png") center 0 repeat-y #f3e7d7; }

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; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px;}
h1 { line-height: normal; font-family: garamond; color: #88471b; font-size: 20pt; padding: 9px 50px 27px 0; }
h2 { line-height: normal; font-family: Garamond; color: #88471b; font-size: 16pt; padding: 9px 50px 27px 0; }
h3 { line-height: normal; font-family: Garamond; color: #88471b; font-size: 14pt; padding: 9px 50px 27px 0; }
h4 { line-height: normal; font-family: Garamond; color: #88471b; font-size: 13pt; padding: 9px 50px 27px 0; }
p { padding: 0px 0px 15px 0px; }
ol { margin: 0px 0px 10px 10px; }
ul { margin: 0px 0px 10px 10px; }
li { margin: 5px 0px 10px 15px; }
table { border-collapse: collapse; }
input, select, textarea { font-family: tahoma; font-size: 8pt; color: #000000; }
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }

/* ----- special classes styles ----- */
.main { position: relative; width: 990px; margin: 0 auto; min-height: 100%; }
*html .main { height: 100%; }
div.state {
display:none;

}
ul#stateMenu a{
color: #88471b;
text-decoration:none;
}

div#logo {
text-align:center;
}
object#logo { 
display:inline; 
}