* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	margin: 0px;
	padding: 0px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

body  { 
	margin: 0px;
	padding: 0px;
	font-family: 'Verdana', sans-serif;
	font-size: 15pt;
	color: #343434;
	background: #F2F2F2;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
	line-height: 1.4;
	text-align: justify;
}

#wrapper {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	max-width: 1040px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000000; 
}
.head{
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 194px;
	padding: 10px;
	color: #e60000;
	font-weight: bold;
	font-size: 50px;
	text-shadow: 2px 2px 4px #002266;
	border: 1px solid #e60000;
	background-color: #b3d1ff;
	background-image: url();
	border-radius: 4px;
	box-shadow: 2px 2px 5px #000000; 
}
.middle {
  vertical-align: middle;
}
.main-content { 
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	height: auto;
	padding:  20px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #000000;
}
.content {
	max-width: 100%;
	margin: 0px;
	height: auto;
	padding:  20px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #000000;
}
table {
	width: 100%;
	border-collapse: collapse;
	}
	th {
	}
	td, th {
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	}
 .iframe {
	width: 100%;
	min-height: 900px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px #000000; 
}
nav{
	font-size: 20px;
	font-weight: bold;
	color: #e60000;
	position: relative;
	height: auto;
	margin: 15px;
	background-color: #b3d1ff;
	box-shadow: 2px 2px 4px #000000;
	border: 1px solid #e60000;
	border-radius: 4px;
}
nav ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #e60000;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
	border-right: 1px solid #6699ff;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-shadow: 1px 1px 2px #002266;
	padding-right: 6px;
	padding-left: 6px;
}
nav a:hover, nav a:active {
	background-color: #6699ff;
	color: #FFCC00;
}
nav a#pull {
	text-shadow: 2px 2px 4px #000000;
	display: none;
}
.center {
	text-align: center;
}.left {
	text-align: left;
}
.img-header {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	padding:  8px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #000000;
	background-color: #FFFFFF;
	width: auto\9; /* ie8 */
}
.img-pad {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	padding:  8px;
	margin-left: 6px;
	border: 1px solid #E0E0E3;
	box-shadow: 2px 2px 5px #000000;
	background-color: #FFFFFF;
}
.marquee {
	border: 3px solid #008000;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #000000;
	margin: 10px;
	background-color: #ffff99;
}
section {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	padding:  15px;
	border: 1px solid #660000;
	box-shadow: 2px 2px 4px #000000;
	background-color: #FFFFFF;
}
#footer {
	color: #E81919;
	text-shadow: 2px 2px 4px #002266;
	height: auto;
	text-align: center;
	padding: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #b3d1ff;
	box-shadow: 2px 2px 4px #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #e60000;
	border-radius: 4px;
}
#footer ul {

}
#footer li {
}
#footer a {
	color: #e60000;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 5px 10px;
}
#footer a:link, #footer a:visited {
	color: #e60000;
	
}
#footer a:hover, #footer a:active {
	color: #FFCC00;
	background-color: #6699ff;
	border-radius: 4px;
}
.txtsize {
	font-size: 8pt;
	font-weight: bold;
}
.redtxt {
	color: #E81919;
	text-align: center;
	font-size: 22px;
}
.darkblue {
	color: #000033;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	text-align: center;
}
.greentxt {
	font-size: 28px;
	color: #009933;
	text-align: center;
}
.img-lfltb {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 4px;
	border: 1px solid #660000;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000000;
	background-color: #FFFFFF;
}
.img-rfltb {
	max-width: 100%;
	height: auto;
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
	border: 1px solid #660000;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000000;
	background-color: #FFFFFF;
}
.img-lflt {
	max-width: 100%;
	width: 170px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: px;
}
.img-rflt {
	max-width: 100%;
	height: auto;
	float: right;
	margin-left: 15px;
	margin-bottom: 4px;
}
.imglft {
	max-width: 100%;
	height: auto;
	float: left;
	margin-bottom: 2px;
}
.level {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
	
	
	
	