body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#rms {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#rms #left {
	float: left;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rms #right {
	float: right;
	width: 430px;
	padding-right: 70px;
	padding-top: 30px;
	padding-bottom: 35px;
}
#rms #left ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
	margin-top: 100px;
}
#rms #left li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 200px;
}
#rms #left a {
	color: #666666;
	text-decoration: none;
}
#rms #left a:hover {
	color: #c47416;
}
#rms #right p, #rms #right table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
#rms #right h1, .contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}
#footer {
	width: 720px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 15px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	font-weight: bold;
	padding-bottom: 15px;
}
#footer a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.componentheading {
	display: none;
}

.contentheading {
	font-size: 22px;
	padding-bottom: 10px;
}

#right a {
	color: #444;
}

#right a:hover {
	color: #c47416;
}

.google-larger {
	display: block;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

