/* CSS Document */

/*
html {
overflow-x: hidden;
}
*/

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-left:-10px;
	background-color: #FFFFFF;
}

p{
font-family: Arial, sans-serif;
font-size: 11px;
color: #666666;
}

/* standard heading */

H1{
font-family: Arial, sans-serif;
font-size: 12px;
font-weight:bold;
color: #000066;
}

/* p bold */

H2{
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
line-height: 17px;
}

/* Large headings */

H3{
font-family: Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #0099FF;
}

/* detail */

H4{
font-family: Arial, sans-serif;
font-size: 9px;
font-weight: bold;
color: #000066;
}

/* standing */

H5{
font-family: Arial Narrow;
font-size: 36px;
line-height: 12px;
font-weight: bold;
color: #FFFFFF;
}

/* links */

a:link { 
	color: #000066;
	text-decoration: none;
	}
	
a:visited { 
	color: #000066;
	text-decoration: none;
	}
	
a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #0099FF;
}

.footer {
	font-size: 9px;
}

.bold {
font-weight:bold;
}

.title {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}

#page {
	position: absolute;
	width: 100%;
}

#pageHolder {
	position: relative;
	width: 780px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#thumbList {
	position: absolute;
	line-height: 150%;
	width: 83px;
	padding: 5px;
}

#header {
	position: absolute;
	height: 160px;
	width: 780px;
	left: 0px;
	top: 0px;
}

#content {
	position: absolute;
	height: 400px;
	width: 780px;
	left: 0px;
	top: 165px;
}

#contentLeft {
	position: absolute;
	height: 400px;
	width: 260px;
	left: 0px;
	top: 165px;
}

#contentRight {
	position: absolute;
	height: 400px;
	width: 520px;
	left: 260px;
	top: 165px;
}

#footer {
	position: absolute;
	height: 135px;
	width: 780px;
	left: 0px;
	top: 570px;
}

#eventList {
	position: absolute;
	width: 172px;
	padding: 5px;
	left: 93px;
	height: 57px;
	line-height: 150%;

}
