/* CSS Document */
body {
	margin: 0px;
	font-family: verdana,times new roman,arial,sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	background: #000000;
}
.box1{
	margin: 14px 14px 0px 14px;
	position: relative;
	background: #000000;
	background: #000000 url(images/boxbg.jpg);
	border-color: #005500;
	border-style: solid;
	border-width: 3px;
	color: #ffff66;
	padding: 3px;
	font-size: 12px;
}
#linksleft {
	border-width: 3px 0px 0px 0px;
	border-style: solid;
	border-color: #707070;
	color: #000000;
	background: #000000 url(images/stripes42.jpg);
	position: absolute;
	left: 0px;
	width: 240px;
	height: 992px;
}
#linksleft2 {
	border-width: 3px 3px 3px 0px;
	border-style: solid;
	border-color: #707070;
	color: #000000;
	background: #000000 url(images/stripes42.jpg);
	position: absolute;
	left: 0px;
	width: 240px;
	font-size: 11px;
}
#linksright {
	border-width: 3px 3px 0px 0px;
	border-style: solid;
	border-color: #707070;
	color: #000000;
	background: #000000 url(images/stripes42.jpg);
	position: absolute;
	left: 3px;
	width: 210px;
	font-size: 11px;
}
#linksright2 {
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #707070;
	color: #000000;
	background: #000000 url(images/stripes42.jpg);
	position: absolute;
	left: 34px;
	width: 240px;
	font-size: 11px;
}
#middlecontent {
	width: 463px;
	border-top: 3px;
	margin-left: 240px;
	color: #000000;
	margin-right: 3px;
}
#rightcontent {
	width: 160px;
	border-top: 3px;
	margin-left: 700px;
	color: #000000;
	margin-right: 3px;
	top: 0px;
	position: absolute;
	font-size: 11px;
}
.content {
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #707070;
	padding: 14px;
	width: 100%;
	background: #000000 url(images/stripes42.jpg);
	color: #FFFFFF;
	text-align: justify;
}
.content2 {
	border-width: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #707070;
	padding: 14px;
	width: 100%;
	background: #000000 url(images/stripes42.jpg);
	color: #FFFFFF;
	text-align: justify;
}

A:link {
	color: #77CCFF;
	font-weight: bold
	text-decoration: underline overline
}

A:visited {
	color: #77FFAA;
	font-weight: bold
	text-decoration: underline overline
}

A:active {
	color: #44AA33;
	font-weight: bold
	text-decoration: underline overline
}

A:hover {
	color: #0077aa;
	text-decoration: underline overline
	font-weight: bold
}