html { min-width: 600px; }

body {
background-image:url(bkg_1.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: top center;
background-color: #7B96AF;
text-align:center;
}

p, table, tr, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #174B1D;
}

h1 {
font-size: 150%;
font-weight: 700;
}

h2 {
font-size: 120%;
font-weight: 700;
}

#holder {
background-image:url(holder_bkg.png);
background-position: top center; 
background-repeat: repeat-y;
margin: auto;
}

#content {
	width:800px;
	margin:0px auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #174B1D;
	border-top: 1px solid #18481E;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

#header {
	position: relative;
	width: 100%;
	width: 800px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a {
	color: #422458;
	text-decoration: none;
	font-weight: 700;
}

a:link {
	color: #422458;
	text-decoration: none;
}

a:visited {
	color: #422458;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #422458;
	font-weight: 700;
}

a:active {
	color: #422458;
	text-decoration: none;
}
.smtxt {
font-size: 80%
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 1em;
margin-right: 2px;
border: 1px solid #18481E;
border-bottom: none;
background: #18481E;
}

#tablist li a:link, #tablist li a:visited{
color: #FFF;
}

#tablist li a:hover{
background: #422458;
color:#FFF;
border-color: #18481E;
}

#tablist li a.current{
background: #FFF;
color: #65A544;
border-color: #18481E;
}


