@charset "utf-8";
* {
margin: 0px;
padding: 0px;
}

body  {
	margin:auto; /* 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: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.twoCol #mainContent {
	float: center;
	width: 100%;
	font-family: Trebuchet MS, helvetica, Verdana, arial;
	padding: 15px 0;
	background-color: #CCCC00;
	text-justify: left;
}

.twoCol #mainContent h1, .twoCol #mainContent p {
	margin-left: 15px;
	margin-right: 15px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoCol #sidebar1 {
	float: center;
	font: .8em;
	width: 100%; /* since this element is floated, a width must be given */
/*	background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 0; /* top and bottom padding create visual space within this div  */
}
/*  h4 is for dates  in red */
.twoCol #sidebar1 h4 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
	padding-bottom:0px;
	font-size: 1.1em;
	color: #0000FF;
}
.twoCol #sidebar1 h3 {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
	padding-bottom: 0px;
	font-size: 1.1em;
	color: #FF0000;
	line-height: 1em;
	
}
.twoCol #sidebar1 p {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 25px;
}

#sidebarItemBackground {
background: url(list_item_bg_260.gif);
background-repeat: no-repeat;
margin-left: 10px;
padding: 2px;
}

#mainContentItemBackground {
background: url(list_item_bg_500.gif);
background-repeat: no-repeat;
margin-left: 60px;
padding: 2px;
}
/*------
#itemBackground a{
	color:#0000FF;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#itemBackground a:hover {
	border-bottom-style: solid;
}
----*/
#mainContentSeperator {
float: center;
}


#mainContent {
	float: left;
	width:98%;
	margin-top: 0.0;
}

#mainContent h1{
	font: 1.1em/1.4em "Trebuchet MS", helvetica, san-serif;
	color: #996600;
	text-align: left;
	padding-top: 0em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	margin-left: 38px;
}

#mainContent h2{
	font: 0.9em "Trebuchet MS", helvetica, Verdana, arial;
	color: #FF6600;
	padding: 0 0 0.5em 0.4em;
	margin-top: 0.5em;
	margin-left: 30px;
	
}
#mainContent p{
	font: .8em Trebuchet MS, Helvetica, Sans-serif;
	color: #000000;
	padding: 0 0.0em 0.5em 0.5em;
	margin-bottom: 1em;
	margin-top: -0.1em;
	margin-right: 2em;
	margin-left: 30px;
}
#mainContent p.event {
	font: 0.8em Trebuchet MS, helvetica, sans-serif;
	color: #0033CC;
	margin-top: -0.5em;
	padding: 0 0 0.5em 0.5em;
	margin-bottom: -0.5em;
	text-decoration: none;
	margin-left: 30px;
}

#mainContent a{
	color:#0000FF;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#mainContent a:hover {
	border-bottom-style: solid;
}

#sidebar {
	float: left;
	width:99%;
	background-color: #F3F3F3;
	border-bottom: solid gray 1px;
	border-left: solid gray 1px;
	border-right: solid gray 1px;
	border-top: solide gray 1px;
}
#sidebar h1{
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #FF9900;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
#sidebar h1.FLASH{
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #9900CC;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
#sidebar h2{
	font: 0.9em "Trebuchet MS", helvetica, Verdana, arial;
	color: #00CC00;
	padding: 0 0 0.1em 1.8em;
	margin-top: 0.5em;

}
#sidebar p{
	font: 0.8em Trebuchet MS, Helvetica, Sans-serif;
	color: #000000;
	padding: 0 0.0em 0.5em 2.1em;
	margin-bottom: 1em;
	margin-top: -0.5em;
	margin-right: 0.5em;	
}
#sidebar p.event {
	font: 0.8em Trebuchet MS, helvetica, sans-serif;
	color: #0033CC;
	margin-top:-0.1em;
	padding: 0 0 0.5em 2em;
	margin-bottom:0;
	text-decoration: none;
	
}
#sidebar a{
	color:#FF0000;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#sidebar a:hover {
	border-bottom-style: solid;
}
/* ---- icons for the events
#sidebar h2.show {
background: url(file.gif) no-repeat .5em -0.5em;
} 
#sidebar h2.music {
background: url(file.gif) no-repeat .5em 0.1em;
}
#sidebar h2.class {
background: url(file.gif) no-repeat .3em 0.2em;
}

------*/

/*--------sidebar navigation styles ------*/




#sidebar ul#secondNav{
	font-size: 1.2em;
	font-weight:bold;
}
#sidebar ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
}
#sidebar ul#secondNav a{
	color:#333333;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border: none;
}
#sidebar ul#secondNav .nested a{
font-size:.85em;
}
#sidebar ul#secondNav li a.heading{
	color:#006666;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border: none;
	background-color:#561216;
}
#sidebar ul#secondNav a:hover{
color:#006699;
}
#sidebar ul#secondNav a.current{
color:#e25a25;
}
#sidebar ul#secondNav a.current:hover{
color: #028925;
cursor: default;
}

/*-----------sidebar2 navigation starts-----------------------------*/

#sidebar2 {
	float: left;
	width:99%;
	background-color: #FFFFCC;
	border-bottom: solid gray 1px;
	border-left: solid gray 1px;
	border-right: solid gray 1px;
	border-top: solide gray 1px;
}
#sidebar2 h1{
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #FF9900;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
#sidebar2 h3{
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #FF0000;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
#sidebar2 h2{
	font: 0.9em "Trebuchet MS", helvetica, Verdana, arial;
	color: #00CC00;
	padding: 0 0 0.1em 1.8em;
	margin-top: 0.5em;

}
#sidebar2 p{
	font: 0.8em Trebuchet MS, Helvetica, Sans-serif;
	color: #000000;
	padding: 0 0.0em 0.5em 2.1em;
	margin-bottom: 0.1px;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
#sidebar2 p.event {
	font: 0.8em Trebuchet MS, helvetica, sans-serif;
	color: #0033CC;
	margin-top:-0.5em;
	padding: 0 0 0.5em 2em;
	margin-bottom:0;
	text-decoration: none;
	
}
#sidebar2 a{
	color:#FF0000;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#sidebar2 a:hover {
	border-bottom-style: solid;
}
/* ---- icons for the events
#sidebar h2.show {
background: url(file.gif) no-repeat .5em -0.5em;
} 
#sidebar h2.music {
background: url(file.gif) no-repeat .5em 0.1em;
}
#sidebar h2.class {
background: url(file.gif) no-repeat .3em 0.2em;
}

------*/

/*--------sidebar navigation styles ------*/




#sidebar2 ul#secondNav{
	font-size: 1.2em;
	font-weight:bold;
}
#sidebar2 ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
}
#sidebar2 ul#secondNav a{
	color:#333333;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border: none;
}
#sidebar2 ul#secondNav .nested a{
font-size:.85em;
}
#sidebar2 ul#secondNav li a.heading{
	color:#006666;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border: none;
	background-color:#561216;
}
#sidebar2 ul#secondNav a:hover{
color:#006699;
}
#sidebar2 ul#secondNav a.current{
color:#e25a25;
}
#sidebar2 ul#secondNav a.current:hover{
color: #028925;
cursor: default;
}


/*--------sidebar2 navigation ends-------------------------*/

/*--------footer navigation starts-------------------------*/

#footer {
	float: center;
	width:100%;
	font-family: "Trebuchet MS", Helvetica, Arial, "Sans Serif";
	font-size: 0.7em;
}

#footer p{
	font: 0.7em Trebuchet MS, Helvetica, Sans-serif;
	color: #FFFFFF;
	padding: 0 0.0em 0.1em 0.0em;
	margin-bottom: 0em;
	margin-top: 0.2em;
	margin-right: 0.5em;
}
#footer p.copyright{
	font: 1em Trebuchet MS, Helvetica, Sans-serif;
	color: #FF0000;
	padding: 0 0.0em 0.5em 0.0em;
	margin-bottom: 0em;
	margin-top: 0.2em;
	margin-right: 0.5em;
}
#footer a{
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-style: solid;
}

/*--------footer navigation ends-------------------------*/

/* Miscellaneous classes for reuse */
.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;
}
#sidebar h1.FLASH-subscribe {
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #060;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
.content-subscribe {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333;
}
#sidebar h1.FLASH_CC {
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #69C;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
#sidebar h1.FLASH_Donate {
	font: 1.0em/1.0em "Trebuchet MS", helvetica, san-serif;
	color: #FFFFFF;
	text-align:left;
	padding-top: 0.2em;
	margin-left: 0px;
	background-color: #C03;
	padding-left: 1.4em;
	padding-bottom: 0.2em;
}
