html, body {
	height: 100%;
	}

body    {
	color: #fff;
	background: #000033;
	margin: 0;
	padding: 0;
	font-size: 80%;  /* adjust baseline font size here, no smaller than 75% for mozilla and IE Win to stay consistent*/	
	}

 table {
 	font-size: 1em;  /* IE 5 doesn't inherit font sizes into tables */ 
 	}

td   { 
	vertical-align: top; 
	}

.hide   {
	display: none; 
	}

.pre    {
	visibility:hidden;
	}

.inline {
	display: inline;
	margin-left: 9px;
	}

.inlinenomargin {
	display: inline;
	margin: 0;
	}

br.clear { clear: both; }

hr  {
	text-align: center;
	width: 400px;
    	}
	
img     {
	display: block;
	border: 0;
	}
	
a:link  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}	
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}
	
p, td, li, ol, h1, h2, h3, h4, h5, h6  {
	font-family: arial, verdana, geneva, arial, helvetica, sans-serif;
	}
	
h1      {
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin-top: 0;
	}
	
p       {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 1em;
	line-height: 1.6;
	}
	

#subscribebox  {
 	background: #475F9B;
	}

#subscribebox p  {
	font-size: .80em;
	}

/* style the main sections of the page: the logo, content area, and the two sections of the content area */
/* these sections will need box model hack for old ie */

#content  {
	margin-left: 0;
	text-align: left; 
	position: absolute;
	}

#primarycontent  {
	height: 495px;
	width: 770px;
	padding: 0;
	margin: 0;
        background: #000066 url(../images/portrait_bg.jpg) no-repeat top right;
	}
	
#bluecontent  {
	width: 770px;
	padding: 0;
	margin: 0;
        background: #000066;
	}	
	
	
#flashwrapper  {
	position: absolute;
	width: 525px;
	height: 195px;
	top: 50px;
	left: 0;
	}

* html flashwrapper {
	height: 245px; /* Width for IE5 */
	h\eight: 195px; /* Width for IE6 */
	}

#flashwrapper2 {
	position: absolute;
	top: 490px;
	left: 0;
	width: 770px;
	height: 50px;
	}


#quoteswrapper {
	position: absolute;
	top: 490px;
	left: 10px;
	width: 740px;
	height: 50px;
	text-align: center;
	font-family: 'times new roman', georgia, serif;	
	font-weight: bold;
	line-height: 1;
	font-size: 1.1em;
	}


#homepagebar  {
	position: absolute;
	width: 770px;
	height: 215px;
	top: 275px;
        background: #000 url(../images/homepagebar_bg.jpg) no-repeat left;
	}

#homepagebarnews  {
	position: absolute;
	background: #000;
	width: 400px;
	height: 130px;
	margin-left: 10px;
	margin-top: 0px;
	}

* html homepagebarnews {
	width: 400x; /* Width for IE5 */
	w\idth: 400px; /* Width for IE6 */
	height: 130px; /* Width for IE5 */
	h\eight: 130px; /* Width for IE6 */
	}

#homepagebarnews img  {
	position: absolute;
	width: 400px;
	height: 140px;
	float: left;
	}


#textwrapper  {
	margin: 0 20px 20px 20px;
	}

/* navbar style  */

#topnav   {	
	background: black;
	height: 45px;
	padding: 0;
	margin: 0;
	}

#navcontainer  {
	position: relative;
	margin-top: 11px;
	margin-left: 10px;
	}



/* footer style */

#footer  {
	width: 770px;
	height: 35px;
        background: #000 url(../images/footer_bg.gif) no-repeat bottom;
	}

#footer p  {
	font-size: 11px;
	margin-left: 5px;
	margin-top: 2px;
        text-align: left; 
        line-height: 1.3;
        float: left;
	}

#footer p.copyright  {
	float: right;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 10px;
        text-align: right; 
        line-height: 1.3;
	}
	
#footer a:link  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}	
	
#footer a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}	
	
#footer a:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}	

#footer a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}
	
.RedText {
	color: #F33;
}
