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

html {
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background:url(../images/BodyBG.jpg) no-repeat center top #eee;
	color:#666;
	line-height:1.5em;
}
a {
	color:#aecd58;
}
a img {
	border:0;
}
h1 {
	color:#aecd58;
}
h2 {
	font-size:1.3em;
	margin:0.5em 0;
}


#container {
	width:684px;
	margin:40px auto 0 auto;
}

#header {
	position:relative;
	height:170px;
	padding-left:20px;
}
#header ul {
	position:absolute;
	right:10px;
	bottom:50px;
	list-style-type:none;
}
#header li {
	display:inline;
	margin:0 7px;
}
#header a {
	color:#FFF;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#content {
	width:624px;
	min-height:250px;
	padding:10px 30px;
	background:url(../images/cont_bg-trans.png) repeat-y;
	margin:15px 0 20px 0;
	position:relative;
}
#leftcontent {
	float:left;
	width:350px;
	padding-right:20px;
}
#rightcontent {
	float:left;
	padding-left:20px;
	width:220px;
	border-left:1px solid #eee;
	margin-top:40px;
}
#clearboth {
	clear:both;
}
#content li {
	list-style-type:lower-alpha;
}
#menu {
	position:absolute;
	bottom:-2px;
	right:0;
	height:52px;
}
#menu a {
	float:right;
}
#conttop {
	top:-15px;
}
#cont-bottom {
	bottom:-15px;
}
.cont {
	left:0;
	height:20px;
	width:684px;
	position:absolute;
}
.ff {
	width:190px;
	border:1px solid #666;
	font-size:12px;
}
.ffButton {
	border:1px solid #666;
	font-size:12px;
	background-color:#fff;
	color:#666;
	font-weight:bold;
}
.headerReplacement {
   text-indent: -9999px;
   width: 300px;
   height: 30px;
}
.mtHdr {
	background: url(../images/hdr_mt.gif) #fff no-repeat;
}
.auHdr {
	background: url(../images/hdr_au.gif) #fff no-repeat;
}
.cuHdr {
	background: url(../images/hdr_cu.gif) #fff no-repeat;
}
.csHdr {
	background: url(../images/hdr_cs.gif) #fff no-repeat;
}
.gdHdr {
	background: url(../images/hdr_gd.gif) #fff no-repeat;
}
.mcHdr {
	background: url(../images/hdr_mc.gif) #fff no-repeat;
}
.mrHdr {
	background: url(../images/hdr_mr.gif) #fff no-repeat;
}
.cpHdr {
	background: url(../images/hdr_cp.gif) #fff no-repeat;
}
.testHdr {
	background: url(../images/hdr_test.gif) #fff no-repeat;
}
.mr1px {
	margin-right:1px;
}
.greenText {
	color:#aecd58;
}