@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; }

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; margin: 10px 10px 10px 10px;}
.icon { border: none; border-width: 0px; margin: 0px 0px 0px 0px;}

.clear { clear: both; font-size: 4pt; line-height: 4px; }

#main { width: 100%; min-width: 1000px; min-height: 100%; position: relative; margin: 0px auto; background-color: #fff; }
*html #main { height: 100%; }

*html #main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"100%"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"100%"
					)
				);
			}

body { font-family: /*tahoma*/ Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; line-height: 17px; }
body a { color: #636363; text-decoration: underline; }
body a:hover { text-decoration: none; }
body p { margin: 0 0 10px 0;}
body h2, body h3, body h4, body h5, body h6 { font-family: tahoma; font-size: 9pt; font-weight: bold; line-height: 18px; color: #045a95; margin: 0px 0 3px 0; padding-top: 10px; } 
body h3 { color: #ff0303; margin: 0;  } 
body h1 {font-family: /*tahoma*/ Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #999; line-height: 17px;font-weight:normal;} 

body ul { margin: 0 0 10px 0; }
body ul li { width: 90%; list-style-type: none; padding: 0 0 0 30px; background: url("../images/marker1.gif") 0 7px no-repeat; }

body table { border-collapse: collapse; }