@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
 #container {
	width: 780px;
	margin: 25px auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #c51b64;
	background-image: url(../images/index3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px 18px;
}
 #header {
	font: Georgia;
	font-size:small;
	color: #FFF;
}
 #header ul{
	margin:auto;
	padding:0 0 0 25px;
}
 #header li{
	display: inline;
	padding: 0 5px;
}
 #header a{
	text-decoration: none;
	color:#FFFFFF;
}
 #header a:hover{
	text-decoration: underline;
}
 #index {
	margin: 30px auto;
	height: 345px;
	width: 680px;
	position: relative;
}
 #mainContent {
	background: #FFFFFF;
	margin: 30px auto;
	height: 345px;
	width: 680px;
	position: relative;
}
 #mainContent h3 {
	font-size:medium;
	margin: 15px;
}
 #mainContent p {
	font-size:12px;
	margin: 15px;
}
 #mainContent .agenda {
	font-size:12px;
	margin: 15px;
}
 #mainContent a{
	text-decoration: none;
	color:#000;
}
 #mainContent a:hover{
	text-decoration: underline;
}
 #west {
	background: #fff;
	height: 345px;
	width: 340px;
	position: absolute;
	color: #666;
}
 #east {
	background: #fff;
	height: 345px;
	width: 340px;
	position: absolute;
	color: #666;
	right: 0px;
}
 #east a {
 	border: 0px;
}
 #logo {
	background: #fff;
	width: 780px;
	margin: 25px auto;
}
.scrollArea {
width: 310px;
height: 345px;
border-width: 0px;
float: left;
overflow: auto;
}
 #footer {
	padding: 0 10px;
	color:#FFF;
}
 #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-size: x-small;
}
 #footer a {
	text-decoration: none;
	color:#FFFFFF;
}
 #footer a:hover {
	text-decoration: underline;
}
img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
label {
  font-size: 12px;
  margin-right: 5px;
}
input, textarea
{
color: #c51b64;
background: #fff;
border: 1px solid #c51b64;
}



#mainContent #west a.googleLink{
	text-decoration: underline;
	color:#ff0000;
}
#mainContent #west a.googleLink:hover{
	text-decoration: none;
}


