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

body {
	background-color: #d9d9d9;
	color: #666666;
	font: 0.8em Arial, Verdana, Tahoma;
	text-align:center;
}

#container {
	width: 950px;
	background-color: #ffffff;
	border: 1px solid #666666;
	margin: 0px auto;
	margin-top: 30px;
	text-align: left;
	padding-bottom: 16px;
}

* html #container {
	margin-top: 15px;
}

*:first-child+html #container {
	margin-top: 15px;
}

#containerHeader {
	width: 100%;
}

#Header {
	margin-left: 12px;
	margin-top: 15px;
	display: inline;
	float: left;
}

#Login {
	display: inline;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

#Login table {
	font-size: 0.9em;
}

#Login input {
	border: 1px #b2b2b2 solid;
	width: 140px;
}


#Login input.noBorder{
	border: none;
	width: 87px;
}

#containerContent {
	background: url(../rmimages/content-bg.jpg);
	width: 910px;
	height: 467px;
	margin-left: 20px;
}

#Content {
	margin-left: 20px;
	padding-top: 3px;
	width: 515px;
}

#containerContact {
	width: 100%;
	clear: both;
}

*:first-child+html #containerContact {
	position: relative;
	bottom: 6px;
}

* html #containerContact {
	position: relative;
	bottom: 6px;
}

#containerContact #ContactLeft {
	background: url(../rmimages/paneLeft.gif);
	width: 210px;
	height: 80px;
	display: inline;
	float: left;
	margin: 15px 0px;
	padding-left: 10px;
}

#ContactRight {
	background: url(../rmimages/paneRight.gif);
	width: 210px;
	height: 80px;
	margin: 15px 0px;
	margin-left: 30px;
	display: inline;
	float: left;
	padding-left: 10px;
}

#containerContact p {
	font-size: 0.95em;
}

#containerFooter {
	margin: 0px auto;
	margin-top: 15px;
	width: 950px;
}

#Footer {
	width: 100%;
}

#FooterText {
	display: inline;
	float: left;
	padding-top: 5px;
	font-size: 0.8em;
}

#FooterImage {
	display: inline;
	float: right;
}

h1 {
	font-family: "MS Trebuchet", "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 2em;
	color: #78a22f;
	padding-top: 5px;
}

* html h1 {
	position: relative;
	top: 5px;
}

*:first-child+html h1 {
	position: relative;
	top: 5px;
}

.green {
	font-family: "MS Trebuchet", "Trebuchet MS", Verdana, Arial, Tahoma;
	color: #78a22f;
	margin-top: 0px;
	margin-bottom: 0px;
}


.greenSub {
	font-family: "MS Trebuchet", "Trebuchet MS", Verdana, Arial, Tahoma;
	color: #78a22f;
	margin-top: 8px;
	margin-bottom: -5px;
}

* html .greenSub {
	margin-bottom: -15px;
}

*:first-child+html .greenSub {
	margin-bottom: -15px;
}

.pinkSub {
	font-family: "MS Trebuchet", "Trebuchet MS", Verdana, Arial, Tahoma;
	color: #f460af;
	margin-top: 8px;
	margin-bottom: -5px;
}

* html .pinkSub {
	margin-bottom: -15px;
}

*:first-child+html .pinkSub {
	margin-bottom: -15px;
}

a {
	color: #78a22f;
}

a:hover {
	color: #78a22f;
	text-decoration: none;
}


td.sub {
	padding: 3px 0px 10px 0px;
}

.clearBoth {
	clear: both;
}

.padright {
	padding-right: 5px;
}

ul
{
	list-style-type: none;
	padding: 10px 10px ;
	margin: 0;
	margin-top:-5px;
}

li
{
	background-image: url(../rmimages/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.1em;
}