@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../europe/back.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.top {
	background-image: url(../images/europe2010test.png);
	height: 175px;
	width: 800px;
	padding-top: 1px;
}

.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	color: #543B62;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #49623b;
	border-right-color: #49623b;
	border-bottom-color: #49623b;
	border-left-color: #49623b;
	background-position: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15;
	margin-left: 10px;
} 
.thrColFixHdr #header {

} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #49623B;
	border-right-color: #49623B;
	border-bottom-color: #49623B;
	border-left-color: #49623B;
	background-color: #a05e86;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #49623b;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #49623b;
	border-right-color: #49623b;
	border-bottom-color: #49623b;
	border-left-color: #49623b;
}


.thrColFixHdr #sidebar2 {
	background-color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #543B62;
}
h2 {
	font-size: 15px;
	color: #543B62;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #A6DD9E;
	background-position: center center;
	

	

}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:hover
{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #497475;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #497475;
}
a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.headerwhite {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.list {
	text-indent: 10px;
	padding: 5px;
	list-style-position: inside;
}
.speaker {
	font-style: italic;
	font-weight: bold;
	color: #49623B;
}
.list {
	list-style-position: inside;
	list-style-type: square;
}
