body {
	font-family:Georgia, serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px
}
h2 {
	line-height: 1.45;
	font-size:28px;
	color:#333333;
}
h3 {
	font-size:21px
}
h4 {
	font-size:16px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style: none;
	line-height:19px;
}
li {
	margin-left:15px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
p {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:19px;
}


.logo {
	background:url(http://www.kemped.com/img/logo.gif) no-repeat;
	height:47px;
	width:100%;
	text-indent:-999px;
	font-size:1px;
	padding-bottom:20px;
	padding-top:5px;
}

.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(http://www.kemped.com/img/textfield.gif);
    background-repeat: repeat-x;
    /*I am going to add some text formatting of my own*/
    font-family: Georgia, serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 16px;
	margin-bottom:10px;
	padding:1px 2px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }
	
.textarea_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*we are now going to add in the shadow image that we created earlier*/
    background-image: url(http://www.kemped.com/img/textfield.gif);
    background-repeat: repeat-x;
	background-position:bottom;
    /*I am going to add some text formatting of my own*/
    font-family: Georgia, serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 90px;
	margin-bottom:10px;
	padding:1px 2px;
    }
 
/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/
 
.textarea_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
    }
 
.textarea_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
    }
	
.submitbutton {
	background:none;
	border:none;
	font-family: Georgia, serif;
    font-size: 12px;
    color: #666666;
	border-bottom:dotted 1px #999999;
	padding:0;
	margin:0;
	margin-top:10px;
}
.submitbutton:hover {
    color: #1B1B1B;
	border-bottom:dotted 1px #64acd8;
}
small a {
	font-family: Georgia, serif;
    font-size: 12px;
    color: #666666;
	border-bottom:dotted 1px #999999;
	text-decoration:none;
	padding:0px 2px;
}
small a:hover {
    color: #1B1B1B;
	border-bottom:dotted 1px #64acd8;
}
.linedivider {
	height:1px;
	width:100%;
	background-color:#64acd8;
}
.wrap {
	overflow:hidden;
	margin-top:15px;
}
.client {
	background-image:url(http://www.kemped.com/img/clientbg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:300px;
	overflow:hidden;
}
.client h4 {
	margin-top:20px;
}
.client img {
	border:none;
	padding:10px;
	margin:0;
}
.client a img {
	border:none;
}
.margintop_20 {
	margin-top:20px;
}
.margintop_40 {
	margin-top:40px;
}
.marginbottom_20 {
	margin-bottom:20px;
}
.marginbottom_40 {
	margin-bottom:40px;
}
ul.feeds li {
	margin-left:0px;
}
ul.feeds li a {
	font-family: Georgia, serif;
    font-size: 12px;
    color: #666666;
	border-bottom:dotted 1px #999999;
	text-decoration:none;
	padding:0px 2px;
}
ul.feeds li a:hover {
    color: #1B1B1B;
	border-bottom:dotted 1px #64acd8;
}

ol {
  background: #555555;
  margin:0px;
  padding-left:4px;
  color:#FFFFFF;
  padding:0;
}

li.entries {
	border:solid 1px #999999;
	padding:20px;
	margin-left:0;
	background-image: url(http://www.kemped.com/img/textfield.gif);
    background-repeat: repeat-x;
	background-position:bottom;
	margin-bottom:20px;
}

li.entries ul {
	margin-bottom:0px;
}

li.entries ul li {
	margin-left:0px;
	margin-bottom:10px;
}
li.action {
	margin-bottom:0px !important;
}

li.action a {
	font-family: Georgia, serif;
    font-size: 12px;
    color: #666666;
	border-bottom:dotted 1px #999999;
	text-decoration:none;
	padding:0px 2px;
}
li.action a:hover {
    color: #1B1B1B;
	border-bottom:dotted 1px #64acd8;
}

li.listdate {
	font-size:16px;
}

li.listmessage {
	color: #333333;
}

li.listsigned {
	font-style:italic;
}

.additem label {
clear:both;
float:left;
padding-top:2px;
text-align:left;
width:90px;
}

.additem .controls {
display:block;
overflow:hidden;
width:210px;
}

.margintop20 {
	margin-top:20px;
}

.email {
font-size:10px;
color:#8B8B8B;
}