img {
    border: 0;
}

a {
	color: #506EB2;
	text-decoration: none;
}

body, html {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 10pt;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 750px;
	margin: 0 auto;
}

#menu {
    margin-top: 1.5em;
    background: transparent url(../img/headerbgtop.png) no-repeat left top;
    font-weight: bold;
    font-size: 10pt;
}

#menu ul {
    padding: 0;
	margin: 0;
	list-style: none;
    text-align: right;
}

#menu ul li {
    margin-right: 10px;
    display: inline;
}

#menu img {
    display: inline;
}

#header {   
   	padding: 5px 10px;
	background: transparent url(../img/headerbgbottom.png) no-repeat left top;
	height: 120px;
}

#header h1 {
    margin: 0;
    padding-top: 37px;
    padding-left: 30px;
}

#header p {
    color: #506EB2;
    font-size: 12pt;
    line-height: 50%;
    padding-left: 30px;
}

#main {
	float: right;
	width: 480px;
	padding: 10px;
}

h2 {
	margin:0 0 1em;
	font-size: 14pt;
}

img.aligned {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sidebar {
	float: left;
	width: 230px;
	padding: 10px;
}

#sidebar ul {
	list-style: none;
	line-height: 34px;
	font-size: 12pt;
}

#sidebar ul a {	
	font-weight: bold;
}

#sidebar li {
    background-image: url(../img/lisml.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 1em;
}

#footer {
    background: transparent url(../img/bottom-border.png) no-repeat left top;
	clear: both;
	padding: 5px 10px;
}

#footer p {
	margin: 0;
	text-align: center;
}

* html #footer {
	height: 1px;
}
