/* CSS Document */

body {
	background-color: #fff;
	color: #fff;
	padding: 0;
	margin: 0;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0;
}
#SiteContainer {
	text-align: left;
	background-color: #333;
	background-image: url(../images/page/left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#SiteBody {
	background-image: url(../images/page/right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	padding: 15px 25px;
}
.SiteHeaderArea {
	height: 45px;
	background-image: url(../images/page/top.jpg);
	background-repeat: repeat-x;
}
.SiteHeaderArea .left {
	width: 42px;
	height: 45px;
	background-image: url(../images/page/top_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.SiteHeaderArea .right {
	width: 41px;
	height: 45px;
	background-image: url(../images/page/top_right.jpg);
	background-repeat: no-repeat;
	float: right;
}
.SiteHeaderArea .clear {
	clear: both;
}
.SiteFooterArea {
	height: 45px;
	background-image: url(../images/page/bot.jpg);
	background-repeat: repeat-x;
}
.SiteFooterArea .left {
	width: 42px;
	height: 45px;
	background-image: url(../images/page/bot_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.SiteFooterArea .right {
	width: 41px;
	height: 45px;
	background-image: url(../images/page/bot_right.jpg);
	background-repeat: no-repeat;
	float: right;
}
.SiteFooterArea .clear {
	clear: both;
}

.SiteHeading {
	text-align: center;
}

.SiteHeading .SiteCaption {
	text-align: center;
	color: #fffff0;
}

.PageBody {
	padding-top: 20px;
	padding-right: 10px;
}

.PageBody .MBody {
	padding: 0 0 10px 20px;
	margin-right: 150px;
	line-height: 2em;
	font-size: 14px;
	text-align: justify;
}

.PageBody .MFooter {
	text-align: center;
}

.SiteNavContainer {
	padding-top: 30px;
	float: right;
}

.LeftNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.LeftNav li {
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.LeftNav a:link, .LeftNav a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(/images/links.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 28px;
	display: block;
	width: 100px;
	height: 24px;
}

.LeftNav a:hover {
	background-image: url(/images/links_hover.gif);
	color: #ffaeae;
}


.VertSep {
	background-image: url(../images/devbar.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.headline {
	background-color: #ffffd7;
	background-image: url(/images/head_line.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 2px;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.headline div {
	height: 2px;
	background-image: url(../images/head_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}


.copyright {
	height: 5px;
	text-align: center;
	padding: 20px 25px 0 25px;
}


.copyright .copybar {
	height: 2px;
	background-color: #ffffd7;
	background-image: url(/images/head_line.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.copyright .copybar div {
	height: 2px;
	background-image: url(../images/head_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.copyright .copytext {
	font-size: 9px;
	padding-top: 5px;
}