@charset "UTF-8";
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: #CCCCCC;
}
h3 {
	color:#983237;
}
.drdynostyle #container {
	width: 780px;  
	background: #FFFFFF;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
.drdynostyle #headerh1 {
	margin: 153px 0 0 0; 
	font-size:16 points;
}
.drdynostyle #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
.drdynostyle #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:9px;
}
.drdynostyle #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 */
}
body,td,th {
	font-size: 11pt;
}
 a:link {
	color: #990000;
}
a:visited {
	color: #660099;
	line-height: 18px;
	text-align: center;
	padding-bottom: 0px;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #FF0000;
}
.style4 {
  color: #0000FF;
  font-size: 16px;
}
.style5 {font-style:italic;
	font-size:16px;
	font-weight:bolder;
}
.style_AIM1 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	bottom:0 px;
}
img {
	border:none;
}
td {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.stretch1 {
	padding-top: 6200px;
}
.stretch2 {
	padding-top: 920px;
}
.date {
	font-size: 9px;
	text-align: right;
}
h1 {
	font-size: 20px;
	text-align: center;
}
.event_title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.event_body {
	padding-right: 40px;
	padding-left: 40px;
}
