body {
	background-color: #d4d4d4;
	margin: 0;
	padding: 0;
}

p, li, br, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}


/* STYLES FOR BODY LINKS */
a.bodylink:link						{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

a.bodylink:visited 					{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
a.bodylink:hover 					{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	

}
a.bodylink:active					{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}



/* STYLES FOR MAIN NAVIGATION MENU */
a.nav:link						{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.nav:visited 					{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.nav:hover 					{
	text-decoration: none;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.nav:active					{
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navon {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}




/* these are used for the catwired.com credit */
A.credit:link 				{
	text-decoration:none;
	font-size: 10px;
}
A.credit:visited 			{
	text-decoration:none;
	font-size: 10px;
}
A.credit:hover 				{
	text-decoration:underline;
	font-size: 10px;
	color: #336600;
}
A.credit:active 			{
	text-decoration:underline;
	font-size: 10px;
}



.bordertlr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9900CC;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
}
.borderlr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
	border-bottom-style: none;
}
.borderblr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
}
.navseparator {
	line-height: 20px;
	font-size: 14px;
	white-space: normal;
	height: 16px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9900CC;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bgnorepeat {
	background-repeat: no-repeat;
}.bordertb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.borderrtb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
}

.borderall {
	border: 2px solid #000000;
}
.content_table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #339B94;
	font-weight: bold;
}
h1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339B94;
	margin: 0;
	padding: 0;
}
.leftnav {
	padding: 10px;
}
.indent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.contentLeft {
	width: 370px;
	float: left;
	padding-left: 10px;
}
.contentRight {
	width: 320px;
	float: right;
	margin-left: 15px;
}
