h2{
	background: url(../img/top_img01.gif) repeat-x;
	height:105px;
	clear:both;	
}

h3{
	background: url(../common/img/bg02.gif) repeat-x;
	height:30px;
	font-size:1.2em;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
}

#fig{
	clear:both;
}

#fig ul{
	padding-left:40px;
	}

#fig li{
	float:left;
	text-align:left;
}

.text{
	padding-top:20px;
}


#primary_nav{
	padding-top:10px;
}

#primary_nav li {
	float:left;
	margin:0 7.5px;
}

#secondary_nav {
	padding:10px 0 10px 41.5px;
	clear:both;
}

#secondary_nav li {
	float:left;
	margin:0 7.5px;
	padding-bottom:10px;
}

#contents table{
	margin-left:6px;
	margin-bottom:5px;
}



.button a{
	margin:7.5px;
}

section table{
	margin-bottom:10px;
}


section table td{
	padding:5px 5px 0 12px;
}

#topics {
	clear:both;
}

#topics ul {
	padding-left:10px;
}

#topics li {
	float:left;
	text-align:left;
}

.access {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	background-image: -moz-linear-gradient(top, #FFFFFF, #B85959);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #B85959));
	margin:7.5px 7.5px 15px 7.5px;
}

#list{
	padding-left:8px;
	clear:both;
}

#list li{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	background-image: -moz-linear-gradient(top, #6D5651 30%, #633E37);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #6D5651), color-stop(1.0, #633E37));
	border: 3px solid #999999;
	background-color: #DDDDDD;
	width:290px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	height:45px;
	margin:0 0 20px 5px ;
	position:relative;
}

#list p{
	padding:10px 0 0px 10px;
}

#list a {
	display: block;
	width: 290px;
	height:45px;
} 


#list img{
	position:absolute;
	top:2px;
	right:5px;
}


