BODY {
	background-color: #00004f;
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	background-image: url(../graphics/BckGnd.gif);
	background-repeat: repeat-y;
	background-position: 73px;
	margin-top: 0px;
}

#title {
	font-size: xx-small;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#Container {
	WIDTH: 900px;
	background-image: url(../graphics/BannerTop.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 65px;
	padding-top: 1px;
	z-index: 25;
	position: relative;
	overflow: hidden;
}

/*styles for header -top banner*/

#guardtitle  {
	margin-left: 760px;
	margin-top: 60px;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#guardtitle a{color:#FFFFFF; }


#quote {
	margin-top: 50px;
	margin-right: 200px;
	margin-left: 200px;
	font-size: 11px;
	font-style: italic;
	color: #00004F;
	text-align: center;
}


/*styles for navigation column, unorder lists */

DIV#navcol {
	FLOAT: left;
	WIDTH: 190px;
}

#navcol ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 1px;
	font-size: small;
	font-weight: bold;
	color: #000066;
}

#navcol ul ul li {
	background-image: url(../graphics/bullet_blue2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}

.NavHeading {
	list-style-image: url(../graphics/bullet_blue.gif);
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}

#navcol a {	
	text-decoration: none;	
	color: #000066;
}


#navcol a:hover {
	color: #6666FF;
	text-decoration: underline overline;
}

#showmessage {
	visibility: hidden;
}

#navcol li#showmessage a:hover {
	visibility: visible;
	font-size: 12px;
	width: 200px;
	position: relative;
	color: #990000;
	text-decoration: none;
}



#navcol #skip {
	font-size: 2px;
	margin-bottom: 0px;
	color: #CCCCCC;
}


/*styles of main column */
DIV#main {
	MARGIN-LEFT: 190px;
	MARGIN-RIGHT: 178px;
	padding-left: 8px;
	font-size: 14px;
	padding-right: 6px;
}

#main table { /*used to define a table in div main in multiple documents*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: small;                                           
	color: #000066;
}


/*styles for right column */

DIV#sidecol {
	FLOAT: right;
	WIDTH: 179px;
	margin-top: 5px;
	padding-top: 485px;
	background-image: url(../graphics/statue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-indent: 20px;

}


/*styles for footer*/

DIV#foot {
	CLEAR: both;
	width: 900px;
	background-image: url(../graphics/BckgrndRed.gif);
	background-repeat: repeat;
	margin-left: 65px;
	TEXT-ALIGN: center;
}

#bottomless {
	background-color: #00004f;     /*div goes under footer, cover up body background*/
	height: 2000px;
}

/* Miscellaneous*/

.cntr {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.blue_line { /*used to define blue bars for separation, in committees */
	width: 400px;
	height: 3px;
	background-color: #000066;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #663366;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.redcntr {
	font-weight: bold;    /* used in HLC page*/
	color: #990000;
	text-align:center;
}

.xsmall {
	font-size: x-small;  /*used in newsletter page, timeline page, */
}

.xsmalItlc {
	font-size: x-small;
	font-style: italic;  /*use in all sheets*/
	color: #FFFFFF;
}
.grey {
	color: #CACACA;
}


.hidden {
	visibility: hidden;
}
.color {
	color: #464600;
}
