*{margin:0;padding:0;border:none;}

body{
		 font-family:verdana,tahoma,arial,sans-serif;
		 background-color:white;
		 text-align: center;
}

#wrapper {
					width: 780px;
					min-height: 580px;
					margin-left: auto;
					margin-right: auto;
					background-color: blue;
					border: solid blue;
					border: 3px;
					text-align: left;
}

#masthead {
					position:  relative;
					width: 774px;
					height: 70px;
					background-image: url(../images/flagstrip_lt.jpg);
					background-repeat: no-repeat;
					border: solid blue;
					border-top-width: 10px;
					border-bottom-width: 3px;
					border-left-width: 3px;
					border-right-width: 3px;
					/*margin-left: 3px;*/
}
#masthead h1 {
					margin-top: 0px;
					text-align: center;
					font-size: 20pt;
					font-style: oblique;
					color: blue;
}
#masthead h2 {
	 				text-align: center;
					margin: auto;
					font-size: 16pt;
}
h5 {
	 				text-align: center;
					color: aqua;
					font: 1.2em "Arial", sans-serif;
					margin: 0px 0px;
}
h4 {
	 				text-align: center;
					color: blue;
					font: 1.0em "Arial", sans-serif;
					margin: 0px 0px;
}
#content {
	position: relative;
	float: left;			 
	font-family: Times, Georgia, serif;
	font-size: 15px;
	text-align: left;	
	background-image: url(../images/ltblueback1.jpg);
	background-repeat: repeat;
	height: 460px;
	overflow: auto;
	color: black;
	/*padding: 0;*/
	margin: 0.5em 0;
}

#content_window {
	margin-left: 10px;
	height: 180px;
	overflow: auto;
	width: 600px;
	border: 2px solid blue;
}

#content p {
	padding: 0 1em;
	text-align: justify;
	margin-bottom: 1em;
}
#content h1 {
  font-size: 12pt;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #CC0000;
	margin-bottom: .5em;
	padding: 0 1em;
}
#content h2 {
  font-size: 12pt;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 6pt 0;
	padding: 0 1em;
}
#content h3 {
  font-size: 12pt;
	color: blue;
	/*text-align: left;*/
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 3pt 0;
	padding: 0 1em;
}

.narrow {width: 410px; padding: 0 5px;}
.wide {width: 630px; }
.center {text-align: center; }
.float_right {
	float: right;
  margin-left: 20px;
}

#content img {
	border: solid 3pt black;
}

#content table {
	border-style: none;
	border-width: 1px;
	background-color: #FFCC99;
}
#content table.noborder {
	border-style: none;
	background-color: #FFCC99;
}


#content table TD {
	border-width: 1px;
	border-style: none;
	padding: 2px;
	background-color: white;
}
#content table TD.noborder {
	border-style: none;
	padding: 2px;
	background-color: white;
}
#widetable {
	font-size: 12px;
}

ul.none {
	list-style-type: none;
}

#content ul {
  text-align: justify;
}

#content ul li {
	margin: 0 .5em .5em 2em;			 
}
#content ol {
	text-align: justify;
}
#content ol li {
	margin: 0 .5em .5em 2em;			 
}
#content pre {
	margin-left: 1em;
}

.quote {
  font-size: 10pt;
	text-align: right;
	font-style: oblique;
	padding: 0 10px 0 0;
}

.rightquote {
  margin: 0 8px 8px 8px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: white;
}

.contentquote {
	font-size: 10pt;
	font-style: oblique;
	margin: 0 1em 0.5em 1em;
}

.author {
	font-size: 10pt;
	font-style: oblique;
	padding: 0 5px 0 0;
}

#newsbox {
  float: right;
	margin: 4px ;
	background-color: #ccffff;
	/*background-image: url(../images/blueback.jpg);*/
	text-align: left;
	width: 190px;
	height: 460px;
	overflow: auto;
	color: black;
	font-family: Times, Georgia, serif;
	font-size: 12px;
	border: double black 3px;
}
#newsbox h1 {
  text-align: center;
	background-color: black;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 14px;
}
#newsbox h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 2px;
}
#newsbox p {
	margin: 0 3px 3px 3px;		
}

#pitch {
  float: right;
	margin-right: 4px;
	padding: 3px;
	/*background-color: #ccffff;*/
	background-color: white;
	background-image: url(../images/blueback.jpg);
	text-align: left;
	width: 190px;
	/*min-height: 400px;*/
	color: black;
	font-family: Times, Georgia, serif;
	font-size: 13px;
	line-height: 16px;
	border: double black 3px;
}
#pitch img {
  float: right;
}

#footer {
	clear: both;
  background: blue;
	width: 100%;
	height: 90px;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: center;
}
.cntr {
  text-align: center;
}
.aligncenter {
	display: block;
	position: relative;
  margin-left: auto;
  margin-right: auto }
}
.copyright {
	padding: 6px 10px 0 0;
	font-size: 12px;
	color: white;
}

.float_left {
  float: left;
	margin-right: 5px;
}
.float_right { float: right;}

.clear_left {
	clear: left;
}
.rndtop {
  background: url(../images/topright.gif) no-repeat right top;
}
.rndbottom {
  background: url(../images/bottomright.gif) no-repeat right top;
}
#WFlag {
    float: left;
}

#linkbox {
  float: right;
	margin-right: 4px;
	background-image: url(../images/blueback.jpg);
	text-align: center;
	width: 190px;
	min-height: 200px;
	color: black;
	font-family: Times, Georgia, serif;
	font-size: 13px;
	line-height: 16px;
	border: double black 3px;
}
#linkbox h1 {
  text-align: center;
	background-color: black;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 15px;
}
#linkbox p {
  margin: 0 0 .5em 0;
}

#sidebar {
  float: right;
	margin: 4px;
	background-image: url(../images/blueback.jpg);
	text-align: left;
	width: 190px;
	height: 460px;
	overflow: auto;
	/*min-height: 200px;*/
	color: black;
	font-family: Times, Georgia, serif;
	font-size: 13px;
	line-height: 16px;
	border: double black 3px;
}
#sidebar h1 {
  text-align: center;
	background-color: black;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 15px;
}
#sidebar p {
  margin: 0 .5em .5em .5em;
}

#special_background {
	background-color: aqua;
}