#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
	/* background: #FFFFFF; */
	background: url("images/back_middle.gif") repeat-y;
}

#header {
	margin: 0 0 15px 0;
	background: url("images/back_top.gif") no-repeat;
	/* border: 1px solid black; */
}

#side-a {
	vertical-align: top;
	float: left;
	width: 175px;
	margin-left: 10px;
	margin-right: 25px;
}

#side-b {
	vertical-align: top;
	float: right;
	width: 160px;
	padding-left: 10px;
	margin-right: 10px;
	border-left: 1px dashed black;
}

#content { 
	vertical-align: top;
	float: left;
	width: 595px;
	padding-left: 5px;
	/* border: 1px dashed black; */
}

#footer {
	height: 41px;
	clear: both;
	background: url("images/back_bottom.gif") no-repeat;
}


body { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt; 
  color: #000033;
}

p { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt; 
  color: #000033;
}

input { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt;
  color: #000000; 
}

select { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt; 
  color: #000000;
}

textarea { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt;
  color: #000000; 
}


.justifySmall { font-size: 7pt; text-align: justify;}
.justifyNormal { font-size: 8pt; text-align: justify;}
.justifyLarge { font-size: 10pt; text-align: justify;}

.textSmall { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 9pt;
}

.textNormal { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 10pt;
}

.textLarge { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 11pt;
}

.headerSmall { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 9pt; 
  font-weight: bold; 
  color: #333366;
}

.headerMedium { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 11pt; 
  font-weight: bold; 
  color: #333366;
}

.headerNormal { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 12pt; 
  font-weight: bold; 
  color: #333366;
}

.headerLarge { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 14pt; 
  font-weight: bold; 
  color: #333366;
}

.menu0 { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 12pt;
  font-weight: bold;
  color: #000033; 
}

 .menu1 { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier;
  font-size: 10pt;
  font-weight: bold;
  color: #000033; 
}

.menu2 { 
  font-family: trebuchet ms, trebuchet, verdana, tahoma, arial, helvetica, courier; 
  font-size: 8pt;
  font-weight: bold;
  color: #000033; 
}

.news { 
  font-family: verdana, arial, trebuchet ms, trebuchet, tahoma, helvetica, courier; 
  font-size: 12pt;
  font-weight: bold;
  color: #333366; 
}


a:link { text-decoration: underline; color: #000066;}
a:visited { text-decoration: underline; color: #000066;}
a:active { text-decoration: underline; color: #000066;}
a:hover { text-decoration: underline; color: #333366;}