@charset "utf-8";
/* CSS Document */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both; 
	}
body  {
	padding: 0;
	margin: 0;
	text-align: center;
}

/*body h1	{
	font-family: Magneto, "Segoe Script", "informal Roman", Arial;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}*/

/*body h2, h3, h4, h5, h6 {
	font-family: "Informal Roman", cambria, arial;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}*/
.style1 {
	font-size: 5em;
	color: #003486;
	font-family: Tahoma;
}

.style2 {
	color: #4284FD;
	font-family:Georgia, Cambria;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.style4 {
	font-family: Corbel, "Trebuchet MS";
	}
	
#wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
/*background-image: url(../images/bg_master.jpg);*/
	height: 900px;
}
#content {
	position:relative;
	width:900px;
	padding:0;
	margin:0 auto;
	background-color: #FFFFFF;
	height: 750px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;

}
#searchbox {
	width: 200px;
	text-align:right;
	}
#header {
	position: relative;
	visibility: visible;
	top: 0px;
	right: 0px;
	height: 100px;
	margin-top: 5px;
}
img {
	border-style:none;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.rounded_box { 
	width:500px; 
	margin:10px 0 0 0; 
	background:#CEE7FF; 
	padding:20px; 
	border-radius:15px; 
	-moz-border-radius:15px;
	-webkit-border-radius:15px; 
	color: #094F7A;
}
