* { 
	padding: 0;
	margin: 0; 
	list-style:none;
}
img {
	border: none;
	margin-bottom: 0.5em;
}
body { 
	margin:0; 
	padding: 0; 
	font-size: 10.5pt; 
	line-height: 1.4em;
	color : #333; 
	background-color:#FFF;
	text-align: center;
}
#header {
	background:#FFF url("images/head-bg01.gif") top left repeat-x;
	padding-top: 5px; 
	margin:0px;
	width:100%;
	height:130px;
}
#top {
	width: 800px;
	text-align:left;
	margin: 20px auto 0px auto;
}
.content { 
	margin: 0 auto 0 auto; 
	padding:0px;
	width: 800px;
	text-align: left;
}
* html body div.content {  
	margin: 0; 
	padding:0px;
	width: 800px;
	text-align:left; 
}
h1 {
	font-size:130%;
	color: #EEE;
	width:600px;
	height:30px;
	background: url(images/title-bg02.gif) no-repeat;
	padding: 7px 0 0 20px;
	margin: 0;
}
h2 {
	clear:left;
	font-size:120%;
	color: #333;
	width:500px;

	background: url(images/title-bg03.gif) no-repeat left bottom;
	padding: 0px 0 0 20px;
	margin: 20px 0;
	font-weight: normal;
}
h3 {
	color: #EEE;
	font-size: 100%;
	font-weight: normal;
	background: url(images/menu-bg05.gif) no-repeat;
	height:25px;
	width: 150px;
	line-height: 25px;
	text-align: center;
}
a {
	text-decoration: underline;
	color:#55F;
	line-height: 2em;
}
strong {
	font-weight: normal;
}
#menu{
	margin:5px 0 0 0;
	padding:0 30px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:35px;
	font-size:110%;
	font-weight:bold;
	background:transparent url(images/menu-bg01.gif) repeat-x;
	border-bottom: 2px solid #B00;
}

#menu ul li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}
	
#menu ul li a{
	display:block;
	float:left;
	color:#777;
	text-decoration:none;
	font-weight:bold;
	padding:0 25px;
	line-height: 35px;
}
#menu ul li a:hover{	
	color:#FFFFFF;
	height:35px;
	background:transparent url(images/menu-bg02.gif) repeat-x;		
}
#menu ul li a.current{
	display:inline;
	color:#FFFFFF;
	height:35px;
	background:transparent url(images/menu-bg02.gif) repeat-x;	
	float:left;
	margin:0;
}
.imgtop {
    background : url("images/top.jpg") no-repeat;
	height:300px;
	width: 800px;
    margin: 1em 0px 0px 0px;
}
.imgtop h4 {
	font-weight: bold;
	padding: 160px 0 10px 40px;
	color: #666;
	font-size: 120%;
}
.imgtop h5 {
	font-weight: bold;
	margin-left:50px;
	padding: 10px 0 10px 20px;
	color: #666;
	font-size: 100%;
	line-height:0.4em;
	background:  url(images/list01.gif) no-repeat top left;
}
#left {
	float: left; 
	margin:20px 5px 5px 5px;
	color: #333;
}
#left .text  {
	font-size:85%;
	color: #333;
	width:150px;
	background-color:#EFE;
	padding: 10px 0px;
	margin: 0 0 20px 0;
}
#left .menu {
	width: 150px;
	margin-bottom: 2em;
}
#left .menu li a{
	height: 45px;
	background: url(images/menu-bg03.gif) no-repeat;
	color: #333;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	line-height: 45px;
}	
#left .menu li a:hover, #left .menu li a#current {
	height: 45px;
	color: #EEE;
	background: url(images/menu-bg04.gif) no-repeat;
}	
#right p { 
	color: #333; 
	margin: 7px 0 7px 10px;
	text-indent: 1em;
	line-height: 2em;
}
#right .text img { 
	margin: 0px 10px 2em 12px; 
	float: left;  
	background-image:none;
}
#right {
	float: right; 
	width: 600px; 
	background-color:#FFF;
	margin:20px 5px 5px 5px;
}
#right .text {
	font-size:100%;
	color: #333;
	width:550px;
	background-color:#fff;
	margin: 10px 10px;
}
#right ul { 
	margin-left: 1em;
}
#right ul li { 
	list-style-type: disc; 
	margin: 1em 0 1em 15px;
}

#right ul li ul li { 
	list-style-type: circle; 
	margin: 1em 0 1em 15px;
}
.news table{
    clear: left;
	color: #333;
	width:550px;
	background-color:#fff;
	margin: 10px 10px;
    border-collapse:collapse;
    border-style : none ; 
	font-size: 100%;
}
.news table td{
    padding: 0.5em;
    border-style:none;
	border-bottom: solid 1px #DDD;
    vertical-align:top;
}
.news table td span.date{
	background:  url(images/list02.jpg) no-repeat left;
	padding-left: 17px;
}
.clr table{
    clear: left;
	color: #333;
	width:590px;
	background-color:#fff;
	margin: 0;
    border-collapse:collapse;
    border-style : none ; 
}
.clr table td{
    padding: 0px;
    border-style:none;
    vertical-align: top;
	height: 110px;
	margin: 0px 0px;
	line-height: 1.5em;
}
table{
    clear: left;
    border-collapse:collapse;
    border-style : none ; 
    margin: 0 0 0 1em;
	font-size: 100%;
}
table td{
    padding: 0.7em;
    border:solid 1px #888; 
    vertical-align:top;
}
.foot 
{
	clear: both;
	margin: 2em 0;
	background:url(images/bg3d.gif) no-repeat top left;
	text-align: right;
	border-top: 1px solid #666; 
}
#footer { 
	height: 60px;
	clear: both; 
	padding: 10px ;
	margin: 3em 0 0 0;
	color: #777; 
	font-size: 90%; 
	text-align: right;
	background-color:#FFF;
	border-top: 1px solid #AAA;
	background:url(images/foot-bg01.gif) repeat-x top left;
}
#footer table{
    clear: left;
	width:100%;
    border-collapse:collapse;
    border-style : none ; 
}
#footer table td{
    padding: 0em;
	width: 50%;
    border-style:none;
}
