body { padding: 5px 0 0 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.7em; background: #fff url(../img/bg.gif) repeat-x; color: #454545; }

h1 { font: bold 2.2em Arial, sans-serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.8em Arial, sans-serif; padding: 0; margin: 5px 0 0 0; letter-spacing: -1px; }

h1.page-title { margin: 20px 0 10px 0; border-bottom: 1px solid #666; }

.box {
	background-color: #dddddd;
	border: 1px solid #aaaaaa;
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

.shade { background: #fff url(../img/bg.gif) repeat-x; }

.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: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* KHTML/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;
}



#header { line-height: 22px; margin: 12px 5px 6px 0; height: 60px; }
#logo { margin: 0 0 10px 0; }
#logo img { float: left; margin: 10px; }
#slogan { font: bold 1.2em Arial, sans-serif; margin: -4px 0 10px 2px; padding: 0; color: #333; letter-spacing: 1px; }

#footer { font: 0.8em Arial, sans-serif; clear: both; color: #808080; padding: 10px 15px; border-top: 1px solid #ccc; }

#topnav { height: 20px; }

ul#navlist { display: block; list-style-type: none; background-color: #030; margin: auto; }
ul#navlist li { font: bold 1em Arial, sans-serif; display: inline; margin: 0 -1px 0 0; padding: 2px 10px 2px 10px; border-right: 1px solid #006600; border-left: 1px solid #006600; }
ul#navlist li a { color: #fff; text-decoration: none; }
ul#navlist li a:hover { color: #00cc00; }