/*--------------------------------------------------
	RESET
--------------------------------------------------*/
* {
	padding:0 !important;
	margin:0 !important;
	float: none !important;
	width: auto !important;
	background: none !important;
}

/*--------------------------------------------------
	BODY
--------------------------------------------------*/
body {
	color: #000 !important;
	font: normal 12px/18px Georgia !important;
}

/*--------------------------------------------------
	BASIC ELEMENTS
--------------------------------------------------*/
/* Headings */
h1, h2, h3, h4, h5 {
   font-family: Georgia, "Times New Roman", Times, serif !important;
   font-weight: normal !important;
}

h1 {
	font-size: 26px !important;
	margin-bottom: .5em !important;
   padding-bottom: .5em !important;
   border-bottom: 1px solid #000 !important;
}

h2 {
   font-size: 22px !important;
   margin-bottom: .3em !important;
}

h3 {
   font-size: 18px !important;
}

h4 {
   font-size: 14px !important;
}

/* paragraph et al. */
p {
	margin-bottom: 1em !important;
}

/* lists */
ul {
	padding-left: 3em !important;
	list-style-type: square !important;
	margin-bottom: .5em !important;
}

/* tables */
table {
	border-collapse: collapse !important;
	font: 11px Verdana, sans-serif !important;
	width: 95% !important;
	margin: 10px auto !important;
}

td {
	border: 1px solid #000 !important;
	vertical-align: top !important;
}

table#calendar {
	font: 10px Verdana, sans-serif !important;
}

table#calendar td {
	width: 13% !important;
	height: 8em !important;
}

table#calendar td ul {
	padding-left: 20px !important;
	list-style-type: square !important;
}

table#calendar tr.head {
	height: 30px !important;
}

table#calendar th {
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	margin: 0 !important;
	padding:0 !important;
}

	table#calendar th.calendarDayHeading {
		text-align: left !important;
		border-bottom: 1px solid #000 !important;
	}
	
	table#calendar th.calmonth {
		font-size: 18px !important;
	}

/* images */
img.left {
   float: left !important;
   margin: 10px 10px 0 !important;
   border: none !important;
}

img.right {
   float: right !important;
   margin: 10px 210px 0 10px !important;
   border: none !important;
}

img.center {
   margin: 0 auto !important;
   display: block !important;
   padding: 10px !important;
   border: none !important;
}

/*--------------------------------------------------
	MAIN CONTAINERS (hidden)
--------------------------------------------------*/
#masthead-nav {
	display: none !important;
}

#header {
	display:none !important;
}

#subnav {
	display: none !important;
}

#sidebar {
	display:none !important;
}

#footer {
	display: none !important;
}

.bottom {
	display: none !important;
}