@font-face {
    font-family: 'avbold'; /*a name to be used later*/
    src: url('/avertastd-bold-webfont.woff2'); /*URL to font*/
}

@font-face {
    font-family: 'avreg'; /*a name to be used later*/
    src: url('/avertastd-regular-webfont.woff2'); /*URL to font*/
}


html{

}

body{
    margin:0px;
    font-family:"avbold",sans-serif;
     color:#D7942D;
    background: #232373;
    background-image:linear-gradient(#232373,#38386f);

}

a{
    font-weight: bold;
    text-decoration:none;
    color: #FF4500;
}
a:hover{
    color: #FFD700;
}



.container{
	position:relative;
	clear:all;
	min-height:1200px;

}

.leftcol{
	margin:0px;
	padding:10px;
	position:absolute;
	top:0px;
	width:230px;
	font-weight:bold;	
	color: #333;
filter: 	progid:DXImageTransform.Microsoft.gradient(startColorstr='#acc9b2', endColorstr='#3e6f49');
	background: -webkit-gradient(linear, left top, right top, from(#acc9b2), to(#3e6f49));
	background: -moz-linear-gradient(left, #acc9b2, #3e6f49);
	-moz-box-shadow: 3px 0px 4px #000;
	-webkit-box-shadow: 3px 0px 4px #000;
	box-shadow: 3px 0px 4px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.leftcol_menu{
	width:200px;
	margin: 0px auto;
}

.leftcol_menu p{
height: 20px;
padding:10px 0px;
margin:0px;
font-size:15px;
border-left: 1px solid #d4d3e4;
border-right: 1px solid #d4d3e4;
background: #8fb794;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a2bc', endColorstr='#71718f');
background: -webkit-gradient(linear, left top, left bottom, from(#a3a2bc), to(#71718f));
background: -moz-linear-gradient(top, #a3a2bc, #71718f);
text-shadow: 1px 1px 0 #444, -1px -1px 0 #969480, 1px -1px 0 #969480, -1px 1px 0 #969480, 1px 1px 0 #969480;
}

.leftcol_menu p a{
	color: #d4d3e4;
margin:auto;
}
.leftcol_menu_top{
	border-top: 1px solid #d4d3e4;
	border-radius:10px 10px 0px 0px;
}
.leftcol_menu_bottom{
	border-bottom: 1px solid #d4d3e4;
	border-radius:0px 0px 10px 10px;

}

.leftcol_links{

}

.header{
    margin:0px auto;
    width:100%;
    padding-top:10px;
}

.headerCenter{
	margin:0px auto;
	padding-top: 20px;
	width:1000px;
 	text-align:center;
	font-weight:bold;
}

.headerCenter h1, .headerCenter h3  {
	margin:0px;
	padding:0px;
	text-align:center;
}
.headerCenter h1{
   font-size: 45px;
}	

.headert1{
margin-top:10px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}

.headerLeft{
	float:left;
	width:200px;
	height:150px;
	margin:0px 20px;
	text-align:center;
}

.headerRight{
	float:right;
	width:100px;
	height:100px;
	margin:0px;
}

.header_menu{
 width:1000px;
 margin:10px auto;
 border:2px solid #FF4500;
 color:#FF4500;
 text-align:center;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.header_menu p{
height: 40px; 
margin:0px auto;
padding:0px 5px;
display:inline-block;
font-size:30px;
font-weight:bold;
line-height:40px;
}

.header_menu p a{
    margin:auto;
}

.legal{
 font-size: smaller;
 font-weight:bold;
 text-align: center;
}

.centercol{
    width:1000px;
    margin:0px auto;
 padding:0px 20px;
    min-height:500px;
    font-weight:bold;
    font-size:20px;
    font-family:"avreg",sans-serif;

}

.centercol h1, .centercol h2, .centercol h3{
    color: #FFD700;

}
@media screen and (max-device-width: 800px) and (orientation: portrait){

.centercol{
}

}
.centercol1{
    width:800px;
	
}
.centercol1 table{
	width:800px;
    margin: 0px auto;

}

.centercol1 p{
    width:650px;
    margin:10px auto;
}

.centercol1 h1{
    width:500px;
    margin:10px auto;
    text-align:center;
    color: #FFD700;
}

.homeText{
    margin-left:20px;
}

.homeText h1{
    font-size:28px;
    color: #FFD700;
}

.homeText ul {
text-decoration: none;
list-style: none;
}
.homeText ul li {
font-size: 24px;
text-decoration: none;
}

.center_left{

	float:left;
	width:400px;
}
.center_left p{
width:400px;
}
.center_right{
	float:right;
	width:300px;
}

.center_right p{
width: 300px;
}

.center_imageCol{
float: left;
width: 300px;
}
.troutmenu{
margin:20px 0px;
height:150px;
}
.troutmenu a{
	float:left;
	margin: 2px;
	padding: 2px;
	width:100px;
	height:50px;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border-radius:4px;
	border: 2px solid #666;
	background: #888;
	text-decoration:none;
	color: #fff;
}



.box3 table{
color:#CC5500;
}

.footer{
    background:url("/images/sine.png") repeat-x;
    background-position: bottom;
    background-size:contain;
    padding:20px 0px;
}
    











