html, body
{
  height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68685C;
}
body {
	background-image: url(../gfx/bg_main.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D7D7CB;
}

.Spacer {
    padding: 0 8px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #68685C;
	
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #68685C;
	
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #68685C;
	
}

.WhiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

a:link {
	color: #154978;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #154978;
}
a:hover {
	text-decoration: underline;
	color: #154978;
}
a:active {
	text-decoration: none;
	color: #154978;
}

a.WhiteSmall:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.WhiteSmall:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.WhiteSmall:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.WhiteSmall:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

ul
{
	list-style: square url("../gfx/icon_list.gif");
}

li
{
	margin-bottom: 18px;
	margin-left: 18px;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#container {
	position: relative;
	width: 100%;
}

#header {
   	height: 240px;
	width: 100%;

}

#main {
   	width: 100%;
	margin-bottom:40px;
	min-height: 424px;
}

* html div#main { 
   height: expression( this.scrollHeight < 424 ? "424px" : "auto" ); /* sets min-height for IE */
}


#footer {
	background-image: url(../gfx/bg_btm.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
	bottom: 0px;
}

