/* CSS Document */
body,html {

	font-family: Arial, Verdana, sans-serif;
}

body {
	color: #FFF;
	background-color: #046bb6;
	font-size: 13px;
}

p {
	
}

a {
	color:#afd9f8;
	text-decoration:none;
}	
	
a:hover {
	text-decoration:underline;
}	

a img {
	border: none;
}
	
h1, h2, h3, h4 {
	color:#FFF;
	font-weight: normal;
}	

h1 {
	font-size: 170%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 140%;
}
	
h4 {
	font-size: 130%;
}

#wrap {
	width: 940px;
	margin: 5px auto;
}


#header {
	display: block; 
	text-align: center;
	height: 190px; 
	margin: 10px auto;

}

#header .left {
	float: left;
	padding: 0px 5px;
}

#header .right {
	float: right;
	text-align: right;
	padding: 20px 10px;
}

#footer {

	display: block; 
	text-align: center;	

	margin-left: auto; 
	margin-right: auto;
	
}
#main {
	clear: both;
	display: block; 
	text-align: justify;
	padding: 5px 15px;
	margin-left: auto;
	margin-right: auto;
}

.image-frame {
	border: 2px solid #FFF;
}

.table-style {
	width: 100%;
}