#wrapper {
	width: 85%;
	border-right: dotted #000000 1px;
	}
	
#header {
	width: 100%;
	height: 106px;
	background-color: #ffcc99; /* peach */
	border-bottom: dotted #000000 1px;
	}

#nav_bar {
	font-size: 12px;
	line-height: 19px;
	width: 100%;
	height: 20px;
	background-color: #990000; /* reddish-brown */
	}

#nav_bar a:link, #nav_bar a:visited {
	color: #ffcc99; /* peach */
	text-decoration: none;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}

#nav_bar a:hover {
	color: #ffcc99; /*peach*/
	text-decoration: none;
	outline-color: #ffcc99; /* peach */
	outline-style: outset;
	outline-width: 1px;
	}

#nav_bar a.current {
	color: #cc0000; /* orange */
	text-decoration: none;
	outline: none;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}

#nav_bar_padding {
	float: left;
	width: 8px;
	height: 20px;
	}

#main_area_wrapper {
	width: 100%;
	background-color: #ffffff; /* white */
	}

#left_column {
	float: left;
	width: 199px;
	}
	
#nav_main_spacer {
	width: 100%;
	height: 20px;
	border-top: dotted #000000 1px;
}

#main {
	margin-left: 200px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 5%;
	border-left: dotted #000000 1px;
	border-right: dotted #000000 1px;
	}
	
#main_bottom_spacer {
	width: 100%;
	height: 20px;
}

#footer {
	width: 100%;
}

#footer_bottom_spacer {
	width: 100%;
	height: 20px;
}

/*
#copyright {
	font-size: 9px;
	line-height: 1.5;
	width: 180px;
	margin-left: 10px;
	padding-top: 10px;
	color: #cccccc; /* gray */
/*	border-top: dotted #000000 1px;
	text-align: center;
	}
*/

#copyright {
	font-size: 9px;
	line-height: 1.5;
	color: #cccccc; /* gray */
	text-align: center;
	}

#copyright a:link {
	color: #cccccc; /* gray */
	text-decoration: none;
	}

#copyright a:hover {
	color: #cccccc; /* gray */
	text-decoration: none;
	border-bottom: 1px #cccccc solid; /* gray */
	}

#copyright a:visited {
	color: #cccccc; /* gray */
	text-decoration: none;
	}

body {
	margin: 0px; 
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	line-height: 2;
	font-size: 12px;
	background-image: url(images/stripes_bg.gif);
	background-repeat: repeat;
	background-position: top left;
	}

h1,h2,h3,h4,h5,p,dl,dd,ol,li,td, th {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
	text-shadow: grey 2px 2px 2px;
	}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
	}

a:link {
	color: #cc0000; /* orange */
	text-decoration: none;
	}

a:hover {
	color: #cc0000; /* orange */
	text-decoration: none;
	border-bottom: 1px #990000 solid; /* reddish-brown */
	}

a:visited {
	color: #990000; /* reddish-brown */
	text-decoration: none;
	}

img {
	border: 0;
	}

a:hover img {
	border-bottom: none;
	}

/* for linked images that still display hover properties, use this class="image". */
a.image, a.image:link, a.image:visited, a.image:active, a.image:hover {
	text-decoration: none;
	border-bottom: none;
	}

em {
	font-style: oblique;
	}

strong {
	font-weight: bolder;
	}

.pubDate {
	font-size: 10px;
	font-style: oblique;
	color: #990000;
	}