@charset "utf-8";
body {
	background: url(images/bg_all.jpg);
	margin:0;
	padding:0;
    height:100%;
}
.bg_fullpage{
	background:url(images/bg_page.jpg) repeat-x top;
}
#wrap {
    min-height:100%;
	width:973px;
	margin:0 auto;
	border-left:1px solid #bab7a8;
	border-right:1px solid #bab7a8;
	background: url(images/bg_all.jpg);
}
#header {
	text-align:center;
	border-left:1px solid #e5e4d8;
	border-right:1px solid #e5e4d8;
	padding:8px;
}
#content {
	border-left:1px solid #e5e4d8;
	border-right:1px solid #e5e4d8;
	padding:8px;
	display:block;
}
.textfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#323232;
	line-height:22px;
	text-align:justify;
	display:block;
}
.padtext{
	margin-top:5px;
	padding:8px;
	background:#cecab6;
}
#footer {
	border-left:1px solid #e5e4d8;
	border-right:1px solid #e5e4d8;
	padding:8px;
}
.titlepage{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#1d59ad;
	display:block;
	line-height:34px;
}
.footer_line{
	background:url(images/line_footer.jpg) repeat-x top;
}
#menu-outer {
	height: 84px;
	background: url(images/bar-bg.jpg) repeat-x;
	widows:40%;
}
.txt_footer{
	width:55%;
	float:left;
	font-family: Tahoma, Geneva, sans-serif,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#323232;
	line-height:20px;}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	text-align:right;
	}
	ul#horizontal-list li {
		display: inline;
	}

.line_menu{
	background:url(images/line_footer.jpg) repeat-x;
	padding-top:8px;
	display:block;
}
#line_menu1{
	background:url(images/line_footer.jpg) repeat-x bottom;
	clear:both;
	height:10px;
	display:block;
	margin-bottom:15px;
}
#row {
    width: 100%;  
	clear:both;
	display:block;
} 
#col {
    width: 100%;
	height:auto;
    display: inline-block;
	margin-bottom:15px;
} 

.colFloat {
    width: 230px;
    float: left;
	margin-right:10px;
	background:#eae8de;
}
.colFloat_end {
    width: 230px;
    float: left;
	background:#eae8de;
}
.title_slide{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	display:block;
	text-align:center;
}
.text_slide{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.button-more {
    padding: 6px 15px 6px 15px;
    background: #00489e;
    color: #FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button-more:hover {
    background: #00489e;
    color: #662508;
    text-decoration: none;
}
.button-more:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.more{
	padding:8px;
	width:100%;
	margin-bottom:20px;
	padding-left:75px;
	margin:auto;
	display:block;
}