#descPage {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:730px;
	background-color: #d57d26; 
	color:#fff;	
	font-size:12px;
	font-family: arial;
	font-weight:normal;
	margin-bottom:20px;
}
#bodyPage {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0px;
	width:730px;
}
#bodyPage img {
	border: 0px solid #ccc;
}

#event {
   position:relative;
   float:left;
   width:450px;
   margin:0px;
   padding:0px;
   margin-right:10px;
   text-align:left;
   border-right-style:solid;
   border-right-color:#ccc;
   border-right-width:1px;
   margin-bottom:20px;
}
#event h3 {
	margin:0;
	padding:0px;
	padding-right:5px;
	text-align: left;
	font-size:12px;
	font-family: Verdana;
	font-weight:bold;
	color:#382F21;
	margin-bottom:10px;
}
#event h4 {
	margin:0px;
	margin-right:5px;
	padding:2px;
	background: #eee;
	color: #6F6F6F;
	text-align: left;
	font-size:11px;
	font-family: Verdana;
	font-weight:normal;
}
#event h4 a {
	color: #FF0000;
	font-weight:bold;
	text-decoration:uderline;
}
#event h4 a:hover {
	color: #382F21;
	text-decoration:underline;
}
#event h6 {
	margin:0;
	padding:0px;
	text-align: center;
	font-size:11px;
	font-family: Verdana;
	text-align:left;
	font-weight:normal;
	color:#6F6F6F;
	margin-bottom:10px;
}

#event h6 a {
	text-decoration:none;
	font-weight:normal;
	color:#6F6F6F;
	text-align:left
}
#event h6 a:hover {
	text-decoration:underline;
}
#event p {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-right: 5px;
	line-height: 1.3;
	text-align:justify;
	background: #fff;
	color:#000;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana;
}
#event p a {
	text-decoration:none;
	font-weight:normal;
}
#event p a:hover {
	text-decoration:underline;
}
#resume {
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width:450px;
    padding:0px;

}
#video {
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:450px;
    padding:0px;
    display:none; 
}

#audio {
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:450px;
    padding:0px;
    display:none; 
}
#photo {
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:450px;
    padding:0px;
    display:none;  
}
#events {
   position:relative;
   float:left;
   width:266px;
   margin:0px;
   padding:0px;
   text-align:left;
   border-left-style:solid;
   border-left-color:#ccc;
   border-left-width:1px;
   margin-bottom:20px;
   height:500px;
   overflow: auto;
}
#events img {
	float:left; 
	margin:0px;
	margin-right:5px;
	border: solid 1px #cccccc; 
	width:50px;
}
.eventItem  {
	margin:0px;
	margin-bottom:5px;
	padding: 5px;
	line-height: 1.3;
	text-align:left;
	background: #eee;
	color:#ccc;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana;
}
.eventItem a {
	color: #6F6F6F;
	text-decoration:none;
}
.eventItem a:hover {
	color: #000;
	text-decoration:none;
}
.eventItemPast  {
	margin:0px;
	margin-bottom:5px;
	padding: 5px;
	line-height: 1.3;
	text-align:left;
	background: #ccc;
	color:#ccc;
	font-weight:normal;
	font-size:11px;
	font-family: Verdana;
}
.eventItemPast a {
	color: #6F6F6F;
	text-decoration:none;
}
.eventItemPast a:hover {
	color: #000;
	text-decoration:none;
}
#cal {
    position:relative;
    float:left;
    margin-left:auto;
    margin-right:auto;
    background-color:#d57d26;
    width:266px;
    margin-bottom:20px;
}
#cal table { 
    font-family : Verdana; 
    font-size : 10px; 
    color : #FFFFFF;
    height:150px;
}
.calTitle { 
    font-family : Verdana; 
    font-size : 11px; 
    color : #FFFFFF; 
}
.calTitle a { 
    font-family : Verdana; 
    font-size : 9px; 
    color : #FFFFFF; 
    text-decoration:none;
    font-weight:bold 
}
td.day {
    text-decoration:overline;
    font-weight:bold
}
td.activedate {
    background-color:#a2a2a2;
    font-family : Verdana; 
    font-size : 10px; 
}
td.activedate a{
    color:#ffffff;
    font-family : Verdana; 
    font-size : 10px;
    text-decoration:none 
}
td.date {
    background-color:#eeeeef;
    color:#382F21;
    font-family : Verdana; 
    font-size : 10px;
}