/* links ------------------------------------------------------------*/

a:link {
	color: #666666;
}
#topnav a:link {
	color: #CCCCCC;
}
#topnav a:hover {
	color: #FFD205;
	text-decoration: none;
}
.topnav {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #CCCCCC;
}
#thumb a:hover {
	text-decoration: none;
}


/* html reformating ---------------------------------------------------*/

body, html, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

/* text formating ---------------------------------------------------*/

.catagory {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-align: center;
	letter-spacing: 0.2em;
}

.textcolor {
	font-size: 12px;
}

.resumehead {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.titlebold {
	font-size: 12px;
	font-weight: bold;
}

/* positioning - borders - background ---------------------------------------------------*/
#logo {
	position: absolute;
	height: 57px;
	width: 182px;
	left: 0px;
	top: 0px;
	border-right: 1px dashed #CCCCCC;
	background-image: url(images/logo/logo.jpg);
}
#header {
	position: absolute;
	height: 57px;
	width: 1217px;
	left: 183px;
	top: 0px;
	background-image: url(images/logo/main_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#topnav {
	position: absolute;
	height: 17px;
	width: 1400px;
	left: 0px;
	background-color: #000000;
	top: 59px;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	padding: 3px 0px 0px;
}

#copyright {
	position: absolute;
	height: 14px;
	width: 1200px;
	left: 0px;
	top: 83px;
	font-size: 10px;
	text-align: center;
}
#thumb {
	position: absolute;
	height: 461px;
	width: 183px;
	left: 0px;
	top: 98px;
	border-right: 1px dashed #CCCCCC;
}
#EVthumb {
	position: absolute;
	height: 461px;
	width: 183px;
	left: 0px;
	top: 98px;
}
#main {
	position: absolute;
	left:183px;
	top:135px;
	width:500px;
	height: 464px;
}
#EVmain {
	position: absolute;
	left:188px;
	top:86px;
	width:500px;
	height: 1098px;
}
#title {
	font-size: 12px;
	text-align: center;
}

/* events page ---------------------------------------------------*/

.events{
	position: absolute;
	left:189px;
	top:426px;
	width:441px;
	height:134px;
	text-align: center;
}
h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	letter-spacing: .7em;
	font-weight: normal;
}
.indent {
	margin-left: 25px;
}
#bioMain {
	position: absolute;
	left:197px;
	top:111px;
	width:520px;
	height: 407px;
}
#thumbBio {
	position: absolute;
	height: 420px;
	width: 183px;
	left: 0px;
	top: 98px;
	border-right: 1px dashed #CCCCCC;
}
h1 {
	font-size: 16px;
	letter-spacing: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #E0E0E0;
	color: #333333;
	text-align: left;
	padding: 2px 3px 2px 2px;
}
.hilight {
	font-size: 13px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.nohilight {
	font-size: 13px;
	font-style: normal;
	color: #666666;
}
.arrow {
	font-weight: bold;
	color: #000000;
}

.statement {
	border: 1px dashed #CCCCCC;
	padding: 18px 45px 20px 20px;
	line-height: 20px;
}
.stateImage {
	margin-right: 15px;
	margin-bottom: 5px;
}
