/* DEFAULTS */
html, body, table, div, form {
	margin: 0px;
	padding: 0px
}
html, body {
	width: 100%;
}
body {
	margin-top: 24px;
	background-color: #d8e9de;
	background-image: url('/microsites/images/background.jpg');
}
* {
	font-family: arial; 
	font-size: 11px;
}
img {
	display: block;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	height: 0px;
}
a {
	color: #663333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.black {
	color: black;
}
h1 {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.big {
	font-size: 14px;
	font-weight: bold;
}

/* SHADOWS */
#shadow_top {
	margin: 0 auto;
	z-index: 5;
}
#shadow_top img {
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow_top .bg {
	background-image: url('/microsites/images/main_shadow_top.png');
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow {
	background-image: url('/microsites/images/body_shadow.png');
	width: 1000px;
	margin: 0px auto;
	padding: 0 3px;
	position: relative;
	z-index: 1;
}
#shadow_bottom {
	margin: 0 auto 20px auto;
}
#shadow_bottom .bg { 
	background-image: url('/microsites/images/main_shadow_bottom.png');
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow_bottom td img {
	behavior: url('/microsites/css/iepngfix.htc');
}

/* TOP LINKS */
#toplinks {
	width: 1006px;
	margin: 29px auto 13px auto;
	text-align: right;
}
#toplinks a {
	margin: 0px 8px;
}
#toplinks img {
	display: inline;
	margin: 0 16px -4px 15px;
	behavior: url('/microsites/css/iepngfix.htc');
}

/* MENU */
#menu {
	background-image: url('/microsites/images/menu_background.gif');
	height: 29px;
}
#menu table {
	height: 29px;
}
#menu table td {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#menu table td a {
	color: #333333;
	padding: 5px 12px;
	font-family: Lucida Grande, Arial, Helvetica;
	text-decoration: none;
}
#menu table td a:hover {
	text-decoration: underline;
}
#menu table td.separated {
	border-right: 1px solid #c7c6c1;
}
#menu table td.highlighted {
	background-image: url('/microsites/images/menu_highlighted.gif');
	color: white;
	padding: 5px 12px;
}

