/* CSS Document */
BODY, html{
	background-color:#FFFFFF; 
	background-repeat:repeat-x;
	margin:0;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #e6edf7;
	scrollbar-shadow-color: #bfc8d9;
	scrollbar-highlight-color: #fafcff;
	scrollbar-3dlight-color: #fafcff;
	scrollbar-darkshadow-color: #bfc8d9;
	scrollbar-arrow-color: #80a1c0;
	scrollbar-track-color: #80a1c0;
}
a:link, a:visited, a:active{
	color: #2f58a8;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #ED1B24;
	text-decoration: underline;
	font-weight:bold;	
}
footertext{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px 8px 0px 8px;
}
p {
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	align: justify;
}
red{
	font-size:12px;
	color: #ED1B24;
}
red2{
	font-size:16px;
	color: #ED1B24;
}

blue{
	font-size:12px;
	color: #2F58A8;
}

#center{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../images/background-vertical.gif);
}

#topper{
	height:16px;
	background-image:url(../images/background-vertical-top.gif);
}

#header{
	background-image:url(../images/main_title.jpg);
	height:150px;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
#machineBar{
	height:30px;
	width:915px;
	margin-left:auto;
	margin-right:auto;

}


.divide{
	height:25px;
	background-image:url(../images/background-vertical-divide.gif);
}

.end{
	height:15px;
	background-image:url(../images/box-footer-2.gif);
}

.posting{
	width:880px;
	margin-top:12px;
	margin-left:22px;
	margin-right:auto;
	text-align:justify;
}
.postingTitle{
	color:#FFFFFF;
	font-size:14px;
	text-indent:1px;
	margin-top:1px;
}
.postingHeader{
	color:#000000;
	font-size:12px;
	font-weight:bold;

	margin-top:1px;
}
.postingText{
	color:#000000;
	font-size:12px;
	text-align: justify;
	margin-top:1px;
}
.postingComments{
	font-weight:bold;
	color:#ffffff;
	margin-top:6px;
	text-align:left;
}
a.postingComments:link, a.postingComments:visited, a.postingComments:active{
	color: #0E05A6;
	text-decoration: none;
	font-weight:bold;
}
a.postingComments:hover{
	color: #ED1B24;
	text-decoration: underline;
	font-weight:bold;	
}
.postingStamp{
	color#000000;
	width:614px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:25px;
}

.redcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5A5A5A;
}


#right {
    width: 200px;
}
#footer {
	width:100%;
	height:17px;
	margin:0;
	padding:0;
	/* background-image:url(../images/footer-background.gif); */
	background-repeat:repeat-x;
}
#footer-content {
	width:960px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-image:url(../images/footer-content-background.gif);
}
.notes{
	BORDER-RIGHT: #fff 2px solid;
	BORDER-TOP: #fff 2px solid;
	BORDER-LEFT: #fff 2px solid;
	BORDER-BOTTOM: #fff 2px solid;
	BACKGROUND-COLOR: #e6edf7;
	height:50px;
	width:670px;
	z-index:1;
	position:absolute;
	left: 45px;
	top: 6px;
}
#dropmenudiv{
	position:absolute;
	border-left:1px solid #2f58a8;
	border-right:1px solid #2f58a8;
	border-bottom:1px solid #2f58a8;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	display: block;
	border:1px solid #07086A;
	text-decoration: none;
	font-size: 7pt;
	padding:0 8px 0 8px;
	margin-bottom: 1px;
	background-color: #2f58a8;
	color: #ffffff;
	font-weight: bold;
}
#dropmenudiv a:hover {
	background: #ED1B24;
	border:1px solid #5C031A;
	color: #ffffff;
}
.byline {
	color:black;
}
.mlink {
	color:black;
}
/* For the archive page */
.day_linkable a {
  text-decoration:none;
  color: #333333;
}
.day_linkable A:hover {
  text-decoration:underline;
}







.toggle { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: none; 
}