/* CSS Document */

body {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.hangingCap { 
	float: left; 
	margin: 0px 1px -8px 0px;
	padding: 0;
	font-size: 255%;
	font-weight: bold;
	line-height: 100%;
	font-family: arial, helvetica, sans-serif; 
	color: red;
}

#foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

#blocpage {
	width:900px;
	height:auto;
	padding-bottom:5px;
}

#bloccontact {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width:350px;
	height:auto;
	margin-bottom:10px;
	background:url(../images/bgcontact.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#blocnews {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 550px;
	height: auto;
	margin-bottom: 10px;
}

#blocexpo {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 280px;
	margin-bottom:5px;
	margin-left:10px;
}

#bloccoord {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width:220px;
	height:auto;
	margin-bottom:5px;
}

#blocrdp {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width:700px;
	height:auto;
	margin-bottom:5px;
}

#blocbio {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 600px;
	height:350px;
	margin-bottom:5px;
	background:url(../images/bgbio.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#blocshowexpo {
	height:370px;
	background:url(../images/exposhowbg.jpg);
	background-repeat:no-repeat;
	background-position:center
}

html>body #blocshowexpo {
	height: auto;
	min-height: 370px;
}

#blocrdp {
	width:900px;
	height:370px;
	background-image:url(../images/bgpress.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

html>body #blocrdp {
	height: auto;
	min-height: 370px;
}

#blocbiophoto {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 178x;
	height:348px;
	margin-bottom:5px;	
}

td#form {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
	color: #666666;
}

#text {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
}

#newsdate {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:oblique;
	text-align:right;
	color: #666666;
}

#headerbloc {
	height: 17px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background-color:#FDE2D0;
}

a {
	text-decoration:none;
	font-weight: bold;
	color:#666666;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}