@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-color: #1d1d1d;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #990000;
	
}

.aboutPhoto img{
	border:1px solid #FFF;

}

.border img{
	border:1px solid #FFF;

}


.homeintro {border:1px solid #ffffff;}

th {text-align:left; background:#CCC;}


.twoColFixRtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2ebd0;
	
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #990000;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 9px;
	margin-right: 10px;
	padding: 5px;
	font-size: 80%;
}

.twoColFixRtHdr #sidebar1 a:link {color: #d4bb86; }
.twoColFixRtHdr #sidebar1 a:hover {color: #d4bb86; }
.twoColFixRtHdr #sidebar1 a:visited {color: #d4bb86; }
	


.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 14pt;
	color: #000000;
} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 80%;
	color: #FFF;
	background-color: #1D1D1D;
	text-align: center;
} 

.twoColFixRtHdr #footer a { color:#FFF
} 

.twoColFixRtHdr #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 */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}






div.currentActivitiesImage {
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 50%;
}

div.currentActivitiesImage p{
	text-align: left;
	padding-top: 0px;
	
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFF;
	background-color: #1D1D1D;
	text-align: center;
} 
.twoColFixLtHdr #footer a { color:#FFF
} 
.twoColFixLtHdr #footer p {
	font-size: 80%;
	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 */
	
}
h4 {
	font-size: 14px;
	color: #990000;
}


h2 {
	font-size: 20px;
	
}

h3 {
	font-size: 120%;
	
}

.photoCaption {
	font-size: 12px;
	
}

.photoCaption a:link, a:visited, a:active, a:hover {
	
	color: #990000;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #d4bb86;
	font-size: 80%;
	border-right-style: solid;
	border-right-color: #663300;
	border-right-width: 1px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	height: 1500px;
}





.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 90%;
	
} 


.twoColFixLtHdr #mainContent a:link { 
	text-decoration: none;
	color: #990000;
}
	


.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2ebd0;
} 



 
#conference {
	margin:0;
	padding: 0 20px 20px;
	background:#fff;
	border:1px solid #99000B;	
}