/* CSS Document */
body {
	margin: 15px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.other2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* links */
.type3:link  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:active  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
}

.type3:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.type2:link  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}

.type2:visited  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}

.type2:active  {
	font-family: Arial;
	font-size: 11px;
	color: #CC3366;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
}

.type2:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}

/* Overal table */
.outline {
  border: 1px solid #F49AC1;
  font-family: Arial;
  font-size: 12px;
}

/* For top links */
#buttons {
	float: left;
	width: 945px;
  	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 21px;
}

ul#mainlevel-nav li
{
	background: url(topnav.webp) no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	width: 135px;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #CC3366;
	background: url(topnav.webp) no-repeat;
	width: 135px;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #0000FF;
	background: url(topnav2.webp) no-repeat;
}

/* For nav links to have no list style */
ul
{
margin: 0;
padding: 0;
list-style: none;
}


/* For mainbody */
#body_outer {
	padding: 1px;
	width: 620px;
	margin-left: 0px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* Content heading */
.contentheading {
	color: #CC3366;
	font-weight: bold;
	font-size: 12px;
}

/* heading */
.heading {
	color: #CC3366;
	font-weight: bold;
	font-size: 15px;
}

.bottomheading {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.fb-comments, .fb-comments span[style], .fb-comments iframe[style] {width: 100% !important;}

#tophead {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 960px) {

#widebanner {
	width: 730px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

}

@media only screen and (min-width: 700px) and (max-width: 959px){

#widebanner {
	width: 468px;
	height: 60px;
}

}

@media only screen and (min-width: 550px) and (max-width: 699px){

#widebanner {
	width: 320px;
	height: 100px;
}

}

@media only screen and (min-width: 470px) and (max-width: 549px){

#widebanner {
	width: 468px;
	height: 60px;
}

}

@media only screen and (max-width: 469px) {

#widebanner {
	width: 320px;
	height: 100px;
}

}

@media only screen and (min-width: 700px) and (max-width: 835px){

#tophead {
	width: 625px;
}

}

@media only screen and (min-width: 550px) and (max-width: 699px){

#tophead {
	width: 545px;
}

}

@media only screen and (min-width: 470px) and (max-width: 549px){

#tophead {
	width: 468px;
}

.topad td { display:block; }

}

@media only screen and (max-width: 469px) {

#tophead {
	width: 320px;
}

.topad td { display:block; }

}