@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	background: #D5D9DD;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

#holder {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 122px;
	width: 916px;
	position: relative;
}

#menu {
	clear: both;
	float: left;
	height: 58px;
	width: 916px;
	position: relative;
	background-image: url(images/topmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.lefty {
	background: url(layout/topbuttonsleftindent.jpg) no-repeat left top;
	margin-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#menu .item {
	position: relative;
	z-index: 2;
	float: left;
	height: 35px;
	background: url(layout/topbuttonsleftindent.jpg) no-repeat right top;
	margin-top: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #666666;
	padding-right: 14px;
	padding-left: 14px;
	background: url(images/border.jpg) no-repeat right top;
	margin-top: 1px;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 2.9em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 2px;
	text-transform: capitalize;
}
#menu a:hover{
	display: block;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	text-decoration: underline;
	color: #000000;
	padding-right: 14px;
	padding-left: 14px;
	;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 2px;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 2.9em;
	font-weight: normal;
	font-variant: normal;
}

#mainareatop{
	position: relative;
	height: 20px;
	width: 916px;
	left: 0px;
	top: -1px;
	background-image: url(images/mainareatop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#mainarea {
	background-image: url(images/mainareamiddle.png);
	background-repeat: repeat-y;
	position: relative;
	width: 916px;
	float: left;
	background-position: top;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}


h1, h2, h3, h4 {

	font-size: 20px;
}


#content  {
	width:550px;
	float:left;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#mainareabottom {
	position: relative;
	width: 916px;
	left: 0px;
	bottom: -25px;
	height: 40px;
	clear: both;
	float: left;
	background-image: url(images/mainareabottom.png);
	background-position: left bottom;
}
#rightmenu {
	float: right;
	width: 275px;
	position: relative;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 0px;
}
#rightmenu a{
	font-size: 14px;
	color: #666666;
	display: block;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 15px;
}

#rightmenu a:hover {
	color: #333333;
	text-decoration: underline;
}
