html, body {
	width : 100%;
	height: 100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family: Calibri;
	color:#333;
}

table {
	border-spacing:0px;
}
td {
	padding:0px;
}

a {
	text-decoration:none;
	color:#769d0c;
}

a:visited {
	color:#769d0c;
}

a:hover {
	color:#98bf0e;
}

.menu  {
	text-decoration:none;
	color:#333;
}

.menu:visited {
	color:#333;
}

.menu:hover {
	color:#98bf0e;
}

.button_more {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 4px solid #98bf0e;
	padding: 5px;
	font-size: 20px;
}
.form_button {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 4px solid #98bf0e;
	padding: 5px;
	font-size: 15px;
}
.form_container {
	background:url(../images/bk_form.png) #FFF top center no-repeat;
}
.header_container {
	height: 350px;
	background-color: #dbad24;
	padding: 50px 0px 0px 0px;
}
.stretch_back {
	/*background:url(../images/bk_home_head.jpg) #FFF top center no-repeat;*/
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size:contain;
}

.stretch_head {
	background:url(../images/bk_home_head.jpg) #FFF;
	background-size: 100% auto;
	padding:5px 0px 5px 0px;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

.reader_header {
	height:300px;
	background:url(../images/bk_reader.png) #FFF top center no-repeat;
    background-color:#ccc;
}
.reader_header h1 {
	text-align:center;
    vertical-align:middle;
    text-transform:uppercase;
    color:#fff;
    font-size:4em;
} 
.reader_menu {
    width:100%;
    height:50px;
    text-align:center;
    vertical-align: middle;
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.4);
}
.reader_menu h1 {
	text-align:center;
    vertical-align:middle;
    text-transform:uppercase;
    color:#fff;
    font-size:1.3em;
} 


.bk_slideshow {
	background:url(../images/bk_slideshow.jpg) #FFF top center no-repeat;
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}

#secondary_page {
	background:url(../images/1.jpg) #FFF center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	scrollbar-track-color: #81171b ;
	scrollbar-face-color: #81171b ;
}

#menu {
	/*background: rgba(255, 255, 255);*/
	/*background: rgba(255, 255, 255, 0.9);*/
	/*margin-top:20px;*/
	width:100%;
}

#footer {
	height:20px;
	background-color:#000;
	position:fixed;
	bottom: 0px;
	width:100%;
	color:#fff;
	font-size: 12px;
	text-align:right;
	padding:5px 5px 5px 5px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

.menu_cell {
	font-size: 20px;
	font-weight:400;
	color:#333;
	/*border-top: solid 2px #000;*/
	padding: 5px 0px 0px 0px;
	margin: 10px;
	text-align:left;
	/*width:150px;*/
}

.title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight:600;
	color:#333;
	
}

.home_title {
	font-size: 75px;
	text-transform: uppercase;
	font-weight:600;
	color:#FFF;
	
}

.subtitle {
	font-size: 21px;
	text-transform: uppercase;
	font-weight:600;
	color:#333;
	
}

.text {
	text-align: justify;
	font-size: 20px;
	font-weight:400;
	color:#333;
	
}
.home_text {
	text-align: center;
	font-size: 38px;
	font-weight:400;
	color:#fff;
	
}
.container {
	/*background: rgba(0, 0, 0, 0.3)*/;
}
