BODY {
	background-color: #efefef;
}

#home-header SPAN {display: none;}
IMG#home-image {
	float: left;
	clear: right;
}

#webpage {
	width: 760px;
	margin: auto;
}

#main_body {
	width: 760px;
	background-color: white;
	border-width: 16px 0px 16px 0px;
	border-style: solid;
	border-color: #040;
}

#header {
    clear: both;
}

#left_navigation {
    width: 155px;
    float: left;
}

#content_column {
    margin-left: 220px;
}

#footer {
    width: 760px;
    clear: both;
}

#page_bottom {
    margin-top: 20px;
    text-align: center;
    font: xx-small "Verdana";
    color: #aaa;
    letter-spacing: 5px;
}
#page_bottom A {
    color: #888;
    text-decoration: none;
}
#page_bottom A:hover {text-decoration: underline;}

/*---------- NAVIGATION RULES ----------*/
#left_navigation {
	margin-top: 80px;
}
#left_navigation UL, #left_navigation LI {
    padding: 0px;
    margin: 0px 0px 0px 3px;
}
#left_navigation LI {
    list-style-type: none;
    border: 1px solid #444;
    margin-bottom: 4px;
    width: 150px;
}
#left_navigation LI A {
    display: block;
    padding: 2px 0px 2px 0px;
    width: 140px;
    color: #777;
    font: small Verdana;
    text-decoration: none;
    text-align: right;
    border-left: 4px solid white;
}
#left_navigation LI A:hover {
	border-color: #0a8;
	color: black;
}

/*---------- CONTENT RULES ----------*/
H1.home-header {display: none;}
#content_column H1 {
    font: medium "Arial";
    color: black;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: .2em;
}
#content_column H2 {
    color: black;
    font: medium "Arial";
    font-weight: bold;
}
#content_column H3 {
	font-weight: bold !IMPORTANT;
    font: medium "Arial";
    color: black;
    margin: 0px;
    padding-bottom: 10px;
    font-style: italic;
}
#content_column P, TABLE TR TD {
    font: small "Arial";
    color: #222;
    margin-right: 20px;
}
#content_column A, TABLE TR TD A {
    color: blue;
}
#content_column A:hover {
	color: red;
}
IMG.page_image {
    margin-top: 20px;
}

#content_column UL {
	margin: 0px;
	padding: 0px;
}
#content_column UL LI {
	margin-left: 30px;
	font: small "Verdana";
	color: #777;
}
#content_column UL LI.pdf {
	list-style-image: url('/site_img/icon_pdf.gif');
}

BLOCKQUOTE {
	width: 175px;
	display: block;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #eee;
}
BLOCKQUOTE P {
	font: medium "Times New Roman", serif !IMPORTANT;
	color: #888 !IMPORTANT;
	text-align: justify !IMPORTANT;
}
BLOCKQUOTE P.paragraph-2 {
	font-style: italic !IMPORTANT;
	font-weight: normal !IMPORTANT;
}

/*---------- Calendar rules ----------*/
#calendar-header SPAN {display: none;}
#calendar_control {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.calendar_next A {
    font: x-small Verdana;
    color: #008;
    text-decoration: none;
}
.calendar_current {
    text-align: center;
    font: medium Helvitica, Verdana;
    color: #000;
    font-weight: bold;
    margin-left: 60px;
    margin-right: 60px;
}
#calendar TD.event_cell {
    border-top: 1px solid #c50000;
    border-bottom: 1px solid #f00;
    padding-top: 5px;
    font: small "Times New Roman";
    color: #555;
}
#calendar .event-header {
    font-weight: bold;
}
#calendar .event-header A {
    color: #335;
    margin-left: 15px;
    font: small Arial;
    text-decoration: none;
}
#calendar .event-header A:hover {
    color: #c18f50;
}
#calendar .event-description {
    margin: 0px 5px 5px 5px;
}
#calendar .event-description P {
    margin-left: 0px;
    padding-left: 6px;
}
#calendar .past_event {
    color: #c18f50 !IMPORTANT;
}
#calendar .today_event {
    background: #ddf;
}
#calendar .upcoming_event {
	background: #eef;
}
#calendar TABLE {
	padding-bottom: 20px;
}
.home_event {
    clear: both;
    border: 1px solid #000;
    margin: 20px 0px 20px 0px;
    background-image: url("http://www.dakota-inn.com/web/site_img/calendar_bg.gif");
    padding: 5px 10px 5px 10px;
}
.home_event H2 {
    margin: 0px !IMPORTANT;
    padding: 0px !IMPORTANT;
}
.home_event UL {
    padding: 0px;
    margin: 0px;
}
.home_event UL LI {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px 15px;
}