body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	background-color: #003466;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #036;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #036;
}

strong, b {
	color: #036;
}

a {
	color: #003;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: none;
}

/* Page container */
#page {
	width: 771px;
	background-image: url(../pics/bg-page.gif);
	background-repeat: repeat-y;
}

#page #pageMargin {width:1px; float:left;}
#page #pageContent {width:770px; float:left;}

/* Top animation container */
#page #pageContent #roof {
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 770px;
	clear: both;
}

/* Office container beneath top animation */
#page #pageContent #office {
	margin: 0px;
	padding: 0px;
	height: 146px;
	width: 770px;
	clear: both;
}

/* Actual content container */
#page #pageContent #content {
	margin: 0px;
	padding: 0px;
	width: 770px;
}

/* Side panel container on the left */
#page #pageContent #contentSidePanel {
	float: left;
	padding: 10px;
	padding-top: 90px;
	text-align: left;
	width: 178px;
	background-color: #fff;
	border-left: solid 1px #5e7e9b;
	border-right: solid 1px #5e7e9b;
	border-bottom: solid 1px #5e7e9b;
	background-image: url(../pics/bg-sidepanel.gif);
	background-repeat: no-repeat;
}

/* Opera workaround */
#page #pageContent #contentSidePanel a {
/*	color: #003; */
}

/* Menu container */
#page #pageContent #menu {
	float: right;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	color: #6793b7;
	width: 560px;
	height: 110px;
	background-image: url(../pics/bg-main.jpg);
	background-repeat: no-repeat;
}

#page #pageContent #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
#page #pageContent #menu ul li {
	margin-top: 0px;
	padding-top: 15px;
	display: block;
	float: left;
	text-align: center;
	width: 112px;
	height: 110px;
}
#page #pageContent #menu ul li.current {
	background-image: url(../pics/bg-menu.jpg);
	background-repeat: no-repeat;
}
#page #pageContent #menu ul li a {
	color: #26517d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

#page #pageContent #menu ul li a:hover {
	text-decoration: underline;
	border-top: 0px;
}

/* Bread crumbs container */
#page #pageContent #breadCrumbs {
	font-size: 11px;
	color: #457195;
}
#page #pageContent #breadCrumbs a {
	color: #457195;
	text-decoration: underline;
}
#page #pageContent #breadCrumbs a:hover {
	text-decoration: none;
}

/* Business units */
#page #menu a.unitQuickLink {
	font-size: 11px;
	color: #457195;
	text-decoration: none;
}
#page #menu a.unitQuickLink:hover {
	text-decoration: underline;
}

/* Main content container on the right */
#page #pageContent #contentMain {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 20px;
	float: right;
	width: 540px;
	text-align: left;
}

/* Closing line at the bottom of the page */
#page #pageContent #footerStart {
	width: 200px;
	height: 1px;
	float: left;
	clear: both;
	border-top: solid 1px #5e7e9b;
}

/* Footer container on the bottom */
#page #pageContent #footer {
	width: 755px;
	margin-top: 20px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9bb3c6;
	clear: both;
	text-align: right;
}
#page #pageContent #footer a {
	color: #9bb3c6;
	text-decoration: none;
}
#page #pageContent #footer a:hover {text-decoration: underline;}

#page #pageContent #print_header {display: none;}
#page #pageContent #print_footer {display: none;}

/* General classes used throughout the site */
.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
}

.dontPrint {}
.dontScreen {display:none;}

.small {
	color: #85a9c5;
	font-size: 11px;
}

#page #pageContent .item {
	margin-top: 10px;
	clear:both;
}
#page #pageContent .item strong a {
	color: #036;
	text-decoration: none;
}
#page #pageContent .item strong a:hover {
	text-decoration: underline;
}

.leftColumn{float:left;}
.rightColumn{float:right;}

#page #pageContent #content .thumbnailContainer {
	float: right;
	width: 120px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.thumbnail {
	margin-bottom: 1px;
	margin-right: 1px;
	border: solid 1px #9bb3c6;
}

