/*
CSS for The Blue Helmets site
*/
body {
	margin: 30px 40px 30px 40px;
	padding: 10px;
	background-image: url('../images/BlueSky2.gif');
}
#wrapper {
	margin: 0 auto;
}
#header {
	height:100px;
	width: 100%;
	text-align: center;
	font-size: 50px;
	font-family: "Monotype Corsiva";
	color: #336699;
}
#tagline  {
	width: 100%;
	font-family:"Monotype Corsiva";
	color:#336699;
	font-size: medium;
	text-align:center;
}
#navbar {
	color: #336699;
	text-align:center;
}
#navbar a:link, #navbar a:visited {
	color: #336699;
}
#navbar a:hover {
	color:red;
}
#clock {
	color: #336699;
	text-align: center;
}
h1 {
	text-align: center;
	color: #ffffff;
	font-family: "Monotype Corsiva";
	font-size: 36px;	
	color: #336699;
}
h2 {
	text-align: center;
	font-family: "Monotype Corsiva";
}
#leftcolumn {
	float:right;
	width:220px;
	text-align:center;
	color:blue;
	margin:0;
	padding:0;
	background-color:white;
}
a {
	color: yellow;
	text-decoration:none;
}
#content a:hover{
	color:red;
}
#content {
	background-color: #336699;

	border: medium #000000 solid;
	margin: 0 210px 0 195px;
	padding: 0 10px 0 5px;
	border-radius: 20px;
}
#content p, ul, li{
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color:#ffffff;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: small;
	vertical-align: text-bottom;
	height: 17px;
}
#footer a:hover{
	color:red;
}
.style1 {
	text-align: center;
}


