@charset "utf-8";
body {
	background-image: url(layout_img/bg.gif);
	background-repeat: repeat-x;
	background-color: #cbfbba;
	margin: 0px;
}
#container {
	margin: auto;
	width: 1000px;
}
#header {
	background-image: url(layout_img/header.gif);
	height: 153px;
}
#topcontent {
	background-image: url(layout_img/content_top.gif);
	height: 25px;
}
#menucontainer {
	background-image: url(layout_img/menubg.gif);
	height: 84px;
	width: 794px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 206px;
	padding-right: 0px;
}
#menucontainer img{
	cursor: pointer;
}
#content {
	background-image: url(layout_img/contentbg.png);
	background-repeat: repeat-y;
	padding-right: 48px;
	padding-left: 70px;
}
#columnleft {
	float: left;
	width: 138px;
	background-image: url(layout_img/columnleftbg.gif);
	background-repeat: no-repeat;
	height: 110px;
}

#columncenter {
	float: left;
	width: 600px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 80%;	
	background-image: url(layout_img/columncenterbg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 18px;
	padding-left: 7px;
}
#columncenter a {
	color: #7777FF;
	text-decoration: none;
}
#columncenter a:hover {
	text-decoration: underline;
}
#columncenter h1{
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin-top: 0px;
	text-align: center;
}
#columncenter h2 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#columncenter p:first-letter {
	font-size: 150%;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	margin-right: 2px;
}
#columncenter img {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	padding: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-left-color: #E2E2E2;
	margin: 10px;
}	
#columnright {
	float: left;
	width: 119px;
}
#clearing {
	clear: both;
	padding-bottom: 16px;
}
#bottomcontent {
	background-image: url(layout_img/content_bttm.png);
	height: 18px;
}
