/*  --------------------------------
	Base Style Sheet for ibbm
	-------------------------------- */

/*	--------------------------------
	Font classes etc...
	-------------------------------- */

	
/* Link formatting */
a { color: blue;	text-decoration:none;}
a:visited { color: blue;}
a:hover {
	color: grey;
	border-bottom: 2px dotted grey;
}




/* Small header */
.header_small {
	font-size: smaller;
	font-style: italic;
	color: grey;
}



/* Large header */
.header_large {
	font-size: large;
	font-style: normal;
	color: grey;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
}


/* Cleab floats */
.clear_both {
	clear: both;
	color: White;
}


/*	--------------------------------
	Main section formatting
	-------------------------------- */

body {
	text-align: center;
	margin: 5px;
	padding: 0px;
	background-color: #979797;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: 100;
	word-spacing: 1px;
	color: black;
}

#header {
	width: 700px;
	height: 91px;
	margin: 0px auto 0px auto;
	padding-left: 0px;
	border: 1px solid black;
	background-color: black;
}

#menubar {
	width: 690px;
	margin: 0px auto 0px auto;
	padding: 5px;
	background-color: #B7B7B7;
	border: 1px solid black;
	border-top: 0px;
	text-align: right;
	font-weight: 400;
	word-spacing: 10px;
	font-family: "Courier New", Courier, monospace;
}

#main {

	width: 640px;
	margin: 0px auto 0px auto;
	padding: 30px;
	background-color: white	;
	border: 1px solid black;
	border-top: 0px;
	text-align: left;
}

h2 {
	font-size: 12px;
	font: bold;
}