body,td,th,p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 145%;
}

H1,H2,H3,H4 {
    color: #000066;
    line-height: 105%;
}

#columns ol { width: 500px; }
#columns li { width : 250px; float : left; }
#columns br { clear : left; }

H1 a { text-decoration: none; color: #000066;}
H2 a { text-decoration: none; color: #000066;}
H3 a { text-decoration: none; color: #000066;}
H4 a { text-decoration: none; color: #000066;}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#menu ul li {
	position: relative;
}

#menu li ul {
	position: absolute;
	left: 149px; /*Set 1px less than menu width */
	top: 0;
	display: block;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover>ul {
	visibility:visible;
}

#menu ul ul {
	visibility:hidden;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* Make-up syles */

#menu ul, li {
	margin: 0 0 0 0;
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffe; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Hover Styles */
#menu ul a:hover {
	color: #003300;
	background: #ff5;
}

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #666;
	background: #efe; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #003300;
	background: #ff5;
}

#content img {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc99;
	border-right-color: #555555;
	border-bottom-color: #333333;
	border-left-color: #cccc99;
}

.copyright {
	text-align: center;
	font-size: x-small;
	font-style: italic;
	color: Silver;
	/*MARGIN: 0 120px 0 0; */
        line-height: 100%;

}

.DEL-img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.DEL-img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

#subsection {
	min-height: 35px;
    padding-left:17px;
	background: url(../images/section_icon.gif) no-repeat;
    font-weight:bold;

}

#subsubsection {
	min-height: 25px;
    margin-left:20px;
    padding-left:20px;
	background: url(../images/subsubsection_icon.jpg) no-repeat;

}

#linksection {
	min-height: 35px;
    padding-left:25px;
    padding-top:5px;
	background: url(../images/link_icon.gif) no-repeat;

}

#newssection {
	height: 35px;
    padding-left:25px;
	padding-top:5px;
	background: url(../images/news_icon.gif) no-repeat;

}

#eventsection {
	min-height: 35px;
    padding-left:25px;
	padding-top:5px;
	background: url(../images/event_icon.gif) no-repeat;

}

#faqsection {
	min-height: 35px;
    padding-left:25px;
	padding-top:5px;
	background: url(../images/faq_icon.gif) no-repeat;

}

#commentsection {
	padding:3px;
	background: #E0E0E0;

}