body{
	font: 9pt Arial, Helvetica, sans-serif;
	background-color: #F4F9F2;
}
h1{
	padding: 0px 0px 0px 0px;
	font-size: 16.5pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #190949;
	font-weight: normal;
}

h2{
	padding: 0px 0px 10px 0px;
	font:12pt bold Tahoma, Verdana, Arial, sans-serif;
	color: #190949;
}
h3{
	font: bold 10pt Tahoma, Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 12px;
}
table{
	border-top: 1px solid #e2e3de;
	border-right: 1px solid #e2e3de;
	margin-bottom: 15px;
}
td{
	vertical-align: top;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e3de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e3de;
	font-size: 12px;
}
td ul{
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
p{
	padding: 0px 0px 5px 0px;
	line-height: 15px;
}
.day td{
	background-color: #e2e3de;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #190949;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---div-------------------------------------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	position: relative;
}
#body_text{
	padding: 0px 0px 0px 240px;
	min-height:810px;
}
/* for IE */ * html
#body_text{
	padding: 0px 0px 0px 240px;
	height:810px;
}
#footer{
	border: 1px dashed #999999;
	display:block;
    height: 20px;
	width:700px;
	padding: 7px 0px 5px 35px;
}
#navigation{
	background:#fff url(../images/logo.gif) no-repeat top;
	display:block;
	top: 40px;
	width: 217px;
	padding:75px 0px 15px 0px;
	margin-bottom:10px;
	border: 1px dashed #999999;
	position: absolute;
	margin-left:4px;
}
#navigation ul{
	list-style: none;
	margin:-9px 0px 0px 17px;
	padding:0px 0px 0px 0px;
}
#navigation li {
	padding-left:-25px;
}
/*---headers-------------------------------------------------------------------------------------------------------------------*/
#page_header h1 {
	width: 700px;
	height: 30px;
}
/*---links-------------------------------------------------------------------------------------------------------------------*/
#navigation li a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	line-height: 12px;
}
#navigation li a:hover {
	color:#FF6600;
}
#footer a{
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}