body {
    background: #FFF url(/templates/act_of_kindness/images/bg.png) repeat-x;
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:.8em;
	color:#666666;
	letter-spacing:0.5px;
	line-height:18px;
}

img {
	padding:10px 10px 10px 0px;
}

.logo {
	padding-left:10px;
}

.container {
    background: #FFF url(/templates/act_of_kindness/images/header.jpg) no-repeat top left;
    width: 759px;
    padding: 162px 20px 20px 20px;
    margin: 0px auto;
	font-size:.85em;
}
.menu {
	float:left;
	width:210px;
	padding-top:40px;
}
.menu a {
	display:block;
	color:#998144;
	padding:4px 0px 4px 35px;
	outline:none;
	cursor:hand;
	text-decoration:none;
}
.menu a:link {
	color:#998144;
	text-decoration:none;
	
}
.menu a:hover {
	color:#998144;
	background:#FFF url(/templates/act_of_kindness/images/gs.gif) center left no-repeat;
}
.menu a:visited {
	color:#998144;
}
.menu a.selected {
	background:#FFF url(/templates/act_of_kindness/images/gs.gif) center left no-repeat;
	font-weight:bold;
}
.menu div a {
	color:#666 !important;
}
.content {
	width:500px;
	float:left;
}

a {
    color: #545C66;
    line-height: 20px;
    text-decoration: underline;
}

a:visited {
	color:#998144;
}



a:hover {
    color: #95C222;
}

li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px 0px 0px 16px;
}

ul li {
    list-style: disc;
}

h1 {
    font-size: 1.5em;
    color: #9D7FB8;
}

h2 {
    font-size: 1.3em;
    color: #9D7FB8;
}

h3 {
    font-size: 1.3em;
    color: #BF9E4F;
}

h5 {
    font-size: 1.3em;
    color: #C5D05A;
}

h4 {
    font-size: 1.2em;
    color: #C5D05A;
    font-weight: bold;
}

form label, input {
	float:left;
	margin:5px 0px 5px 0px;
}
form .phone {
	margin-right:5px;
}
form label {
	width:130px;
}
form br {
	clear:both;
}
form textarea {
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	width:200px;
	height:40px;
}
form .radio_label {
	width:300px;
}
form .radio_label input {
	margin-right:10px;
}
