body {
	margin:0px;
	padding:0px;
	color: #000;
	font-size:10pt;
	font-family: tahoma, verdana, arial, sans-serif;
	background-color:#f9f6d7;
	border:0px;
	height:100%;
}

#flashContent { 
	width:100%; height:100%;
	position: absolute;
	top: 0;
	z-index: -1000;
 }
p{
	text-align:justify;
}
h1, h1 a {
	font: bold 17px Tahoma;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#367dcf;
	margin:0px 0px 3px 0px;
	text-decoration:none;
}
input,textarea {
	background-color:#d5e7f1;
	border:1px solid #afc2d0;
	width:70%;
	color:#7d90ba;
}
.button {
	width:100px;
}
.main  {
	width:990px;
	margin:0px auto;
}
.content_body {
	background:url('images/bg.png');
	width:990px;
	float:left;
	font-size:9pt;
	text-align:justify;	
}
.header {

	width:990px;
	height:232px;
}
.header ul {
	margin-left:0px;
	padding-left:0px;
}
.header li {
	float:left;
	list-style-type:none;
}
.header_h {
	height:200px;
}
.header li a {
	text-transform:uppercase;
	color:#357ecb;
	font-size:12px;	
	font-weight:bold;
	text-decoration:none;
}
.menu_right {
	width:250px;
	float:left;
}
.menu_right img {
	margin-left:30px;
}
.menu_right ul {
	margin-left:0px;
	padding-left:5px;
}
.menu_right li{
	width:200px;	
	list-style-type:none;

}
.menu_right li:hover {
	background:url('images/menu_arrow.png') no-repeat top left;	
}
.menu_right li a{
	display:block;
	background:url('images/menu_line.png') no-repeat bottom left;		
	width:200px;
	min-height:25px;
	margin-left:17px;
	text-decoration:none;
	color:#5d9adb;
	font-size:14px;
	padding-bottom:4px;
}
.menu_right li a span{
	margin-left:10px;
}
.menu_right li a:hover{
	background-color:#d1edf8;
}
.search{
	float:right;
	margin:0px 0 7px 30px;
}
.input_search{
	width:140px;
	height:13px;
	font-size:7pt;
}
.button_search {

	width:60px;
	height:17px;
	font-size:7pt;
}
.content {
	float:left;
	width:718px;
	margin-right:20px;
}
.footer{
	background:url('images/footer.png') no-repeat center top;
	width:990px;
	height:77px;
	margin-bottom:15px;
	margin-top:15px;
	
}
.footer_left {
	margin:30px 0 0 50px;
	float:left;
	width:250px;
}
.footer_center {
	margin-left:40px;
	float:left;
}
.footer_right {
	margin:55px 35px 0px 0px;
	float:right;
	width:250px;
}
.footer_right a {
	text-decoration:none;
	color: #707070;
	font-size:9pt;
}
.width80{
	width:80px;
}
.width120{
	width:180px;
}
.width100{
	width:100px;
}
.width560 {
	width:560px;
}
.clear
{
	float: none;
	clear: both !important;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
#rightfoto ul{
	list-style:none;
	padding:5px;
}
/************************************/
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.alignright img, img.alignright {
    margin: 1em 0 1em 1em;
}
.alignleft img, img.alignleft {
    margin: 1em 1em 1em 0;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
