@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#F1F0F0;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
	line-height: 1.4;
	
}




ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	
	
}

h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 34px;
	line-height: 52px;
	font-weight: 100;
	color: black;
	text-align:center;
	margin-bottom: 25px;
}

h2 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 22px;
	line-height:24px;
	color: black;
	text-align:center;
	font-weight: 100;
	margin-bottom:5px;
}

h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 18px;
	line-height:18px;
	color: black;
	text-align:center;
	font-weight: 100;
	margin-bottom: 7px;
}

h4 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 42px;
	font-weight: 100;
	color: black;
	margin-top: 0px;
}

h5 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	color: black;
	text-align:center;
	margin-bottom: 8px;
	margin-top: 25px;
}

a img { 
	border: none;
}


a:link {
	color:#045D9C;
	text-decoration: none; 
}
a:visited {
color:#045D9C;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color:#434343;
	text-decoration: none;
}

img {
	  max-width: 100%;
    height: auto;

	
	
}

#container {
	width: auto;
	max-height: auto;
	min-width: 1000px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
   overflow-y: hidden;
	
}



#header {
	background-image:;
		background-repeat: no-repeat;
	background-color:white;
	align-content: center;
	background-position: center center;

	
}


#nav {
	height:60px;
margin-bottom:20px;
	font-family: 'Oswald', sans-serif;
	font-kerning: 10px;
	background-color:#E5E5E5;
    justify-content: center;
	display:flex;
	min-width: 1000px;
	}


#nav li{
	list-style-type: none;
	float:left;
	color: black;
	}
	
#nav a{
	
	display: block;
	color:#045D9C;
	height: 28px;
	text-align: center;
	font-size: 22px;
	padding: 15px;
	margin-right:15px;
	margin-left:15px;
	
	}
	
#nav a:link {
		
	color: #045D9C;
	text-decoration: none;
	
}



#nav a:hover {
	color: gray;
	
	
}



#nav a:active {
color:#045D9C;
}




#scroller {


    justify-content: center;
	

}

#content {
	background-color:#E8E8E8;
	
	
}

#content2 {
	

	
}

#content3 {
	background-color:#E8E8E8;
	
	
	
	
	
}


#footer {

	padding: 5px;
	background: clear;
	position: relative;
	clear: both;
	color: white; 
	background-color: #3E3D3D;
font-size: 14px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	f
	
}


#footer a {
	color: white;

}


#footer a:hover {
	color:#045D9C;
	
	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container #footer p {
	color:white;
	font-family: 'Oswald', sans-serif;
	max-height: auto;
	max-width: 100%;
}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color:#373737;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color:;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 80%;
	margin: auto;
}





input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color:#373737;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color:;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 80%;
	margin: auto;
}


input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color:#373737;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color:;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
	width: 80%;
	margin: auto;
}




.dwuserEasyRotator {
	
	max-height: auto;
	max-width: 100%;
}