/*---------- Imported CSS files ----------*/

/* Common page sections for ALL browsers.*/ 
/*@import "header.css";*/
@import "nav.css";
@import "main.css";



/* The file below is read by ALL browsers, but the hacks contained within it further target IE5-6 for Windows. See file for details. */
@import "ie6win.css";


/* The file below is ONLY read by IE5/Win. Using the Mid Pass Filter: http://tantek.com/CSS/Examples/midpass.html */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


/* The file below is ONLY read by IE5/Mac.  Makes use of the Band Pass Filter: http://www.stopdesign.com/examples/ie5mac-bpf/ */
 /*\*//*/
  @import "ie5mac.css";
/**/



/*---------- Body/Html Common Section ----------*/
html {margin: 0; padding: 0; background: #D7D5BD; color: inherit;}/*#DCD2A6*/
/* General font size implementation see http://www.gunlaug.no/contents/wd_1_03_04.html */
body {position: relative; font: 1em/100% sans-serif; background: #D7D5BD/*#BFBC99 #DEE0B4  #888 */ url(images/bg4.jpg) center repeat-y; color: inherit; margin: 0; padding: 0; cursor: default}

/*body {voice-family: "\"}\""; voice-family:inherit;} used for a ie5win hack if needed.*/

/*---------- Common Classes ----------*/
.white {color: #FFF; background-color: inherit;}

/*---------- Container Section ----------*/
#container {position: relative; width: 746px; margin-right: auto; margin-left: auto;} /*border: solid 1px #000;*/


/*---------- Legal Section ----------*/
#legal {position: relative; color: #999; background: #FFF; margin-right: auto; margin-left: auto; margin-top: 12px;}
#legal a:link, #legal a:visited {text-decoration: none; color: #999; background-color: inherit;}
#legal a:hover, #legal:active {text-decoration: underline; color: #999; background-color: inherit;}
#legal p {font-size: 10px; padding-left: 20px;}

/*---------- Common 0 Margin/Padding Elements ----------*/
a, address, blockquote, caption, center, dd, dir, 
div, h1, h2, h3, h4, h5, h6, hr, dl, dt, form, li, 
menu, ol, p, pre, td, th, ul {margin: 0 0 0 0; padding: 0 0 0 0;}

/*---------- Common Font Elements ----------*/
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {font-size: 1em;
font-family: sans-serif;}

p {font-family: Verdana, Arial, Monospace;}

---------- Common Link Elements ----------
/*a {cursor: pointer; text-decoration: none; outline: none;}  no dotted border tweak 
a:link {color: black; background: inherit; text-decoration: none;}
a:visited {color: white; background: inherit; text-decoration: none;}
a:active {color: white; background: inherit; text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {color: black; text-decoration: underline;}*/

/*---------- Common Heading/Paragraph Size Elements ----------*/
/*h1 {font: 14px serif;} 1em/100%
h2 {font: 1em/100% serif;}
h3 {font: 1em/100% serif;}
h4 {font: 14px serif;}
h5 {font: 1em/100% serif;}
h6 {font: 1em/100% serif;}*/
p {line-height: 100%;}

/*---------- Common Misc. Elements ----------*/
abbr, acronym {border-bottom: 1px dotted #333; cursor: help;}
address {font: italic 1em/100% sans-serif;}
big {font-size: 1em;}
blockquote {line-height: 100%;}
button {cursor: auto}
caption {line-height: 100%;}
div {line-height: 100%;}
input {cursor: auto;}

/*---------- Common Code/style Elements ----------*/
code, kbd, pre,tt {font-size: 1em; line-height: 100%; font-family: monospace;}/* to avoid overriding boldness/italicity by using font */
samp {font: 1em monospace;}
small {font-size: 1em;}
sub {font-size: 1em;}
sup {font-size: 1em;}
textarea {cursor: text;}

/*---------- Common Table Elements, even though designing with tables is OUT, 100% pure CSS only is IN! ----------*/
td {line-height: 100%;}
th {font: bold 1em/100% sans-serif;}

/*---------- Common List Elements ----------*/
dd {line-height: 100%;}
dt {line-height: 100%;}

li {line-height: 100%;}

ol {list-style: decimal;}
ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {list-style: lower-alpha;}
ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {list-style: lower-roman;}
ol ol ol ol {list-style: decimal;}

ul {list-style: disc;}
ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {list-style: circle;}
ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {list-style: square;}
ul ul ul ul {list-style: disc;}