* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #d32e4c url(./images/bg.gif) repeat-x top left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 3px 0 5px 0;
	text-align: center;
}
div#container {
	background: #d32e4c url(./images/bg-body.gif) repeat-y top left;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	height: 275px;
	background: #cccccc url(./images/header.jpg) no-repeat;
}
div#pagecontent {
	min-height: 475px;
	overflow: visible;
	background: transparent url(./images/bg-body-img.gif) no-repeat;
}

div#cheader {
	height:170px;
	margin-left: 60px;
	text-align: center;
	background: transparent url(./images/bg-cheader.gif) no-repeat;
}
div#content {
	margin-left:105px;
	width:650;
	background: #FFF09C;
	color: #002060;
}

div#footer {
	position: relative;
	height: 22px;
	background: #cccccc url(./images/footer.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#scroll {
	padding: 5px;
	height: 400px;
	overflow: auto;
}

#JukeBox {
	background: transparent;
	width: 270px;
}

#dragbar {
	//display:block;
	//height: 75px;
	//width: 270px;
	background: transparent;
	//cursor: move;
}

p {
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}
.txtTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
	font-style: italic;
	color: Navy;
}

.subtitle {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size:18px;
	font-family:tahoma;
	font-weight:bold;
	font-style:italic;
}
.txtDesc {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	font-size:12px;
	text-align:justify;
}
.txtMotto {
	padding:10px;
	font-size:14px;
	font-style: italic;
	text-align:center;
	font-weight:bold;
}

.lstGroup {
	font-size:18px;
	font-style:bold;
	width:400px;
	margin-left:50px;
	margin-right:auto;
	margin-bottom:5px;
}

.lstGroupB {
	font-size:18px;
	font-style:bold;
	width:400px;
	margin-left:50px;
	margin-right:auto;
	margin-bottom:5px;
	border-bottom: 1px solid #FFB400;
}

.lstItem {
	width:450px;
	margin-top:5px;
	margin-left:100px;
	font-size:14px;
}

.lstItem img {
	vertical-align:middle;
}

.tabTitle {
	color: #002060;
	font-family: arial;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #FFB400;
}
.tabContent {
	color: #002060;
	padding-left:10px;
	font-family: arial;
	font-size:14px;
	font-weight:normal;
	padding-bottom:20px;
}
.tabContentB {
	color: #002060;
	padding-left:10px;
	font-family: arial;
	font-size:14px;
	font-weight:normal;
}
.tabDate {
	color: #002060;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
}
.tabTitleB {
	color: #002060;
	font-family: arial;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 3px;
}

td a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

td a:link, td a:visited {	
	color: #002060;
}

td a:hover, td a:active {
	color: #002060;
}