body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Candara, Arial, sans-serif;
	font-size:100%;
	line-height:1.125em;
}
.links {
	letter-spacing: .2em;
	font-size:0.975em;
	text-align: center;
}
.links a {
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: 0px solid white;;
}
a:link, a:visited, h2 a:link, h2 a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active, h2 a:hover, h2 a:active {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#header{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}
#content{
	font-size:0.975em;
	margin-top: 5px;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
}
#edit_area{
	font-size:0.975em;
	margin-top: 5px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#list{
	background: #4F81BD;
	border: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	padding: 0px 10px 10px 10px;
	width: 200px;
	margin-right: 20px;
}
#newsletter_list a{
	color: #FFFFFF;
	font-weight: bold;
}
#footer{
	margin-top: 20px;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size:0.85em;
	clear: both;
}
table.form {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	width: 310px;
}
table.form th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(255, 255, 240);
	font-weight: normal;
	text-align: right;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
.input_item{
	width: 98%;
	font-family: Candara, Arial, sans-serif;
	font-size: 100%;
}
textarea{
	font-family: Candara, Arial, sans-serif;
	width: 300px;
	font-size: 100%;
}
input {
	font-family: Candara, Arial, sans-serif;
	font-size: 100%;
}
select {
	font-family: Candara, Arial, sans-serif;
	font-size: 100%;
}
label{
	cursor: pointer;
}
.required{
	font-weight: bold;
	color: #FF0000;
	font-size:0.75em;
	vertical-align: top;
}
/*--------------------------------------------------------------------*
 * BUTTONS                                                            *
 * http://particletree.com/features/rediscovering-the-button-element/ *
 *--------------------------------------------------------------------*/
.buttons{
	margin-left: 80px;
}
.buttons a, .buttons button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-family: Candara, Arial, sans-serif;
	font-size: 100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	border: 1px solid #000000;
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}

/* TABLE */

table.gridtable {
	font-family: Candara, Arial, sans-serif;
	font-size:100%;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	vertical-align: top;
}