body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(bg_00.jpg);
}
#menu{
	width: 100%;
	letter-spacing: 1px;
}
#banner{
	background-image: url(bg_00.png);
	height: 120px;
	width: 1029px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#container{
	width: 1029px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	padding: 30px;
	text-align: left;
}
#container a img{
	padding: 2px;
	border: 1px solid #CCC;
	}
#container a:hover img{
	padding: 2px;
	background-color: #333;
	}
#container ul{
	padding-left: 20px;
}
#footer{
	height: 70px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #FFF;
	}
h1{
	font-family: Calibri;
	font-size: 24px;
	color: #06C;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	margin: 0px;
}
.h1_smaller{
	font-size: 18px;
	color: #333;
}
h2{
	font-family: Calibri;
	font-size: 16px;
	color: #003399;
	margin: 0px;
}
h4{
	font-family: Calibri;
	font-size: 24px;
	color: #C00;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
	margin: 0px;
}
.img_bdr{
	padding: 2px;
	border: 1px solid #CCC;
}
hr{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}
a{
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #333;
}
#sidemenu{
	width: 200px;
}
#sidemenu ul{
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#sidemenu li a{
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding: 6px 6px 6px 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(bg_01.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#sidemenu li a:hover{
	color: #000;
	background-color: #F0F0F0;
}
#sidemenu li .current{
	color: #000;
	background-color: #F0F0F0;
}
