﻿body {
	font-family: Verdana;
	font-size: 1.1em;
	background: #FFE559;
	background-image: url(../img/saga_logo.png);
	background-repeat: no-repeat;
}


#main_wrapper {width: 740px; height: 100%; position: absolute; top:0px; margin: 0 auto; background-image: url(../img/saga_pic.png); background-repeat: no-repeat;}
#main_wrapper_in {width: 740px; height: 100%; position: absolute; top:0px; margin: 0 auto;}

#main_top_part {width: 740px; height: 210px; position: relative; top:0px;}
#main_top_part_in {width: 740px; height: 140px; position: relative; top:0px;}

#left_menu_bar {width: 144px; height: 28px; position: relative; left: 0px; top:0px; background-color: #CCFF00; border-bottom: 2px #651F29 solid; cursor:pointer;}
#left_menu_bar:hover { background-color: #B28F94;}
#left_menu_bar_sel {width: 144px; height: 28px; position: relative; left: 0px; top:0px; background-color: #B28F94; border-bottom: 2px #651F29 solid;}

.left_menu_txt {position: relative; left: 4px; top:8px; color: #651F29; font-size: 12px; font-weight: bold; cursor:pointer;}
.left_menu_txt:hover {text-decoration: underline;}
.left_menu_txt:visited {text-decoration: none;}
.left_menu_txt_sel {position: relative; left: 4px; top:8px; color: #651F29; font-size: 12px; font-weight: bold; cursor:pointer;}

.pageHeading{
	font-family: Arial;
	font-weight: bold;
	font-size:1.5em;
}

.sectionHeading{
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.5em;

}

p, table, li, div {
    font-family: Verdana;
	font-size: .9em;
}

p, ul, ol {
	line-height:normal;
	margin-top: .75em;
	margin-bottom: .75em;
}

.highlightBox
{
	border:2px #FF8000 solid;
	text-align:center;
	padding:5px;
	width:180px;
}

.calendar {
	margin-top: .5em;

}