@charset "UTF-8";
/* CSS Document */
html {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;	
}
body, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	margin: 20px 0px 7px 0px;
	padding: 0px;
	font-size:1em;
     }
body {
	/*background: rgb(41,181,242);
	background: radial-gradient(circle, rgba(41,181,242,1) 0%, rgba(12,97,138,1) 100%);
	background-repeat: no-repeat; */
	margin-top:0;
	 }
#wrapper {
	margin: 0px auto; 
	padding-top: 0px;
	}
#header {
	margin: 0px auto;
	padding: 10px;
	color: #257bfc !important;
	border-bottom:5px solid #257bfc;
	line-height: 4em;
	 background: #2c2c2c;
	text-align: center;
	}
#header-content {
	 width: 800px;
	 margin: 0px auto 21px;
	 padding:15px 30px 0px;
	 height: auto !important;
}
#content {
	 width: 800px;
	 margin: 0px auto 20px;
	 padding:15px 30px;
	 background:#fff;
	 min-height: 800px;
	 height: auto !important;
	 height: 800px; 
	 /*border: 1px solid #000;
	  -mos-box-shadow: -5px 5px 15px #000;
	 box-shadow: -5px 5px 15px #000; */
	}
img {
	border: 0;
	border-bottom-style: none;
	background: transparent;
	}
p {
	line-height: 1.55em;
	margin: 5px 0 10px 0px;
	}
ul {
	margin: 5px 20px 10px 10px;
	}
li {
	line-height: 1.3em;
	margin: 10px;	
	}

h1 {
	font-size: 5.4em;
	font-weight: bold;
	line-height:1em;
	/*background:url(logo.png) no-repeat 40px center;*/
	padding: 0;
	margin:0;
	color: #fff !important;
	font-family: 'Trajan Pro', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"

	} 
 h2 {
   font-size: 1.1em;
   font-weight: bold;
   text-align: left;
   text-transform: uppercase;
   margin: 2px 5px 0px 0px;
   color: #257bfc !important;
 }
 h3 {
   color: #555;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   padding: 5px 0;
   margin: -2px 0 -2px 0;
 }
 h4 {
   font-size: 1.1em;
   font-weight: bold;
   text-align: left;
   text-transform: uppercase;
 }
 ul {
   margin-top: -0.35em;
   margin-bottom: 1em;
 }
 ol {
   margin-top: 0;
   margin-bottom: 10px;
 }
 a {
   color: #257bfc;
   text-decoration: underline;
   padding-bottom: 0;
 }
 a:hover {
color: #ed9017;
text-decoration: none;
padding-bottom: 0;
 }
.first-paragraph {
	font-weight: bold;
}
 .floatLft {
	float: left;
	margin: 10px 10px 10px 0; 
	/* border: 1px solid #23538a; */
 }
.floatRgt {
	float: right;
	margin: 10px 0 10px 10px; 
	width: 400px;
}
.floatRgt img {
	 border: 3px solid #23538a;
	 margin: 0 0 15px; 
 }
.clear {
	 clear:both;
 }
