@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial;
}
body {
	font-size: 86%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/backgrnd.gif) repeat-x fixed left top;
}
#top {
	height: 100px;
	background: #2691D3 url(../images/toptedg.gif) repeat-x top;
}
#top .topright {
	text-align: right;
	vertical-align: bottom;
	background-attachment: scroll;
	background-image: url(../images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top .pagedate {
	font: normal 1.2em;
	color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-bottom: 5px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 20px;
	filter: DropShadow(Color=BLACK, OffX=1, OffY=1, Positive=true);
}
.topbedg {
	background: url(../images/topbedg.gif) repeat-x;
}
#main {
	margin: 0px;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main .pagetitle {
	font-size: 1.6em;
	font-weight: bold;
	height: 0.5em
}
#main a:link, #main a:active, #main a:visited {
	color: #006BAD;
	font-weight:bold;
	text-decoration: none;
}
#main a:hover {
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
.blucel {
	padding: 35px;
	width: auto;
	background: #EBF5FC;
	border-width: 1px;
	border-style: outset;
}

