body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}

#container {
	width: 66em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b6b6b6;
	border-left-color: #b6b6b6;
	position: relative;
}

#top {
	width: 66em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	height: 6em;
	position: relative;
}
.sm_gray {
	font-size: .8em;
	color: #999999;
}
 
.text_sm{
	font-size: .85em;
}

#menubox {
	position: relative;
	width:66em;
	height: 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	text-align: right;
	margin-bottom: 3em;
}
#menu, #menuBottom {
	float: right;
	position: relative;
	height: 2.5em;
	padding-right: 1em;
}


strong {
	font-weight: bold;
	color: #000000;
}

 #menuBottomLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6b6;
	width: 66em;
	position: relative;
	clear: both;
}

#title {
	float: left;
	position: relative;
	padding-top: .5em;
	padding-left: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#datebox {
	float: left;
	position: relative;
	padding-top: .5em;
	padding-left: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	letter-spacing: 0.15em;
}
#content {
	position: relative;
	width: 66em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6b6;
	clear: both;
	float: none;
}

ul {
list-style:square;
}

ul.nav {
	padding: .5em;
	margin:0em;
}

ul.nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.nav li a {
	display: block;	
	float: left;
	
	padding-right: .9em;
	padding-left: .9em;
	padding-top: 0em;
	padding-bottom: 0.2em;

	background-attachment: scroll;
	background-image: url(../images/vertline.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul.nav li.nav_end a{
	background-image: none;
}

ul.nav li.line {
	display: inline;	
	list-style: none;

	margin: 0em;
	padding: 0em;

	border-right-width: 2px;
	border-right-style: dashed;
	width: 1px;
	height: 20px;
	background-color: #FF0000;
}

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
