@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(http://www.kingsnetworking.com/img/bodyBg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-color: fff;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	line-height: 2em;
}
a {
	text-decoration: none;
	color: #511C74;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: inherit;
}
a.buttonlisting {
	float: right;
	width:auto;
	color: #FFE505;
	font-family: Arial, Helvetica, sans-serif;
}
a.buttonlisting:hover {
	color: #511C74;
	background-color: #ffffff;
	background-image: none;
}
a.read_more {
	float: right;
	width:auto;
	color: #FFE505;
	font-family: Arial, Helvetica, sans-serif;
}
a.read_more:hover {
	color: #511C74;
	background-color: #FFE505;
	background-image: none;
}
a.content {
	color:#511C74;
	text-decoration:underline;
	}
a.content:hover {
	color:#511C74;
	background-color:#FFE505;
	text-decoration:none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
}
h1{
	font-size: 2em;
	color: #511C74;
}
h2{
	color: #B3A000;
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
	color: #511C74;
}
/*h3 a,a:visited {
	color:#511C74;
	text-decoration:underline;
	}
h3 a:hover {
	background: #FFE505;
	color: #511C74;
	text-decoration:none;
	}*/
h4{
	font-size: 1.4em;
	color: #B3A000;
}
h5{
	font-size: 1.2em;
	color: #511C74;
}
h6{
	font-size: 1em;
	color: #B3A000;
}
#content .imgRight {
	float: right;
	margin: 0 0 0 15px;
}
#content input, #content select, #content textarea {
	border: 1px solid #511C74;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}
#content input.button {
	background: #511C74;
	color:#FFF;
	cursor:pointer;
}
#content input.button:hover {
	color: #511C74;
	background:#FFF;
	cursor:pointer;
}
#content ol{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style: decimal;
}
 #content ul{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style: disc;
}
