html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*          Now the real css starts            */

html, body{
        padding: 0px;
        margin-top: 10px;
	margin-bottom:20px;
	background-color: #F2F2F2;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a {	
	text-decoration:none;
	color:#000000;	
}

h3 {
	font-weight:bold;
	margin-bottom:10px;
}


#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding:10px;
}

#menuItems {
	list-style: none;
	text-align: right;
	margin-top: 20px;
}

#menuItems li {
	margin-bottom: 15px;
}


#fbFooter {
	height: 49px;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #000000;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

div.contentColumn {
	
	width:45%;
	font-weight:lighter;
	line-height:17px;
	
}

div.contentColumn a
{
	text-decoration:underline;
}
div.contentColumn a:hover {
	text-decoration:none;
}

a.email
{
	font-style: italic;
}

div.rightsFooter {
	padding-top:10px;
	clear:both;
	font-size:10px;
	font-weight:lighter;
}
