body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}


body {
	background: url('images/interface/body_bg.png') repeat-y center;
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#topMenu {
	padding-left: 5px;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 33px;
	outline-style: none;
	outline-width: medium;
	padding: 10px 10px 0;
	background: url('images/interface/top_menu_divider.png') no-repeat;
}

#topMenu li a:hover {
	background: url('images/interface/top_menu_active.png') repeat-x;
	text-decoration: none;
}

#globalContainer {
	text-align: center;
	width: 100%;
	margin: auto;
}

#header {
	width: 900px;
	text-align: left;
	margin: auto;
}

#headerContainer {
	height: 133px;
	background: url('images/interface/header_bg.png') repeat-x;
	text-align: center;
}

#headerContainer h1 {
	width: 212px;
	height: 100px;
	left: 0;
	background: url('images/interface/logo.png') no-repeat 0px 22px;
	text-indent: -10000px;
}

#bodyBg {
	background: url('images/interface/body_top_bg.png') repeat-x;
	width: 100%;
}

#bodyContainer {
	width: 950px;
	margin: auto;
	padding: 0;
	margin-top: 0;
}

#contentContainer {
	background: url('images/interface/content_top_bg.png') no-repeat top center;
	width: 570px;
	padding: 5px 30px 20px 50px;
	text-align: left;
}

#contentContainer p {
	margin: 0 0 15px;
	line-height: 1.4em;
}

#sideMenuContainer {
	float: right;
	width: 300px;
	text-align: left;
}

.sideMenuBox {
	width: 250px;
	background-color: white;
	border: 1px solid #D9D9D9;
	padding: 10px;
	line-height: 1.4em;
	margin-top: 20px;
}

.sideMenuBox h4 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.sideMenuBox h5 {
	font-size: 0.90em;
	color: #A4A4A4;
}


#contentContainer img {

margin: 5px;
margin-top: 0;
border: 1px solid #A4A4A4;
}


#contentContainer h1,
#contentContainer h2,
#contentContainer h3
{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 30px;
}