	body {
		width: 750px;
		margin: 20px auto;
		padding: 0px;
		background: #D5DED9;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #3b5998;
		background: #c3cddf;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #ffffff;
		border-bottom: 3px solid #ffffff; }

	#tabmenu a:hover {
		color: #fff;
		background: #4a98af; }

	#tabmenu a:visited {
		color: #3b5998; }

	#tabmenu a.active:hover {
		background: #ffffff;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #ffffff;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #3b5998; }

	#content a:hover { background: #c3cddf; }

/* ----- HEADER ----- */



#header {
width:750px;
height:150px;
background: #000000 url(http://bgusy.org/assets/banner.jpg) no-repeat; 
}

#footer { 
	width:746px;
	background-color:#ffffff;
	border: 2px solid black;
	margin-top:10px;
	text-align: center;
	line-height: 5px;
	font-size:10px;
}

#footer a {
	text-decoration: none;
	color: #3b5998; 
}

#welcome {
	border: 1px solid black;
	padding: 10px;
	width: 350px;
	float: right;
	margin-bottom:10px;
}
#homepic {
	float: left;
	margin-bottom:10px;
}

h2 {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
	clear: both;
}


/* FORM STUFF */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #3b5998;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.multi div {
	margin: 5px 0;
	margin-left: 10px;
}

div.multi input {
	width: 1em;
}

div.multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.req {
	font-weight: bold;
}

fieldset div.req label:before {
	content: "* "; /* does not work in IE */
}

div.figure {
  width: 75%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

