﻿/*
CSS for The Blue Helmets site
*/
body {
	margin: 30px 40px 30px 40px;
	padding: 10px;
	background-color: #336699;
}
#wrapper {
	margin: 0 auto;
}
#header {
	height:100px;
	width: 100%;
}
#header  {
	text-align: center;
	font-size: 50px;
	font-family: "Monotype Corsiva";
	color: #FFFFFF;
}
#tagline  {
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
	border-right: 1px solid #ffff00;
	border-left: 1px solid #ffff00;
	background-color: #0000ff;
	width: 100%;
}
#tagline  {
	font-family:"Monotype Corsiva";
	color:#ffff00;
	font-size: medium;
	text-align:center;
}
#navbar {
	background-color: #336699;
	color: #FF0000;
	text-align:center;
}
#navbar a:link, #navbar a:visited {
	color:white;
}
#navbar a:hover {
	color:red;
}
#clock {
	color: #FFffff;
	text-align: center;
}
h1 {
	text-align: center;
	color: #ffffff;
	font-family:"Monotype Corsiva";
	font-size:36px
}
h2 {
	text-align: left;
	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 {
	margin: 0 150px 0 195px;
	padding: 0 10px 0 10px;
	background-color: #336699;
	color: #000000;
}
#content p, ul, li{
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color:#ffffff;
}
#footer {
	background-color:  #336699;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	vertical-align: text-bottom;
	height: 17px;
}
#footer a:hover{
	color:red;
}
.style1 {
	text-align: center;
}

