body {
	background-color:#E1E1E1;
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color: #666666;
}

#container {
	background-color:#FFFFFF;
	width: 760px;
	text-align:left;
	margin: 0px auto -1px auto; 	
}

#header {
	margin:10px;
	text-align: right;
	color: #666666;
	position:relative;
 	left:23px;

}
#header p {
	font-size:12px;
}
#nav {
	margin:10px;
	border-bottom:solid 1px #8388C7;
}
#nav a, #nav a:link, #nav a:visited {
	font-weight: bold;
	color: #8388C7;
	margin-right: 20px;
	text-decoration: none;
}
#nav a:hover {
	color:#990000;
}
#nav a.selected {
	color:#990000;
}
#content {
	margin:10px;
}
#content h1 {
	font-size:16px;
}
#content h2 {
	font-size:14px;
	color:#333333;
}
#content h3 {
	font-size:12px;
}
#content p {
	font-size:12px;
	color: #666666;
}
#content ul {
	font-size:12px;
	color: #666666;
}
#emailform {
	display:none;
	background-color:#8388C7;
	/*background-color:#511F76;*/
	padding:10px;
}
#emailform p {
	color:#FFFFFF;
}
.highlight {
	font-weight:bold;
	color:#990000;
}
.faq {
	margin-left: 30%;
	background-color: #EEEEEE;
	padding: 1px 10px 1px 10px;
}
.marginLeft {
	margin-left: 20px;
}
.tblComment {
	border-top:#999999 solid 4px;
	border-bottom:#999999 solid 4px;
}
#footer {
	margin:10px;
	text-align: right;
	font-size: 12px;
	color: #DDDDDD;
}
.small {
	font-size:10px;
}
.col {
	margin-left:20px;
	float:left;
}
.buyFrm {
	margin-left:100px;
}
.buyFrm .price {
	color:#999999;
	font-weight:bold;
}
.buyFrm .total {
	color:#999999;
	font-weight:bold;
}
.buyFrm .footer {
	clear:both;
	background-color:#FF0000;

}

.buyFrm label {
	position: absolute; text-align:right; width:170px;
}
.buyFrm input {
	margin-left: 180px;
}
.buyFrm .paypalBtn {
	margin-left: 180px;
}
.addnewuser
{
	width:300px;
	text-align:right;
}
.list
{
	font-size:10px;
}
.clearfloat
{
	clear:both;
}