/*******************copyright Missyredboots/JC Broug 2009*******************/
body {
	background-image: url(../nav/bodybc.gif);
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*************************************Location*********************************/
#Location {
	width: 430px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../nav/submenu_bc.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
}
#Location a:link, #Location a:visited {
	color: #333333;
	text-decoration: underline;
}
#Location a:hover {
	color: #993366;
	font-weight: bold;
	text-decoration: none;
}
/*************************************SubMenu*********************************/
#SubMenu {
	font-family: Helvetica, sans-serif;
	width: 500px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../nav/submenu_bc.gif);
	text-align: right;
	display: block;
	height: 30px;
	padding: 0px;
}
#SubMenu a:link, #SubMenu a:visited {
	color: #FFFFFF;
	display: block;
	clear: left;
	float: right;
	height: 15px;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	padding-bottom: 0px;
	background-image: url(../nav/submenu_bc_o.gif);
	font-weight: bold;
}
#SubMenu a:hover {
	color: #993366;
	background-image: url(../nav/menubc_o.gif);
}
.SubMenuA_On {
	color: #333333;
	display: block;
	clear: left;
	float: right;
	height: 15px;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	padding-bottom: 0px;
	font-weight: bold;
	background-color: #FFFFFF;
}
/*************************************SubMenu*********************************/
#LeftNav {
	font-family: Helvetica, sans-serif;
	display: block;
	width: 160px;
	padding: 0px;
	background-image: url(../nav/menubc.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#LeftNav h1 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	width: 152px;
	display: block;
	color: #993366;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#LeftNav form {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#LeftNav select {
	font-family: Helvetica, sans-serif;
	color: #993366;
	padding: 0px;
	width: 148px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
}
#LeftNav a:link, #LeftNav a:visited
{
	font-family: Helvetica, sans-serif;
	display: block;
	cursor: pointer;
	color: #993366;
	text-decoration: none;
	background-image: url(../nav/menuup.gif);
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#LeftNav a:hover
{
	color: #993366;
	background-image: url(../nav/menuover.gif);
	display: block;
	background-position: left top;
}
.LeftNavA_On
{
	font-family: Helvetica, sans-serif;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../nav/menuon.gif);
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
/*************************************ContentNormal*********************************/
#ContentNormal {
	color: #666666;
	background-image: url(../nav/content_bc.gif);
	width: 580px;
	display: block;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
}
#ContentNormal h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC6699;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6699;
	font-style: italic;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#ContentNormal h2 {
	font-weight: normal;
}
#ContentNormal h3 {
	color: #993366;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
.ContentNormalimg {
	margin: 5px;
	border: 1px solid #CCCCCC;
}
#ContentNormal a:link, #ContentNormal a:visited {
	color: #993366;
}
#ContentNormal a:hover {
	color: #000000;
}
/*************************************ContentLisitings*********************************/
#ContentListings {
	color: #666666;
	background-image: url(../nav/content_bc.gif);
	width: 580px;
	display: block;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#ContentListings h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC6699;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6699;
	font-style: italic;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ContentListings h2 {
	font-weight: normal;
}
#ContentListings h3 {
	color: #993366;
	font-size: 12px;
	font-weight: bold;
	width: 580px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6699;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ContentListings h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	width: 575px;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(../nav/menubc.gif);
}
#ContentListings p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ContentListingsimg {
	margin: 5px;
	border: 1px solid #CCCCCC;
}
#ContentListings a:link, #ContentListings a:visited {
	color: #993366;
}
#ContentListings a:hover {
	color: #000000;
}
/*************************************Header*********************************/
#Header {
	width: 600px;
	clear: left;
	display: block;
	height: 51px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 0px;
	float: none;
}
/*************************************AdSpaces*********************************/
#Advert600Space {
	width: 600px;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
}
#Advert150Space {
	width: 150px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Advert150Space img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#Advert160Space {
	width: 160px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#Advert160Space img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*************************************Copyright*********************************/
#Copyright {
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	background-image: url(../nav/bodybc.gif);
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#Copyright a:link, #Copyright a:visited {
	color: #FFFFFF;
	background-image: url(../nav/submenu_bc.gif);
	background-repeat: repeat;
	display: block;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#Copyright a:hover {
	color: #333333;
}
#Top {
	width: 940px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #993366;
	font-weight: normal;
}
