a			{text-decoration:none; font-size:10pt; font-weight:bold;}
a:link		{color: #000000}
a:visited	{color: #000000}
a:hover		{color: #000000;text-decoration: underline;}

a.button			{text-decoration:none; font-size:20pt; font-weight:bold;}
a.button:link		{color: #000000}
a.button:visited	{color: #000000}
a.button:hover		{color: #FFFFFF}


body {
 	text-align:center;
	background: url(images/grad_bg.png) repeat-x #B5BFB5;
	font-family:arial,verdana, helvetica, sans-serif;
	font-size: 10pt;
	margin:20px;
}

div.top{
	margin:0 auto;
	text-align:right;
	width:800px;
	height: 20px;
	background: url(images/top_bg.png) no-repeat;
}

div.bottom{
	margin:0 auto;
	width:800px;
	height: 45px;
	background: url(images/bottom_bg.png) no-repeat;
}

div.text_top{
	margin:0 10px;
	width:300px;
	height: 10px;
	background: url(images/text_top_bg.png) no-repeat;
	overflow: hidden;
}

div.text_bottom{
	clear:both;
	margin:0 10px;
	width:300px;
	height: 10px;
	background: url(images/text_bottom_bg.png) no-repeat;
}

div.text_container {
	text-align: left;
	margin:0 10px;
	width:300px;
	background: #FFE090;
	display:table;
}

div.foot{
	color: #969696;
	margin:5px auto;	
	text-align:center;
	width:800px;
}

div.container {
 	margin:0 auto;
	width:800px;
	background: url(images/middle_bg.png) repeat-y;
	display: table;
	text-align: center;
}

div.main_top{
	margin:5px 10px 0 10px;
	width:780px;
	height: 10px;
	background: url(images/main_top_bg.png) no-repeat;
	overflow: hidden;
}

div.main_bottom{
	margin:0 10px 10px 10px;
	width:780px;
	height: 10px;
	background: url(images/main_bottom_bg.png) no-repeat;
	overflow: hidden;
}

div.main{
	clear:both;
	text-align:left;
	margin:0 auto;
	width:780px;
	background: url(images/main_middle_bg.png) repeat-y;
	display: table;
}

div.text{
	clear: both;
	float: left;
	margin-left: 10px;
}

div.imagea{
	float: right;
	margin-right: 10px;
}

li.foot{
 	display:inline;
}

li{
	margin: 5px 0;
}

ul{
	width:240px;
	text-align: justify;
}

ul.menu{
	width: auto;
	text-align: center;
	padding:2px;
	margin:0;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	display: table;
}

h3{
	margin-top:0;
	text-indent: 20px;
}

h4{
	text-indent: 10px;
	margin-bottom: 0;
}

.pic{
vertical-align:text-top;
margin: 10px 5px 0 5px;
border: 1px solid #000000;
padding: 2px;

}

.pic_right{
vertical-align:text-top;
float: right;
margin: 2px 0 0 10px;
border: 1px solid #000000;
padding: 2px;

}

.pic_left{
vertical-align:text-top;
float: left;
margin: 2px 10px 0 0;
border: 1px solid #000000;
padding: 2px;
}

.pic_headera{
	margin: 0;
}

div.nav{
	margin: 10px 5px 0 10px; 
	text-align: left;
}

