body {
	margin: 0;
	background: #0074be url('../images/backgrounds/background.gif');
}
body, p {
	font: 11px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
}
p {
	font:  11px/19px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px 0 6px 0;
}
h2 {
	font-size:22px; 
	margin: 8px 0 4px 0;
}
h3 {
	margin: 0px 0 4px 0;
}

a {
	color: #000;
}
.clear { clear: both; }
.clear8 { clear: both; height:8px; }
img { border:none; }
.section {
	font: bold 9px/9px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}

#topcontainer {
	width: 977px;
	height: 170px;
	
}
#topcontainer_s {
	width: 977px;
	height: 107px;
	background: url('/images/base/top-s.gif') no-repeat;
}

#midcontainer {
	width: 977px;
	background: url('/images/base/mid.gif') repeat-y;
	overflow: hidden;
}
#midcontainer #spacerleft {
	width: 5px;
	height: 300px;
	float: left;
}
#midcontainer #inner {
	width: 965px;
	float: left;
}

#bottomcontainer {
	width: 963px;
	height: 9px;
	margin: 10px 0 0 6px;
	border-top: 1px solid #B2B2B2;
	font: 9px/11px Arial, Helvetica, sans-serif;
	padding-top: 4px;

}

/* MENU */
#menu {
	width: 965px;
	height: 27px;
/*	font: bold 14px/14px Arial, Helvetica, sans-serif;*/
	font: bold italic 14px/14px Georgia, serif;

	/*background-color: #e5e5e5;*/
	background: url('/images/base/menu.gif') repeat-x;
	overflow: hidden;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 6px;
}
#menu a {
	text-decoration: none;
	color: #FE5A17;
}
#menu .itemon a {
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	text-decoration: underline;
	color: #000;
}
#menu .firstitem {
	float: left;
	width: 20px;
	height:20px;
}
#menu .item, #menu .itemon {
	float: left;
	margin: 6px 30px 0 0;
}
.colspacer {
	width: 20px;
	height:20px;
	float: left;
	overflow: hidden;
}
#template1 #col1, #col2 {
	width: 343px;
	float: left;
	overflow: hidden;
}
#col3 {
	width: 210px;
	float: left;
	overflow: hidden;
}
#template2 #col1 {
	width: 243px;
	float: left;
	overflow: hidden;
}
#template2 #col2 {
	width: 443px;
	float: left;
	overflow: hidden;
}

/* col 3*/
#col3 h3 {
	margin: 8px 0 2px 0;
}
#col3 ul {
	margin: 0;
	padding: 0 0 8px 0;
}
#col3 li {
}

#col3 .row {
	height:1px;
	width: 100%;
	clear: both;
}
#col3 .col1 {
	width: 60px;
	float: left;
	overflow: hidden;
}
#col3 .col2 {
	width: 135px;
	float: left;
	overflow: hidden;
}

/* PICTURES, LINE */
.leftpicture {
	float: left;
	margin: 4px 12px 10px 0;
/*	border: 1px solid #000;*/
}
.line {
	clear: both;
	width: 100%;
	height: 1px;
	margin:4px 0 4px 0;
	border-top: 1px solid #B2B2B2;
}


/* LINK LIST */
.linklist {
	width: 90%;
	margin-top:4px;
}
.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 11px Arial, Helvetica, sans-serif;
}
.linklist li { 
	margin: 0 0 1px 0; 
}
.linklist a {
	display: block;
	padding: 0px 2px 0px 14px;
	background: url('/images/base/square.gif') no-repeat 0 4px;
	text-decoration: none;
}

.linklist a:link {
	color: #000;
	text-decoration: none;
}

.linklist a:hover {
	background: url('/images/base/square.gif') no-repeat 0 4px;
	color: #000;
	text-decoration: underline;
}
