html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #CCCC9A url(body-bg.jpg) 0 0 repeat-x;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

a {
	color: #5C8B9D;
	text-decoration: underline;
}
a:visited {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #5C8B9D;
	font-size: 105%;
	padding: 5px 0 10px 0;
}
h2 {
	color: #000000;
	font-size: 90%;
	padding: 5px 0 5px;
}
p, address, ul, ol {
	padding: 5px 0 10px 0;
	font-style: normal;
	line-height: 140%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, select {
	vertical-align: middle;
}

/* ------------------------------------------------------ */
.tnormal {
	font-size: 80%;
}
.tsmall {
	font-size: 70%;
}
.tjustify {
	text-align: justify;
}
.tcenter {
	text-align: center;
}
.imgbutton {
	vertical-align: middle;
	cursor: pointer;
}
.imgintext {
	vertical-align: middle;
}
.leftpic {
	float: left;
	margin: 0 10px 10px 0;
}
.rightpic {
	float: right;
	margin: 0 0 10px 10px;
}
.cleaner {
	clear: both;
}
.errmsg {
	color: #DC143C;
}

/* ------------------------------------------------------ */
.personCard {
	width: 147px;
	height: 12em;
	background: #ffffff url(photo-bot.gif) bottom left no-repeat;
	text-align: center;
	margin: 0 0 15px 0;
}
.personPhoto {
	padding: 10px 0 0 0;
	background: transparent url(photo-top.gif) top left no-repeat;
	position: relative;
}
.personPhoto img {
	border: 1px solid #808080;
}
img.personPlay {
	position: absolute;
	top: 115px;
	right: 20px;
	border: none;
}
.pcLeft {
	float: left;
}
.pcRight {
	float: right;
}

/* ------------------------------------------------------ */
.tblform {
	border-collapse: collapse;
	border: none;
	margin: 5px 0 10px 0;
}
.tblform th, .tblform td {
	padding: 2px;
	border: none;
	font-weight: normal;
	font-size: 70%;
	color: #000000;	
}
.tblform th {
	font-weight: bold;
	text-align: left;
	color: #6A6A6A;
}


/* ------------------------------------------------------ */
#topRow {
	color: #ffffff;
	background: #000000 url(toprow-bg.gif) top repeat-x;
	text-align: center;
	padding: .7em 10px .7em 10px;
	font-size: 70%;
}
#topRow input, #topRow img {
	margin-right: 1em;
}
#topRow a, #topRow a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#topRow a:hover {
	color: #ffffff;
	text-decoration: none;
}
#topRow p {
	padding: 0;
	line-height: normal;
}

/* ------------------------------------------------------ */
#mainArea {
	background: transparent url(main-bg.gif) center repeat-y;
}
#main {
	background: transparent url(mainarea-bg.gif) top center no-repeat;
	width: 954px;
	margin: 0 auto 0 auto;
}

/* ------------------------------------------------------ */
#top {
	width: 920px;
	height: 122px;
	background: #ffffff url(top-image.jpg) 0 0  no-repeat;
	margin: 0 17px 0 17px;
	position: relative;
}
#top a {
	display: block;
	width: 177px;
	height: 58px;
	position: absolute;
	top: 38px;
	left: 15px;
	text-decoration: none;
}
#top #backto {
	display: block;
	width: 190px;
	height: 20px;
	position: absolute;
	top: 86px;
	left: 360px;
	text-indent: -500em;
	text-decoration: none;
}

/* ------------------------------------------------------ */
#content {
	width: 884px;
	padding: 25px 35px 0 35px;
	background: transparent url(content-top.gif) center 5px no-repeat;
}
.contLeft {
	float: left;
	width: 530px;	
}
.contRight {
	float: right;
	width: 320px;
}

/* ------------------------------------------------------ */
#footer {
	background: transparent url(footer-bg.gif) bottom center no-repeat;
}

/* ------------------------------------------------------ */
#accessRec {
	margin-bottom: 5em;
}

/* ------------------------------------------------------ */
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}
.bpPlayBg {
	background: #CCCC9A;
	color: #000000;
}
.bpPlayCg {
	background: #CCCC9A;
	color: #000000;
}
.overFg {
	background: #A8B69C;
	color: #FFFFFF;
	padding: 2px;
	border: none;
}


