#framecontent{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px; /*Height of frame div*/
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
}

#maincontent{
position: fixed;
top: 120px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 30px;
#bottom: 0;
overflow: auto;
background: #fff;
}
.innertube{
margin: 2px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 140 0; /*Set value to (HeightOfFrameDiv 0 0 0) used to be 120 0 0 0 */
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
font-family: Verdana, Arial, Helvetica;
text-align: justify;
}
a:link {
	/* color: #9D5C00; */
color: navy;
	border-bottom: 0px dashed #DBBA8A;
	text-decoration: none;
}
a:visited {
	color: navy;
	border-bottom: 0px dashed #DBBA8A;
	text-decoration: none;
}
a:active {
	color: #9D5C00;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.date-header {
margin: 0;
padding: 0;
}
.date-header2 {
margin: 0;
padding: 0;
font: 10px Helvetica,Arial, 'Times New Roman', sans-serif;
color: #c4c4c4;
width: 100%;
text-align: right;
}
.date-header3 {
margin: 0;
padding: 0;
font: 10px Helvetica,Arial, 'Times New Roman', sans-serif;
color: #494949;
width: 100%;
text-align: right;
font-weight: bold;
}
.date-header h2 {
font: 16px Arial, 'Times New Roman', sans-serif;
color: navy;
}

.entry-title {
padding: 5px;
background-color: #E0E0E0;
border: 1px solid #494949;
border-bottom: 0px;
#width: 920px;
}
.entry_body {
border: 1px solid #494949;
padding: 4px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
#width: 920px;
}

.entry-title h3 {
margin: 0 0 0 0;
padding: 0;
color: #000000;
font: bold 18px Verdana, Helvetica, 'Times New Roman', sans-serif;
}

.entry-title h3 a {
border: none;
text-decoration: none;
color: #000000;
}

.entry-title h3 a:hover {
border: none;
text-decoration: none;
color: #FFFFFF;
}
.entry-info {
background-color: #494949;
font-size: 10px;
color: #FFFFFF;
}
.entry {
border: thin;
padding: 3px;
width: 100%;
}

.events_section {
padding: 5px;
border: 1px solid #000000;
text-align: center;
font-size: 20px;
margin-left: 3px;
}




#slantedmenu{
font-weight: bold;
font-size: 90%;
font-family: Verdana;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(/images2/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
}

#slantedmenu ul li a:hover{
color: black;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 405px; /*Set right margin to RightColumnWidth*/
margin-left: 100px;
height: 100%;
}

#rightcolumn{
float: left;
width: 405px; /*Width of right column in pixels*/
height: 100%;
margin-left: -405px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

.thumbnail {
border: 2px dotted #494949;
padding: 5px;
}

.footer {
position: absolute;
bottom: 0;
width: 100%;
}