body {
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	padding: 0;
        line-height: 150%;
	}

a:link {
	color:#0033cc;
	background-color: transparent;
	text-decoration: none;
	border-bottom: #666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dashed none;
	}

a:visited  {
	color:#990000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: #666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dashed none;
	}

a:hover {
	text-decoration: none;
	background-color: #ffff66;
	color: #0033cc;
	border-bottom: #666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dashed none;
	}

a:active  {
	color:#990000;
	background-color: transparent;
	text-decoration: underline;
	}

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	}

span.color {
	color:#ff0000;
	background-color:#fff;
	font-weight: 600;
	}

span.first {
	float:left;
	width:0.7em;
	font-size:300%;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	line-height:80%;
	color:#000;
	background-color:#fff;
	}

span.highlight {
	color:#000;
	background-color: #ffff66;
	}

h1#title a {
	color: #001f7a;
	background-color: transparent;
	text-decoration: none;
	border: none;
	}

h1 {
	position: relative;
	z-index: 3;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.5em;
	margin: 0.5em;
	padding: 0px;
	}
	
h2#subtitle {
	position: relative;
	z-index: 3;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 0.2em;
	color: #990000;
	background-color: transparent;
	margin: 2px 40px 20px 2px;
	padding: 0px;
	text-align: right;
	}
	
h3 {
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.2em;
	margin: 0.5em;
	padding: 0px;
	}

h4 {
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.2em;
	margin: 5px;
	padding: 0px;
	}
	
p {
	padding: 5px;
	margin: 5px;
	}

p+h3 {
	margin-top: 2em;
	}

#container {
	width: 760px;
	margin: 0 auto;
	}

#content {
	width: 530px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	}
	
#text {
	border: 1px solid #666;
	padding: 5px;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
		
#menu {
	float: right;
	width: 215px;
	margin: 2px;
	}

#menu  .box {
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: 1px solid #666;
	padding: 2px;
	color: #000;
	background-color: #ffffe6;
	}

#list1 {
	float: left;
	width: 250px;
	height: 355px;
	margin: 0 auto;
	border: 1px dashed #666;
	font-size: 0.85em;
	}
#list2 {
	width: 250px;
	margin-left: 260px;
	height: 355px;
	border: 1px dashed #666;
	font-size: 0.85em;
	}

#footer {
	clear: left;
	width: 525px;
	margin: 2px;
	text-align: center;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	border: 1px solid #666;
	background-color: #ffffe6;
	color: #333;
	}

ul {
	margin: 0 0 0 0.5em;
	padding-left: 1.2em;
	}

ul.alt {
	list-style: none;
	line-height: 2em;
	margin: 1em 1em 1em 3em;
	padding: 1em;
	letter-spacing: 0.2em;
	}

li.alt {
	margin-bottom: 0.4em;
	}

img.bull {
	vertical-align: baseline;
	border: none;
	}

img.align {
	vertical-align: middle;
	border: none;
	}

dt {
	margin: 1em 0 0 0.5em;
	font-weight: 600;
	}

a.image:link, a.image:visited, a.image:hover, a.image:active  {
	text-decoration: none;
	border: none;
	background-color: #fff;
	}
		
img {
	border: none;
	}


#text, #menu {
	font-size: 0.8em;
	line-height: 1.5em;
	}

.breadcrumb ul li {
	font-size: 85%;
	font-weight: 500;
	margin-left: 0.5em;
	margin-right: 0.25em;
	list-style-type: none;
	display: inline;
	}

.advertiser ul li {
	margin-left: 1em;
	margin-right: 0em;
	list-style-type: none;
	display: inline;
	}

.screenreader {display:block; height:0px; overflow:hidden; }

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.blue {
	color: #0033cc;
	}

.brown {
	color: #990000;
	}

