@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; background: url("/images/bg.png") 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; height: 0px; }
.clear1 { clear: both; font-size: 0pt; line-height: 0px; height: 9px; }

#main { width: 100%; min-width: 1000px; max-width: 1250px; min-height: 100%; position: relative; margin: 0px auto; cursor:default; }
*html #main { height: 100%; }

/* -----*html #main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}

*html #main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth > 1250
						?
						"1250px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth > 1250
						?
						"1250px"
						:
						"auto"
					)
				);
			} ----- */
 *html #main { width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':(document.body.clientWidth > 1250? "1250px": "auto")) }


#main { font-family: arial; font-size: 9pt; color: #444444; line-height: 18px; }
#main p { margin: 0 0 0px 0; }
#main a { text-decoration: underline; color: #2079C4; }
#main a:hover { color: #EB7D12; }
ul {list-style:none}
#main h5 { font-size: 18pt; color: #000; margin: 0 0 25px 0; line-height: 22px; }
#main h6 { font-size: 12px; position: relative; font-weight: normal; background: #e9f0f5; display: inline; padding: 0 6px; }  
#main table { border-collapse: collapse; }
#main form input { font-family: tahoma; font-size: 8pt; color: #000; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }

