body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	background-color: #000;
}
h1,h2,h3,h4{
	color: #4f59a3;
	font-weight: 500; 
}

h1{
	font-size: 20px;
	font-weight: 500;
	}
h2 { font-size: 18px }
h3 { font-size: 15px; font-weight: normal; line-height: 18px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0 }
h4{
	font-size: 12px;
}

#wrapper{
	width: 988px;
	margin: 0 auto;
}

#header{
	height: 88px;
}

#logo img{
	display: block;
}

#top_nav{
	height: 20px;
	background-image: url('/images/top_nav.png');
	overflow: hidden;
	zoom: 1;
}

#top_nav a{
	height: 20px;
}

#nav_links{
	float: right;
}

#nav_links img{
	border: none;
}

#side_nav{
	background-image: url('/images/circle_bottom.png');
	min-height: 200px;
	background-repeat: no-repeat;
	float: left;
	width: 298px;
	color: #4f59a3;
	font-family: Arial;
}

#side_nav .inner{
	padding: 37px 72px 0 35px;
}

#content{
	float: left;
	width: 690px;
	color: #666;
}

#content p{
	line-height: 17px;
}

#side_nav p{
	line-height: 18px;
}

#content .inner{
	padding: 32px 110px 0 0px;
}

#content h1:first-child,#content h2:first-child,#content h3:first-child,#content p:first-child,#content ul:first-child{
	margin-top: 0px;
}

#side_nav h1:first-child,#side_nav h2:first-child,#side_nav h3:first-child,#side_nav p:first-child,#side_nav ul:first-child{
	margin-top: 0px;
}

#main{
	background-color: #fff;
	border: 1px solid #4f59a3;
	border-width: 0 0 4px 0;
	overflow: hidden;
	zoom: 1;
}

#footer{
	text-align: center;
	margin: 15px auto;
	color: #4f59a3;
}

#footer a{
	color: #4f59a3;
}

.flyout{

}

.flyout ul{
	list-style: none;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.flyout li{
	text-align: left;
	border: 1px solid #4f59a3;
	border-width: 0 1px 1px 1px;
}

.flyout li a{
	display: block;
	line-height: 20px;
	overflow: hidden;
	zoom: 1;
	text-decoration: none;
	background-color: #4f59a3;
	padding-left: 12px;
	color: #fff;
	background-repeat: repeat-x;

}

.flyout li a:hover{
	color: #4f59a3;
	background-color: #fff;

}

.calendar_iframe{
	padding: 0;
	width: 100%;
	height: 710px;
	border: dashed 0px #fff;
	frameborder: 0;
}

#calendar{
	width: 100%;
	margin: auto;
}

#calendar a{
	text-decoration: none; 
	color: #036;
}

#calendar a:hover{
	text-decoration: underline;
}

#calendar, #calendar th{
	border: 1px solid #333;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
}

#calendar td{
	height: 100px;
	width: 100px;
	width: 14%;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #333;
	border-collapse: collapse;
}

#calendar .date{
	float: right;
	background-color:#FDE19C;
	color: #00479A;
	padding: 2px;
	border: 1px solid #00479A;
	margin-top: 6px;
}

#calendar .hideshow{
	margin-bottom: 12px;
}

.hide_show{
	display: none;
	border: 1px solid black;
	background-color: #ffe19e;
	padding: 3px;
}

.d0,.d6{
	background-color: #FBF5E9;
}

.day_names th{
	font-weight: 500;
}

.event a{
	text-decoration: none;
}

.event a:hover{
	text-decoration: underline;
}

.drag_calendar .title{
	background-color: #036;
	padding: 3px;
}

.drag_calendar .close{
	background-color: #FDE19C;
	color: #00479A;
	padding:0 4px;
	text-decoration: none;
	font-weight: 700;
}

.drag_calendar{
	width: 400px;
	border: 1px solid black;
	background-color: white;
	position: absolute;
}

.drag_calendar .inner{
	padding: 4px;
}

.drag_calendar .event_name{
	font-weight: 700;
	background-color: #FDE19C;
	padding: 0 3px;
	margin-bottom: 10px;
}

.drag_calendar .event_description{
	margin-bottom: 12px;
}

.drag_calendar .display_date{
	font-weight: 700;
	 color: #444;
}




