<?php header("Content-type: text/css"); ?>

@CHARSET "UTF-8";

body {
	background: white;
}

body, td {
	tab-interval:.5in;	
	font-size:10.0pt;
	font-family: "Arial", Verdana, sans-serif;
	line-height: 21px;
}

h3 {
	margin-bottom: 5px;	
	text-transform: uppercase;
}

ul li {
	line-height: 20px
}

p.title {
	font-family: "Adobe Garamond Pro", Georgia, Arial;
	font-size: 24px;
	font-weight: bold;	
	margin-top: 5px;
}

#holder {
	width: 680px;	
	margin-left: 40px;
	margin-top: 40px;
}

#content {
	min-height: 300px;
}

#content img {
	padding: 20px;	
}

#footer {
	color: #666;
	padding: 5px;
	
}

div.nav {
	text-align: center;
	padding: 10px;	
}

div.admin-nav {
	padding: 5px;
	background: #f9f9f9;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;	
}

input.button {
	background: #fff;
	border: solid 2px #cc6633; 
	color: #cc6633; 
	font-weight: bold;
}

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #cc6633; 
}

a:hover { 
	color: #6666;
}


table.standard {
	border-top: solid 1px #ccc;	
}

table.standard tr td {
	border-bottom: solid 1px #ccc;	
	padding: 3px;
	color: #666;
}


form label {
	text-transform: uppercase;
	color: #333;	
}

div.feedback {
	color: #cc0000;
	font-weight: bold;
	padding-top: 5px;	
}

form input, form textarea {
	background: #f9f9f9;
	border: solid 1px #999;
	padding: 3px;
}

a.red {
	color: #cc0000;
}

a.green {
	color: #00cc00;
}