@charset "UTF-8";
/* CSS Document */
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width:864px;
	background-color:#000000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu {
	text-align: center;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#baseBar {
	text-align: left;
	background-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear:both;
}
#contentHolder {
	background-color:#FFFFFF;
}
#leftContent {
	float: left;
	width: 339px;
	background-color:#FFFFFF;
}
#rightContent {
	height: 449px;
	width: 490px;
	float: right;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right:15px;
	background-color:#FFFFFF;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#baseBar {
	text-align: left;
	background-image: url(../img/baseBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 46px;
}
#baseBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#baseBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#baseBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#baseBar a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
#termsContent {
	width: 490px;
	float: right;
	text-align: left;
	font-size:x-small;
	padding-top: 20px;
	padding-left: 20px;
	padding-right:15px;
	background-color:#FFFFFF;
}