* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
}

img {
	border:0;
	border-style:none;
}

* a, h1, h2, h3 {
	text-decoration:none;
	color:#78ae00;
}

* a:hover {
	color:#7a006a;
}

h3 {
	text-align:center;
}

hr {
	border:0;
	color:#78ae00;
	background-color:#78ae00;
	height:2px;
}

.hidden {
	display:block;
	visibility:hidden;
	clear:both;
}

/* ***Layout*** */
body {
	background:url(../images/mantis/right.jpg) top right repeat-y;
	font-family: "Book Antiqua", "Trebuchet MS","Lucida Grande", verdana, tahoma, arial, sans-serif;
}

#head {
	background:url(../images/mantis/topright.jpg) top right no-repeat;
	height:173px;
	padding-right:200px;
	position:relative;
	letter-spacing:1px;
	word-spacing:2px;
}

#navtop {
	background:url(../images/mantis/topleft.jpg) top left no-repeat;
	height:173px;
}

#container {
	background: url(../images/mantis/left.jpg) top left repeat-y;
	padding-right:240px;
	padding-left:120px;
}

#footer {
	background:url(../images/mantis/cbottomright.jpg) top right no-repeat;
	position:relative;
	bottom:0;
	height:2em;
	font-size:0.9em;
	clear:both;
}

#footleft {
	background:url(../images/mantis/cbottomleft.jpg) top left no-repeat;
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	left:0;
}

#design {
	background:url(../images/mantis/bottomright.jpg) bottom right no-repeat;
	width:100%;
	height:2em;
	position:absolute;
	top:20px;
	bottom:0;
	right:0;
	text-align:right;
}

#footlinks {
	background:url(../images/mantis/bottomleft.jpg) bottom left no-repeat;
	width:100%;
	height:2em;
	position:absolute;
	top:20px;
	bottom:0;
	left:0;
}

#rightimage {
	position:absolute;
	right:34px;
	top:0;
}

#leftimage {
	position:absolute;
	left:0;
	top:118px;
}
/* ***Layout*** */

/* ***Header*** */
.selected {
	border:1px solid #ccc;
}

#head h1 {
	position:absolute;
	left:110px;
	bottom:65px;
	z-index:10;
}

#head ul {
	list-style:none;
	z-index:10;
	position:absolute;
	left:105px;
	bottom:25px;
}

#head li {
	float:left;
	margin: 0 8px;
}

#head li a {
	display:block;
	padding: 3px 7px;
	color:#000 !important;
}

#head li a:hover {
	background:#78ae00;
	color:#000 !important;
}
/* ***Header*** */

/* ***Content*** */
#content {
	margin-top: -27px;
	width: 100%;
	z-index:10;
	float:left;
	display:inline;
	position:relative;
}

#content h2 {
	padding-top: 15px;
	z-index:10;
}

#content p {
	margin: 10px 0;
}

.info a, .info b {
	font-weight:bold;
}

.center {
	margin:auto;
	width:550px;
}
/* ***Content*** */

/* ***Comments*** */
#commentform {
	width: 450px;
	margin: auto;
	border: 1px solid #182866;
	padding: 10px;
	clear: both;
}

#commentform span {
	display: block;
}

#commentform label {
	float: left;
	width: 125px;
}

#commentform p {
	font-size: .9em;
}

#commentform .button {
	margin: 0 25px 0 0;
}

.comment {
	margin: 5px auto;
	max-width:550px;
	padding: 5px 0;
	color: #78ae00;
}

.cmsg {
	padding: 0;
}

.odd { 
	background:#BFD885;
	color:#7a006a;
}

.odd a {
	color:#7a006a !important;
}

.odd a:hover {
	color:#faa200 !important;
}

.odd .cmsg {
	border-top: 1px solid #7a006a;
}

.even {
	background: #eee;
}

.even .cmsg {
	border-top:1px solid #78ae00;
}

.pre {
	background: #89D60E;
}

.mycmnt { 
	background:#7a006a; 
	color:#fff;
	font-weight: bold; 
}

.mycmnt a {
	color:#fff !important;
}

.mycmnt a:hover {
	color:#78ae00 !important;
}

.mycmnt .cmsg { 
	border-top:1px solid #fff; 
}

.cmntinner {
	padding: 1px 15px;
}

#commentform .button {
    background: #78ae00;
    height: 20px;
	width: 50px;
	border: 1px solid #182866;
	margin:0 0 0 125px;
	padding-bottom:1px;
	cursor: pointer;
	font-size:0.6em;
}

#commentform .button:hover {
	background: #7a006a;
	color:#78ae00
}
/* ***Comments*** */

/* ***Sidebar*** */
#sidebar {
	float:left;
	display:inline;
	position:relative;
	width:140px;
	margin-right:-180px;
	padding-left:40px;
	height:auto;
	z-index:10;
}

#sidebar hr {
	margin-top:30px;
}

#sidebar ul {
	list-style:none;
}

#sidebar a{
	color:#000 !important;
}

#sidebar a:hover {
	color:#faa200 !important;
}
/* ***Sidebar*** */

/* ***Search*** */
#search {
	margin-bottom:50px;
}

.searchfield {
	background: #bfd885 url(../images/mantis/search.gif) top left no-repeat;
	border: 1px solid #78ae00;
	width: 92px;
}

.submit {
	background: #78ae00;
	height: 20px;
	width: 40px;
	border: 1px solid #182866;
	cursor: pointer;
	font-size:0.6em;
}

#search:hover .searchfield {
	border: 1px solid #faa200;
}

#search:hover .submit {
	background: #faa200;
}
/* ***Search*** */

/* ***Footer*** */
#footlinks span {
	margin: 0 240px 0 120px;
	text-align: center;
	display:block;
}

#design span {
	margin-right: 50px;
}

#footlinks a, #design a {
	z-index:10;
	position:relative;
}
/* ***Footer*** */

/* ***sIFR*** */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced...*/

.sIFR-hasFlash #head h1 {
	visibility: hidden;
	font-size: 42px;
}

.sIFR-hasFlash #content h2 {
	visibility:hidden;
	font-size:30px;
}

.sIFR-hasFlash h3 {
	visibility:hidden;
	font-size:30px;
}

/* ***Nifty Corners*** */
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
/* ***Nifty Corners***  */