* {
  	padding: 0px;
  	margin: 0px;
}

* html {
  	font-size: 1.25em;
  	color: black;
  	font-weight: normal;
  	font-family: verdana, arial, helvetica, sans-serif;
}

body {
  	background: #90a0e2;
	font-size: 1.25em;
	color: black;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}


a, a:link, a:visited {
	text-decoration: none;
	display: block;
	color: white;
	border:none;
}

a:hover {
	text-decoration: underline;
	color: yellow;
}

a:active {
	text-decoration: underline;
	color: yellow;
}

#banner {
	width: 100%;
	background: url("../images/blueGradient.gif") 0 0 repeat-x;
	color: white;
	height: 287px;
}
#banner img { 
	border: none;
}

#header  {
	top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.left {
	position: relative;
	width: 50%;
	float: left;
	top: 36px;
	left: 0;
}

#right {
	position: relative;
	float: right;
	top: 34px; 
	width: 40%; 
	padding: .25em;
	font-size: 1.25em;
	color: white;
	text-align: center;
}

#container {
	width: 800px;
	margin: 2em auto 0 auto;
	padding: .5em;
	border: thin solid navy;
}

.content {
	width: 775px; 
	margin: 0 auto 0 auto;
	text-align: justify;
	overflow: auto;
}

.content tr td {
	text-align: left;
	padding: .25em;
}

.content a:link, .content tr td a:link {
	color: navy;
	display: inline;
	text-decoration: underline;
}

.content a:visited, .content tr td a:visited {
	color: navy;
	display: inline;
	text-decoration: none;
}

.content a:hover, .content tr td a:hover {
	color: red;
	display: inline;
	text-decoration: none;
}

.content a:active, .content tr td a:active {
	color: red;
	display: inline;
	text-decoration: none;
}

p {
	margin-top: .25em;
	text-indent: 1em;
}

p:first-child {
	margin-top: 0em;
	text-indent: 1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

