body {
	width: 100%;
	height: 100%;
	min-width: 781px;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
}

form {
	padding: 0px;
	margin: 0px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #4f0b7b;
}

img {
	padding: 0px;
	margin: 0px;
}

/* Home Main Content */

div.HomeContentContainer {
	/*width: 100%;
	min-width: 781px;
	float : left;
	padding-bottom : 202px;*/
	background: url(../../../images/home/main_pic.jpg) left top no-repeat;
	float : left;
}

div.HomeContentContainer:after {
	content : " ";
	display : block;
	clear : both;
}

* html div.HomeContentContainer {
	height : 1px;
}


div.HomeContentBox {
	padding-left: 435px;
	padding-right: 40px;
	width: auto;
	float : left;
}

.HomeContentTitle {
	font-size: 1.85em;
	color: #560c7a;
}

.HomeContentTxt {
	font-size: 0.80em;
	color: #333333;
}

/* Home Sub Ads */

div.HomeSubAdsContainer {
	width: 100%;
}

div.HomeSubAdTitle {
	padding-top: 4px;
	padding-left: 14px;
	width: 216px;
	height: 25px;
	background: url(../../../images/home/sub_ad_title.gif) center top no-repeat;
	text-align: left;
}

div.HomeSubAdBox {
	width: 230px;
	min-height: 144px;
	height:144px !important;
	min-height: 170px;
	height:170px !important;
	float : left;
	background: url(../../../images/home/sub_ad_bg.gif) center bottom no-repeat;
}

div.HomeSubAdBoxBottom {
	width: 230px;
	float : left;
	background: url(../../../images/home/sub_ad_bg_bottom.gif) center bottom no-repeat;
}

.HomeSubAdTxt {
	color: #560c7a;
}

.HomeSubAdTitleTxt {
	color: #ffffff;
}

/* Separate Sub Ads */

div.HomeSubAdHolder {
	float: left;
	width: 246px;
	text-align: center;
	border : solid 0px green;
}

div.HomeSubAd {
	float: right;
	width: 230px;
}

/* Sub Ad Content */

ul.HomeSubAdUL {
	float: left;
	margin : 0px;
	padding : 10px 0px 0px 10px;
	width: 200px;
	list-style: none;
}

ul.HomeSubAdUL li {
	float : left;
	margin : 0px;
	padding : 0px 0px 0px 10px; 
	width : 100%;
	font-size: 0.76em;
	line-height: 16px;
	color: #560c7a;
	text-align: left;
	background: url(../../../images/home/sub_ad_bullet.gif) left top no-repeat;
}

ul.HomeSubAdUL li.NoBullet {
	background: none;
}

ul.HomeSubAdUL li a {
	text-decoration: none;
}

ul.HomeSubAdUL li a:hover {
	text-decoration: underline;
}

a.HomeSubAdLink,
a.HomeSubAdLink:link,
a.HomeSubAdLink:active,
a.HomeSubAdLink:visited {
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

a.HomeSubAdLink:hover {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}

div.HomeSubAdBoxBottom ul {
	float: left;
	margin : 0px;
	padding : 0px 0px 0px 10px;
	width: 200px;
	list-style: none;
}

div.HomeSubAdBoxBottom ul li {
	float : left;
	margin : 0px;
	padding : 2px 0px 5px 10px; 
	width : 100%;
	font-size: 0.76em;
	line-height: 16px;
	color: #560c7a;
	text-align: left;
	background: url(../../../images/home/sub_ad_bullet.gif) left top no-repeat;
}

div.HomeSubAdBoxBottom ul li.NoBullet {
	background: none;
}

div.HomeSubAdBoxBottom ul li a {
	text-decoration: none;
}

div.HomeSubAdBoxBottom ul li a:hover {
	text-decoration: underline;
}
