.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f1e63;
	text-decoration: none;
}

a.topnav:link {
	text-decoration: none;
}

a.topnav:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1f1e63;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
 a:link {
   color: #1f1e63;
   }
a:hover {
	color: #990033;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #1f1e63;
	font-size: 14px;
	line-height: 12px;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f1e63;
	line-height: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1f1e63;

}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: aaaaff;
	padding: 8px;
	border: 1px solid #1f1e63;
}

.christmasbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #9FD5B3;
	padding: 8px;
	border: 1px solid #CC0000;
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.rtspace {
	padding-right: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bluebold {
	font-weight: bold;
	color: #1f1e63;

}
.Arial14BOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1f1e63;
}

body {
	margin: 0;
	padding: 0;
	background: #ededed;
	font: 11px Verdana, Helvetica, sans-serif;
	text-align: center;
}

/* Right and left columns */

#LeftColumn {
	background-image: url(../test/images/clmnL.gif);
	background-repeat: repeat-y;
}

#clmnRt {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 20px;
	background-image: url(images/clmnR.gif);
	background-repeat: repeat-y;
	float: right;
	position: absolute;
	left: 916px;
	top: 0;
}
