@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #ECEAEE;
	cursor: default;
}
img {
	border:0px;
}
.pagecontentsize {
	position: relative;
	margin: 0px auto;
	width: 600px;
}
.containersize {
	width: 600px;
	height: auto;
	position: relative;
	margin-top: 100px;
}

.contentinterfacesize {
	width: 600px;
	height: auto;
	position: relative;
	z-index: 1;
	clear: both;
	cursor: auto;
	display: block;
}
.interfaceheadersize {
	background-image: url(bg_content_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 100%;
	position: relative;
}
.interfacebodysize {
	background-image: url(bg_content_body.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 100%;
	position: relative;
}
.interfacefootersize {
	background-image: url(bg_content_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 100%;
	position: relative;
	clear: both;
}
.innercontentsize {
	position: relative;
	margin: 0px auto;
	width: 520px;
	height: auto;
	min-height: 275px;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}

#container {
	width: 520px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
#centercontent {
	width: 520px;

}
#leftnav h1, #rightnav h1, #centercontent h1 {
	font-size: 20px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#leftnav h2, #rightnav h2, #centercontent h2 {
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

#rightnav p, #centercontent p {
	text-align: justify;
	margin: 0px;
	margin-bottom: 20px;
	cursor: text;
}
#rightnav li, #centercontent li {
	margin: 0px;
	list-style-image: url(list_bullet.png);
}

#rightnav a, #centercontent a {
	color: #666666;
	text-decoration: underline;
	display: inline;
}

#rightnav a:hover, #centercontent a:hover {
	text-decoration: underline;
	color: #000066;
}
#itemwrapper {
	width: 100%;
	position: relative;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 15px;
}
