body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
}

noscript { display: none; } /* Hack for hiding useful Imm NoScript tags */

.Heading1,h1 {
	margin: 20px 25px 15px;
	font-size: 1.5em;
}

.Heading2,h2 {
	margin: 0px 25px 10px;
	font-size: 1.25em;
}

.Heading3,h3 {
	margin: 0px 25px 10px;
	font-size: 1.1em;
}

.Normal,p {
	margin: 0px 25px 15px;
}

ul,ol {
	margin: 0px 25px 15px;
	list-style-type:square;
}

#container {
	width: 800px;
	margin: 0px auto;
	font-size: 0.85em;
}

a {
	text-decoration: none;

}

#breadcrumb a:hover,
#footer a:hover {
	text-decoration: underline;
}

a img{
	border:0px;

}

#header {
	display:block;
	height: 149px;
}

#logo {
	float:left;
}

#topnav {
	float: right;
	width: 592px;
	height: 23px;
	margin-top: 35px;
	display: block;
	padding-top:5px;
}

#topnav a {
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px 0px 5px 30px;
	font-size:0.85em;
	font-weight:bold;
	text-transform:lowercase;
}


#content {
	margin: 15px 0px;
	padding-bottom: 15px;
	font-size: 0.95em;
}

#content a {
	border-bottom:1px dotted;
}

#content a:hover {
	color:1px solid;
}

#cfblock {
	float: right;
	width: 592px;
	height: 68px;
	background-image: url(../../../../images/layout/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#breadcrumb,#footer {
	display: block;
	clear: both;
	margin: 15px 0px;
	font-size: 0.8em;
	padding: 5px;
}

#searchblock {
	margin:0px 25px 15px;
	font-size:1em;
}

#searchblock table input,
#searchblock table textarea,
#searchblock table select,
#searchblock table{
	font-size:0.85em;
	
}

#searchblock table table input,
#searchblock table table textarea,
#searchblock table table select, 
#searchblock table table {
	font-size:1em;
}

#footer {
	text-align: center;
}



/*********************************************************
 Core Table Styles
 *********************************************************/

/* Plain Table */
table		{ display: block; margin: 0px 25px 15px; padding:0px; border-collapse: collapse;} /* Overall table style */
table th,
table td 	{ padding: 3px 7px; }

/* Default Table */
table.ImmTS_Default		{ width: auto; display: table; margin: 0px auto 15px; border-collapse: separate; } /* Overall table style */

table.ImmTS_Default th, 
table.ImmTS_Default td	{ margin:0px; border: 0px;} /* Cell padding and spacing styles */

table.ImmTS_Default, 
table.ImmTS_Default th, 
table.ImmTS_Default td	{ } /* Table border style */

table.ImmTS_Default th	{}						/* Apply style to header cells */
table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
table.ImmTS_Default td	{}						/* Apply style to data cells */


/*********************************************************
 Site Map Styling
 *********************************************************/

.sitmpA0,
.sitmpA1,
.sitmpA2 {
	display: block;
	border-bottom-width: 0px !important;
	margin: 2px 40px;
	background-image: url(../../../../images/rtArwRed.gif);
	background-repeat: no-repeat;
}

.sitmpA0 {
	padding: 2px 5px 2px 15px;
	background-position: 0px 3px;
	background-color: #d1d2f6;
	font-weight: bold;
}

.sitmpA1 {
	padding: 2px 5px 2px 30px;
	background-position: 15px 3px;
}

.sitmpA2 {
	padding: 2px 5px 2px 45px;
	background-position: 30px 3px;
}


/*********************************************************
 Search Results Styling
 *********************************************************/

#SearchResultsBlock {
	display: block;
	margin: 0px 40px;
}

#SearchResultsBlock table {
	border: 1px solid #cecece;
	width: 605px;
}
#SearchResultsBlock table table {
	border-width: 0px;
	width: auto;
}

.searchtop {
	display: block;
	font-size: 0.85em;
	text-align: center;
	font-weight: bold;
	background-color: #666699;
	color: #fff;
	padding: 2px;
	margin-top: 3px;
}

#ResultTitle {
	border-top: 1px solid #cecece;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

#ResultSummary {
	margin-bottom: 5px;
}

#ResultMeta {
	display: block;
	text-align: right;
	font-size: 0.85em;
	margin-top: 5px;
	color: #666699;
	margin-bottom: 10px;
}
