body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_fill.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header {
	background-image: url(images/header_fill.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#mid {
	background-image: url(images/mid_fill.gif);
	background-repeat: repeat;
	width: 100%;
}
#mid .top {
	background-image: url(images/mid_filltop.gif);
	background-repeat:repeat-x;
	width: 100%;
}
#page {
	position: relative;
	width:620px;
	left:62px;
	top:36px;
}
#page .bodyback{
	background-image: url(images/page_fill.gif);
	background-repeat: repeat-y;
}
#page .bodytop{
	background-image: url(images/page_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#page .bodybtm{
	background-image: url(images/page_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 11px;
}
#page .body{
	padding: 10px;
	overflow: auto;
	width:96%;
	scrollbar-face-color: #dcdcdc;
	scrollbar-highlight-color: #dcdcdc;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #dcdcdc;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #dcdcdc;
}


#mid .menu {
	width:100%;
}
#mid .right {
	background-image: url(images/mid_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
}
#footer{
	background-image: url(images/footer_fill.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	font-size: smaller;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.footerspace
{
	background-image: url(images/mid_fill.gif);
	background-repeat: repeat;
	width: 100%;
	height:40px;
}
a:link {
	text-decoration: none;
	color:#205278;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:#2D74A8;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

b, strong
{
	color:Gray;
}




#blog .leftcol
{
	width:80%;
	padding-right:10px;
	
}
#blog .rightcol
{
	padding:7px;
	width: 20%;
	vertical-align:top;
	background-color: #dcdcdc;
}

#blog .righttitle
{
	background-color: #d0d0d0;
	padding: 2px;
	color: Gray;
	font-weight: bold;
}

#blog .filedunder a
{
	text-decoration: underline;
}

#blog .blogimg img
{
	padding: 5px;
}

#blog .blogimg a
{
	border-width:thick;
}