/* * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

body {
	line-height:1.2;
	}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    
	display:block;
	}
nav ul {
	list-style:none;
	}
blockquote, q {
	quotes:none;
	}
blockquote:before, blockquote:after,q:before, q:after {
	content:'';
	content:none;
	}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
	}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
	}
del {
	text-decoration: line-through;
	}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	}
input, select {
	vertical-align:middle;
	}
/* ---------End CSS Reset Styles--------- */

body {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #000099;
	}
#breadcrumb {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	background: #FFF;
	text-align: left;
	margin: 0px;
	padding: 6px 20px 0px 20px;
	height: 20px;
	width: 920px;
	position: absolute;
	left: 0px;
	top: 170px;
}
#cal-info {
	background: #FFF;
	padding: 20px;
	height: auto;
	width: 920px;
	position: absolute;
	left: 0px;
	top: 205px;
}
#cal-info h1 {
	font: bold normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #990066;
	}
#cal-info h2 {
	font: bold normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #990066;
	margin-bottom: 3px;
	margin-top: 30px;
	padding: 0px;
	}
#cal-info p {
	font: normal 14px/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 20px;
	padding: 0px;
	}
#cal-info ul {
	margin-top: 10px;
	margin-bottom: 20px;
	}
#cal-info li {
	font: normal 14px/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	list-style-type: disc;
	margin: 0px 20px 10px;
	padding: 0px;
	}
#cal-info h5 {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.moed-dates {
	margin-right: 30px;
	margin-left: 30px;
	background: #FFC;
	padding: 10px 5px 5px 10px;
	}
.moed-dates h4 {
	font: bold normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.moed-dates p {
	margin-top: 0px;
	margin-bottom: -5px;
}

.moed-dates li {
	margin-bottom: 5px;
	margin-left: 30px;
}
