body {
	background-color:#FFFFFF;
    color:#000000;
    margin:0;
    padding:10px;
}
table.styled {
	border:none;
	font-size:90%;
	margin:0;
	padding:0;
    page-break-after:always;
	text-align:left;
	width:100%
}
table.styled th {
	background-color:#00004F;
	color:#ffffff;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
table.styled th a {
	color:#ffffff;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	text-decoration:none;
}
table.styled td {
	background-color:#E1E7FF;
	padding:2px 5px 2px 5px;
	vertical-align:top;
}
table.styled a {
	color:#D20000;
}
#header {
	background-color:#9EC75D;
	background-position:top left;
	background-repeat:no-repeat;
	height:120px;
	margin:0 2px 0 2px;
	padding:0;
	width:800px
}
#header h1 {
	border:none;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:30px;
	font-weight:normal;
	margin:16px 10px 0 0;
	padding:0;
	text-decoration:none;
	/*text-indent:-1000em*/
}
#header img {
	display:block;
	float:right;
	margin:10px 10px 0 10px;
	padding:0
}
h1 {
	margin-top:0;
   font-size:20px
}
h2 {
   font-size:16px;
   text-decoration:none;
}
h3 {
   font-size:16px;
   text-decoration:underline;
}
#menu {
	display:none;
}	
ul {
	display:none;
}
li {
	display:none;
}
#page {
	clear:both;
	margin:0;
	padding:0
}


/* do not print the side content */

#side_section {
	display:none;
}

/* main content */

#main_section {
}
#main_container {
}
#main_content {
}

/* do not print the footer */
#footer {
	display:none;
}

#map {
	border:1px solid #DDDDDD;
	height:300px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	width:592px
}