@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #7d7c7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.textmain {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 15px;
	width: 320px;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	margin-right: 15px;
	margin-left: 10px;
}
.sidebartext {
	padding: 10px 15px 15px 25px;
	font-size: small;
	width: 120px;
}
.header1 {
	font-size: medium;
	line-height: 15px;
	font-variant: normal;
	color: #666666;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.textmainlist {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 0px 20px 10px 0px;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 0px;
}

.bkgrnd {
	background-repeat: repeat-x;
	background-image:  url("images/Background.jpg");
	width: 100%;
}
#thinkcreate {
	position: absolute;
	left: 262px;
	top: 179px;
	visibility: visible;
}
.menutext {
	text-align: left;
	padding: 2px 2px 2px 12px;
	margin: 0px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
	font-size: small;
}
#leftshadowbar {
	left: 183px;
	top: 231px;
	position: absolute;
	height: 707px;
	visibility: visible;
}
#rightshadowpiece {
	left: 804px;
	top: 711px;
	position: absolute;
	height: 224px;
	visibility: visible;
}
.logo {
	margin: 0px;
	padding: 0px 0px 5px 20px;
}
.textmainNoBorder {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 0px;
	width: 320px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

.line {
	color: #666666;
	padding: 0px;
	width: 320px;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	margin-right: 15px;
	margin-left: 10px;
}
.preferredvendor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color: #999999;
}
.rtshadow {
	background-image: url(images/rtshadow.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.btmshadow {
	background-image: url(images/btmshadow.png);
	background-repeat: repeat-x;
}
a:link {
	color: #9F1A1B;
	text-decoration: none;
}
a:visited {
	color: #9F1A1B;
	text-decoration: none;
}
a:active {
	color: #9F1A1B;
	text-decoration: none;
}
a:hover {
	color: #9F1A1B;
	text-decoration: underline;
}
.floatrt {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
