@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height : 1.5em;
}
h1 {
	font-size: 1.32em;
	color: #ffffff;
	background-color: #f48300;
	background-image: url(../img/bg_header1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: -5px 0 10px 0;
	padding: 10px 0 10px 10px;
}
h2 {
	font-size: 1.2em;
	color: #f48300;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 10px 0;
}
h3 {
	font-size: 1em;
	color: #1b3a6c;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 10px 0;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
}
a {
	text-decoration: underline;
	color: #6390d9;
}
a:visited {
	text-decoration: underline;
	color: #6390d9;
}
a:hover {
	text-decoration: underline;
	color: #f48300;
}
img {
	border: none;
}
.page #container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.page #header {
	background: #FFFFFF;
	padding: 0;
	height: 110px;
	background-image: url(../img/bg_header.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
} 
.page #logo {
	padding-top: 25px;
	float: left;
}
.page #direction {
	float: right;
	line-height: 42px;
	color: #676767;
	padding: 0 20px 4px 20px;
	background-image: url(../img/bg_direction.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
}
.page #direction a {
	color: #676767;
	text-decoration: underline;
}
.page #direction a:visited {
	color: #676767;
	text-decoration: underline;
}
.page #direction a:hover {
	color: #f48300;
	text-decoration: underline;
}
.page #mainMenu {
	background: #1B3A6C;
	padding: 0;
	height: 50px;
	background-image: url(../img/bg_mainMenu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: #ffffff solid 1px;
}
.page #leftColumn {
	float: left; 
	width: 270px; 
	background: #FFFFFF; 
	padding: 0;
	margin: 0;
}
.page #leftColumn .searchBox {
	height: 58px;
	display: block;
	background-image:url(../img/bg_search.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.page #leftColumn .search {
	padding: 7px 10px 10px 7px;
}
.page #leftColumn .searchInput {
	border: #cccccc solid 1px;
	font-size: 1em;
	padding: 4px 4px 4px 10px;
	width: 180px;
}
.page #leftColumn .searchButton {
	background-color: #e5e5e5;
	background-image:url(../img/bt_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: #cccccc solid 1px;
	width: 35px;
	height: 25px;
}
.page #leftColumn ul {
	color: #6390d9;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page #leftColumn li {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin: 0;
	border-bottom: #DDDDDD dotted 1px;
	background-image:url(../img/bp_submenu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.page #leftColumn li a {
	color: #6390d9;
	text-decoration: none;
}
.page #leftColumn li a:visited {
	color: #6390d9;
	text-decoration: none;
}
.page #leftColumn li a:hover {
	color: #f48300;
	text-decoration: underline;
}
.page #leftColumn .contact {
	background-image:url(../img/bg_contact.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f3f3f3;
	margin-top: 10px;
	padding: 0 15px 1px 15px;
}
.page #mainContentBox { 
	margin: 0 0 0 280px; 
	padding: 0; 
}
.page #mainContent {
	margin: 0;
	padding: 0;
}
.page #mainContent p {
	margin: 0;
	padding: 0 0 15px 0;
}
.page #mainContent ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
.page #mainContent li {
	background-image:url(../img/bp_content.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 10px 15px;
}
.page #mainContent table{
  	margin: 15px 0 0 0;
}
.page #mainContent td{
  	border-bottom: 1px solid #cccccc;
  	padding: 5px 10px 5px 10px;
}
.page #mainContent th{
  	background-color: #dddddd;
  	border-bottom: 1px solid #cccccc;
  	border-top: 1px solid #cccccc;
  	padding: 5px 10px 5px 10px;
  	background-image:url(../img/bg_th.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
}
.page #mainContent .oddTd {
	background-color: #f3f3f3;
}
.page #mainContent .article {
	padding: 0 10px 0 10px;
}
.page #mainContent .annotation {
	background-image:url(../img/bg_annotation.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 15px;
	margin-top: 20px;
	color: #1b3a6c;
	font-weight: bold;
	background-color: #f3f3f3;
}
.page #mainContent .topPhoto {
	border-bottom: #ffffff solid 1px;
}
.page #mainContent .imgBorder {
	border: #c9c9c9 solid 2px;
}
.page #mainContent .ideBoxLeft {
	float: left;
	padding: 20px 40px 1px 0;
	margin: 0;
}
.page #mainContent .ideBoxLeftSubpage {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
}
.page #mainContent .ideBoxRight {
	float: left;
	padding: 20px 0 1px 0;
	margin: 0;
}
.page #mainContent .photoIde {
	border: #c9c9c9 solid 2px;
	float: left;
	width: 100px;
}
.page #mainContent .ideContent {
	background-image:url(../img/bg_ide_box.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 11px;
	margin: 0 0 0 115px;
}
.page #mainContent .ideContentSubpage {
	background-image:url(../img/bg_ide_box_subpage.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 11px;
	margin: 0 0 0 115px;
}
.page #mainContent .ideText {
	width: 160px;
}
.page #mainContent .ideTextSubpage {
	width: 520px;
}
.page #mainContent .icMore {
	background-image:url(../img/ic_more.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 5px 20px;
}
.indent {
	margin-top: 20px;
}
.page #footer {
	padding: 0 0 0 10px; 
	margin-top: 20px;
	background-image: url(../img/bg_footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #A7A7A7;
	font-size: 0.90em;
} 
.page #footer p {
	margin: 0; 
	padding: 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}