/* CSS Document */

body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	background-color: #19537D;
}

.bodytext{
	font-size: 15px;
	padding-right: 100px;
	padding-left: 100px;
}
.highlight{
	font-weight: bold;
	color: #FC38BC;
}
.highlight2{
	font-weight: bold;
	color: #FF6600;
}
.heading{
	text-align:center;
	font-weight: bold;
	color: #FC38BC;
	font-size: 24px;
}
#center {
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-y;
	width: 733px;
	margin: 0 auto 0 auto;
	z-index: 2;
}

#header {
	background-image: url(images/header.jpg);
	width: 733px;
	height: 269px;
	margin-bottom: 24px;
}

#footer {

	text-align:center;
	font-size: 12px;
	color: #666666;
}
#pic {
	margin: 0px;
}
.calendar {
	font-size: 12px;
	background-color: #FF6600;
	vertical-align: top;
}
.month{
	background-color: #FC38BC;
}
.calendar_item{
	vertical-align: top;
	background-color: #dddddd;
}
.backlink{
	font-size: 9px;
	color: #FF6600;
}
.menu {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 120px;
	margin:0 0 0 24px;
	color: #666666;
	z-index: 1;
	width: 261px;
	padding: 0px;
}
#header p {
	margin:5px 0 0px 13px;
	padding: 0px;
	line-height:15px;
}
.contact {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 709px;
	color: #666666;
	text-align: right;
	z-index: 0;
	padding-top: 225px;
	padding-right: 24px;
}
a:link {
	color: #FC38BC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC38BC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FC38BC;
}
.onblack {
	margin:0;
	background-color:#000000;
	color:#FFFFFF;
	padding: 0 18px 0 18px;
	text-shadow: 0 0 0 #000;
}
