html {

}
body {
	color:#000066;
	font-size:12px;
	border:0px;
	margin:0px;
	padding:0px;
	/*background: url(/images/body-bkg.jpg) repeat-x #ffefce;*/
	background-color: #ffefce;
	font-family:"Lucidia Grande", Tahoma, sans-serif;
	overflow-x:hidden;
	background: url(/images/logo2.png) left bottom no-repeat;
	
}

#container {
width: 900px;
position: relative;
margin-left: auto;
margin-right: auto;


}

#header {
width: 900px;
position: fixed;
top: 0px;
height: 177px;
background: url(images/topceiling.png) no-repeat left top;
z-index:2;
}

#leftMenu {
	position:fixed;
	width: 140px;
	height: 450px;
	padding-top: 8px;
	top:177px;
	color:#993300;
}
#content {
	position: relative;
	min-height: 450px;
	padding-left: 55px;
	padding-bottom: 10px;
	width: 680px;
	font-size: 14px;
	left:140px;
	padding-right: 20px;
	top:177px;
	z-index:1;
	margin-bottom:177px;
}
#footer {
	position:relative;
	width: 900px;
	text-align: center;
	height: 60px;
	border-top: solid 2px #660000;
	top:177px;

}

#leftMenu h5 {
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;

}

#leftMenu ul {
	text-align:right;
	padding: 0px;
	font-size: 16px;
	margin:0px;
}

#leftMenu ul li {
	list-style-type: none;
	margin: 10px 0 0 0 ;
	width: 140px;
}

#leftMenu ul li a {

	padding-right: 10px;
	color: #660000;
	text-decoration:none;
}

#leftMenu ul li a:hover {
color: #990000;
}

.floatLeft {
	float: left;
	margin: 10px 10px 10px 0px;}

.floatRight {
 	float: right;
 	margin: 10px 0px 10px 10px;
 	width: 400px;
	height: 300px;
 }
 .floatRightHeight {
 	float: right;
 	margin: 10px 0px 10px 10px;
 	width: 300px;
	height: 400px;
 }
 
.content textleft{
	padding-right: 200px;

}
.leftText{
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	font-style:italic;
}
.rightText{
	width: 530px;
	position: relative;
	padding-left: 220px;
	padding-top: 5px;
}
#content h1 {
	padding-top: 15px;
	margin-top: 0px;
	color:#000066;
	font-weight:normal;
}



#box {
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 4px;
 }
 .boxtitle {
	font-weight: bold;
	font-size: 18px;
 }
 #boxmonth {
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	padding-right: 20px;
	margin-bottom: 2px;
	text-align: right;
	font-weight:bold;
	font-size: 22px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/bkg.png) repeat;
 }
