body {
	margin-top: 0px;
	margin-left: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background:#ffffff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

.clear {
	clear: left;
}

img {
	border:none;
}

.thumb {
	float: left; margin: 0px 12px 12px 0px;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}
.textleft {
	float: left;
	text-align: left;
}

a, a:visited {
	color: #004488;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #990033;
}

a.back {
	font-weight: bold;
}

h1 {
	font-size: 130%;
	text-align: center;
}

h2 {
	font-size: 120%;
	text-align: center;
}

h2 {
	font-size: 110%;
	text-align: center;
}

h4 {
	font-size: 110%;
	font-weight:normal;
}

h5 {
	font-size: 110%;
	margin-bottom: 0px;
}

input, textarea, select {
	border: 1px solid #d3d0ff;
}

.error {
	color: #ff0000;
}

hr {
	height: 1px;
	background-color: #004488;
	border:none
}

legend {
	font-weight: bold;
	font-size: 110%;
	color: #004488;
	border:none;
}

fieldset {
	border: 1px solid #d3d0ff;
}

label {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0px 8px;
	width: 120px;
}

ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}

li {
	padding:2px;
}

li a {
	display: block;
	font-size:90%;
}

.topbox {
	overflow: hidden;
	width: 100%;
	height: 117px;
	text-align: center;
}

.centerbox {
	padding: 5px;
	margin: 5px 205px;
	width: auto;
}
.leftbox {
	position: absolute;
	left: 10px;
	top: 150px;
	float: left;
	width: 200px;
}

.rightbox {
	position: absolute;
	top:150px;
	right: 5px;
	width:200px;
}

.rightbox p {
	padding-bottom:12px;
	border-bottom:1px solid #AAAAAA;
}

.content {
	background-image: url(/images/bg2.jpg);
}

.footer {
	margin-top: 5px;
}

.navboxleft{
	font-weight: bold;
	margin-bottom: 10px;
}

.hboxtop {	
	font-weight: bold;
	color: #ffffff;
	background-position: 50% top;
	background-image: url(/images/boxtop.jpg);
	background-repeat: no-repeat; 
	overflow: hidden;
	width: 200px;
	height: 34px;
	text-align: center;
	padding-top: 6px;
}

.hboxcontent {
	padding: 8px 16px 8px 20px;
	background-image: url(/images/boxhorizontalbg.jpg);
	width: 164px;
}

.hboxbottom {
	background-position 50% bottom;
	background-image: url(/images/boxbottom.jpg);
	background-repeat: no-repeat;	
	overflow: hidden;
	width: 200px;
	height: 30px;
}

.motives {
	display: block;
	width: 100%;
	clear:left;
}

.motive {
	display: block;
	width: 100%;
	float:left;
}

.playlink {
	float: left;
	font-weight:bold;
	font-size:110%;
	cursor: pointer;
	margin-top:30px;
}

