/* GLOBAL TAGS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tinygraydots.gif);
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5780da;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #5780da;
}

a {
	color: #d12900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	padding: 0px 0px 7px;
	margin: 0px;
}

.list li  {
	list-style-type: disc;
	margin-left: 15px;
}
.list ul   {
	list-style-type: disc;
	margin-top: 5px;
	 }      
	


.smalltime {
	font-size: 10px;
}


/* PAGE STRUCTURE TAGS */

#header {
	background-color: #000058;
	margin: 10px auto 0px;
	padding: 0px;
	height: 75px;
	width: 780px;
	border-top: 1px solid #000058;
	border-right: 1px solid #000058;
	border-left: 1px solid #000058;
}

#logo {
	background-image: url(../images/logo_alt.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 500px;
}

#sitesearch {
	text-align: center;
	float: right;
	height: 40px;
	width: 260px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#navstrip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5780da;
	text-align: right;
	padding: 3px;
	clear: both;
	height: 20px;
	width: 774px;
	margin: 0px auto;
	border-right: 1px solid #5780da;
	border-left: 1px solid #5780da;
}

#navstrip a {
	color: #FFFFFF;
}

#navstrip a:hover   {
    color:#FFFFFF;
	text-decoration:underline
}

#decstrip {
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 15px;
	width: 780px;
	border-right: 1px solid #5780da;
	border-left: 1px solid #5780da;
	background-image: url(../images/strip3.gif);
}

#content  {
	clear: both;
	height: auto;
	width: 740px;
	border-top: none;
	border-right: 1px solid #000058;
	border-bottom: 1px solid #000058;
	border-left: 1px solid #000058;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer  {
	font-size: 10px;
	background-color: #000058;
	text-align: center;
	height: 30px;
	width: 770px;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right: 1px solid #000058;
	border-bottom: 1px solid #000058;
	border-left: 1px solid #000058;
	color: #FFFFFF;
	clear: both;
}

#footer a  {
	color:#FFFFFF;
	text-decoration: underline;
}

/* FRONT PAGE TAGS */

.latest5 {
	font-size: 10px;
}

#cats  {
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.catlinks {
	vertical-align: top;
	padding-top: 5px;
}

/* REPORT AND GENERIC PAGE TAGS */

#report {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 780px;
	border: 1px solid #000058;
}

#leftcol  {
	background-color: #FFFFFF;
	margin: 0px;
	width: 440px;
	line-height: 1.5em;
	padding: 10px;
	vertical-align: top;
}

#rightcol {
	margin: 0px;
	width: 320px;
	background-color: #DCE4F8;
	vertical-align: top;
	padding: 10px;
}

#story {
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#archlinks {
	font-size: 10px;
	float: right;
	background-color: #E8F0FF;
	text-align: right;
	padding: 5px;
	height: 20px;
	width: auto;
}
#intro {
	line-height: 1.5em;
	width: 50%;
	float: left;
}
#credits {
	float: right;
	width: 45%;
	line-height: 1.5em;
}
#latest {
	clear: both;
	padding-top: 5px;
}
#boilerplate {
	padding-right: 75px;
}
#boilerplate ul {
	list-style-type: disc;
	padding-left: 20px;
}
#mgrstory {
	margin-top: 5px;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}
#archive_dates {
	vertical-align: top;
	padding: 10px;
	width: 150px;
	text-align: center;
}
#archive_links {
	vertical-align: top;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
#sort {
	background-color: #e8f0ff;
	padding: 5px;
	font-weight: bold;
}
#head_dates {
	font-weight: bold;
	text-align: center;
	background-color: #e8f0ff;
}

