/* Browser Default Classes START */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/page_bg.jpg);
}

ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
	list-style: square;
}
/* Browser Default Classes END */

/* Link Classes START */
a:link, a:visited, a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bc0024;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a5aaa1;
}

.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:active {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a.headerlink:hover {
	color: #bc0024;
}

.homefeaturelink, a.homefeaturelink:link, a.homefeaturelink:visited, a.homefeaturelink:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
}

a.homefeaturelink:hover {
	color: #bc0024;
}
/* Link Classes END */

/* Page Content Classes START */
.header {
	width: 550px;
	vertical-align: bottom;
	padding: 0px 12px 8px 12px;
}

.pageFrame {
	background-color: #ffffff;
	width: 728px;
}

.leftSideBg {
	background-image: url(../images/page_leftside_bg.gif);
}

.rightSideBg {
	background-image: url(../images/page_rightside_bg.gif);
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/home_top_bg.jpg);
	padding: 0px 270px 0px 33px;
	vertical-align: top;
	width: 573px;
	height: 190px;
}

.homefeature1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	background-color: #edd23f;
	padding: 0px 16px 10px 21px;
}

.homefeature2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	background-color: #92c750;
	padding: 0px 16px 10px 22px;
}

.homefeature3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	vertical-align: top;
	background-color: #a9b3ef;
	padding: 0px 18px 10px 20px;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	width: 728px;
	text-align: center;
	padding: 13px 16px 16px 16px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.footer a:hover {
	color: #bc0024;
}
/* Page Content Classes END */
