body { padding: 0; margin: 0; }
body, table, td, input, textarea, select { font-family: Arial, Tahoma, Verdana, sans-serif; color: #575757; font-size: 12px; vertical-align: top; }

img { border: 0; }

/* TOP */

#logo {
	background-position : right;
	background-image : url('/im/bg-logo.jpg');
	padding-top: 13px;
}

#collage {
	background-repeat: repeat-x;
	background-image : url('/im/bg-top.gif');
}

#motto {
	background-image : url('/im/bg-motto.gif');
}

.bgyellow {
	background-color: #ffcc00;
}

.bgblue {
	background-color: #1059b1;
}

#menu a {
	color: #1059b1;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #ffcc00;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#menu .orange, .orange {
	color: #e37d1d;
}

#menu .yellow {
	color: #ffcc00;
}

#bnav, #content {
	padding: 10px; 
}

h1, h2, h3  {
	color: #1059b1; 
	margin-top: 5;
	margin-bottom: 20;
	margin-left: 0;
	margin-right: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}


p {
	margin-bottom: 20px;
}

a {
	color: #1059b1;
	text-decoration: underline;
}

a:hover {
	color: #e37d1d; 
}

.tbl		{ border-collapse: collapse; }
.tbl td		{ border: 1px solid #575757; }