@charset "utf-8";
/* CSS Document */

/* home page specific */

#pagePicMain {
	display: inline-block;
	margin-top: 1px;
    width:707px;
	height:185px;
}
#pagePicRight1 {
	float: right;
	height:96px;
	width: 180px;
}
#pagePicRight2 {
    float: right;
	height:89px;
}

#pagePic {
	display: inline-block;
	width:707px;
	height:89px;
	text-align: center;
}

#menuLeftHome {
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
	line-height: 2em;
	padding-top: 10px;
	margin-right: 10px;
	width: 218px;
	margin-top: 1px;
	background-color: #FFFFFF;
}

#editablecontentHome-wrapper {
	text-align: justify;
	float: right;
	width: 463px;
	padding-top: 1px;
	margin-right: 5px;
}


/* structure */
#centerpage {
	width:727px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content-wrapper {
	background: #eef url(images/bg727.gif) repeat-y;
	overflow: hidden;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 705px;
}
#menuTop {
	width:707px;
	height:23px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	margin-top: 0px;
}
#menuLeft {
	background-image: url(images/bgNavLeft.gif);
	background-repeat: repeat;
	text-align: right;
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
	line-height: 2em;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 10px;
	width: 209px;
	margin-top: 1px;
}
#editablecontent-wrapper {
	text-align: justify;
	float: right;
	width: 473px;
	padding-top: 1px;
	margin-right: 5px;
}
#footer {
	float: left;
	margin-bottom: 0;
	font-size: 75%;
	background-color: #FFFFFF;
}

/* text format */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background: #eee url(images/bgPg.jpg) repeat-x;
	margin: 0px;
}

.tbl tr, td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F8F8F8;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #F8F8F8;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

h4 {
	color: #FF6600;
	text-align: left;
}

ol {

}
.txtWhite {
	color: #FFFFFF;
}
a:link.menuLeft, a:visited.menuLeft {
	color: #FF6600;
	text-decoration: none;
}
a:hover.menuLeft {
	color: #3366FF;
	text-decoration: none;
}
a:link.navTop, a:visited.navTop {
	color: #ffffff;
	text-decoration: none;
}
a:hover.navTop {
	color: #141464;
	background-image: url(images/bgNavLeft.gif);
	background-repeat: repeat;
}
/*************************/
/* events */
/*************************/
.txtbold {
	font-weight: bold;
}

