/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}
#container
{
	padding:0px;
	border-width:0px;
	border-color:#3366CC;
	border-style: solid;
}
#Content
{
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding:5px;
	/*width: 765px;*/
	width: 99%;
}
a:link
{
	color:#3366CC;
}
a:visited
{
	color:#3366CC;
}
a:hover
{
	color:#003399;
	text-decoration: none;
}
#Menu
{
	/*height: 500px;*/
	width:150px;
	padding:10px;
	background-color: #eeeeee;
	border-color: #003399;
	border-style: dashed;
	border-width:1px;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}
/* Again, "be nice to Opera 5". */
body#Menu
{
	width:150px;
}
#Weather
{
	/*height: 500px;*/
	position: absolute;
	top: 260px;
	width:150px;
	padding:10px;
	background-color: #eeeeee;
	border-color: #003399;
	border-style: dashed;
	border-width:1px;
	line-height:17px;
	font-size: 12px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
}
/* Again, be nice to Opera 5. */
body#Weather
{
	width:150px;
}
mid
{
	background-image:url(../images/x_02.png);
}
#Error
{
	color:#FF0000; font-weight:bold;
	font-variant: small-caps;
}
#CurrentWeather
{
	font-size:15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
#note
{
	font-size: 10px;
	font-variant: small-caps;
	color:#006600;
}
.foldinglist
{
	list-style-image:url(../images/list.gif);
	list-style-position: inside;
	margin: 0px;
}
.newfoldinglist
{
	list-style-image:url(../images/important2.gif);
	list-style-position: inside;
	margin: 0px;
}
.H5
{
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.H4
{
	color:#000066;
	font-size: 18px;
	font-weight: bold;
}
.date
{
	color:#006600;
	font-size:11px;
}
/* RM = [read more] links */
a.RM
{
	 text-decoration: none;
	 color: #990033;
}
a:visited.RM
{
	color: #990033;
}
a:hover.RM
{
	text-decoration: underline;
	color:#FF0000;
}
/* class=black = [ & ] around the "read more" links */
.black
{
	color: #000000;
}
.content-code-box {
	padding: 0.5em;
	margin: 1em;
	font-weight: bold;
	font-family: "courier new", courier, monospace;
	border: 1px dashed black;
	background: #eee;
}
.content-box {
	padding: 0.5em;
	margin: 1em;
	border: 1px dashed black;
	background: #eee;
}