/*Global Styles For Printing*/
*
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-size: 100%;
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: repeat-x;
}
.pageContainer
{
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}
.main
{
	clear: both;
	width: 898px;
	padding-bottom: 0px;
	background: #FFF;
}
.mainContent
{
	display: inline;
	float: left;
	width: 840px;
	margin: 0 0 0 30px;
	overflow: visible !important; /*[e]visible*/
	overflow: hidden;
}
.footer
{
	clear: both;
	width: 898px;
	padding: 79px 0 40px;
	font-size: 1em;
	overflow: visible !important; /*[e]visible*/
	overflow: hidden;
}
/*Header*/
.header
{
	width: 900px;
	font-family: "trebuchet ms", arial, sans-serif;
}
.headerTop
{
	width: 900px;
	height: 83px;
	overflow: visible !important; /*[e]visible*/
	overflow: hidden;
	border-bottom: 1px solid #4D4D61;
}
.headerMiddle
{
	width: 900px;
	height: 150px;
	overflow: visible !important; /*[e]visible*/
	overflow: hidden;
}
.headerBottom
{
	width: 900px;
	height: 50px;
	background: #FFF url(../images/bg_head_breadcrumbs.jpg) repeat-y;
}
.breadcrumbNav
{
	clear: both;
	width: 898px;
	padding: 1em 0 0.7em;
	background: #FFF;
	padding-bottom: 0.3em;
}
.ciaLogo
{
	width: 124px;
	height: 58px;
	position: absolute;
	z-index: 1;
	margin: 14px 0 0 20px;
}
.ciaName
{
	width: 300px;
	height: 45px;
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 40px;
	visibility: visible;
}
.ciaName H1
{
	font-size: 1.5em;
}
.ciaName H2
{
	margin: -4px 0 0;
	color: #AAA;
	font-size: 1em;
}
.ciaName A
{
	text-decoration: none;
	color: #333;
}
.ciaName A:hover
{
	text-decoration: none;
	color: #333;
}
/*The langNav rules are for future multilingual use*/
.langNav
{
	width: 350px;
	position: absolute;
	z-index: 2;
	margin: 25px 0 0;
	margin-left: 550px !important; /*[e]550px*/
	margin-left: 553px;
}
.langNav UL
{
	float: right;
	padding: 0 20px 0 0;
}
.langNav LI
{
	display: inline;
	list-style: none;
}
.langNav LI A
{
	padding: 0 0 0 3px;
}
.langNav A:hover
{
	text-decoration: none;
}
.langNav A IMG
{
	height: 14px;
	border: none;
}
/*Navigation in top header*/
.headerNav
{
	width: 350px;
	position: absolute;
	z-index: 3;
	margin: 45px 0 0 550px;
	visibility: hidden;
}
.headerNav UL
{
	float: right;
	padding: 0 15px 0 0;
	font-weight: bold;
}
.headerNav LI
{
	display: inline;
	list-style: none;
}
.headerNav LI A
{
	display: block;
	float: left;
	padding: 2px 0px 2px 20px;
	color: #DDEEFF;
	text-decoration: none;
	font-size: 0.75em;
}
.headerNav A:hover
{
	text-decoration: none;
	color: #333;
}
.menuNav
{
	float: left;
	width: 900px;
	border: none;
	background: url(../images/header-menu-background.jpg) no-repeat;
	color: #000;
	font-size: 0.8em;
	visibility: hidden;
}
/*Horizontal Menu normal*/
.menuNav UL
{
	list-style-type: none;
}
.menuNav UL LI
{
	float: left;
	position: relative;
	z-index: 1000;
}
.menuNav UL LI UL
{
	display: none;
	border: none;
}
.menuNav UL LI UL
{
	margin-left: -30px;
	padding: 0 30px 30px;
	background: url(../images/bg_head_bottom_nav_hover.gif) top center;
}
/*Hover state*/
.menuNav UL LI A
{
	float: left;
	display: block;
	height: 3.9em;
	line-height: 3.9em;
	padding: 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.menuNav UL LI:hover
{
	width: auto;
}
.menuNav TABLE
{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/*For Non-IE6*/
.menuNav UL LI:hover A
{
	/*[disabled]background-color:#182F4A;*/
	text-decoration: none;
}
/*Horizontal Menu hover state*/
.menuNav UL LI:hover UL
{
	display: block;
	position: absolute;
	z-index: 998;
	top: 3.8em;
	margin-top: 0.1em;
	left: 0;
}
.menuNav UL LI:hover UL LI UL
{
	display: none;
}
.menuNav UL LI:hover UL LI A
{
	display: block;
	width: 12em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #EFEFEF;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #AAA;
	font-size: 0.9em;
}
/*Color sub-navigation normal*/
.menuNav UL LI:hover UL LI A:hover
{
	background-color: #FFF;
	text-decoration: none;
}
/*Color sub-navigation hover state IE6*/
.menuNav UL LI A:hover
{
	background-color: #EFEFEF;
	text-decoration: none;
	/*[disabled]background:#182F4A repeat-x bottom left;*/
}
/*Color main cells hovering state*/
.menuNav UL LI A:hover UL
{
	display: block;
	position: absolute;
	z-index: 999;
	top: 3.9em;
	t\op: 3.8em;
	left: 0;
	ma\rgin-top: 0.1em;
}
.menuNav UL LI A:hover UL LI A
{
	display: block;
	w\idth: 10em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #EFEFEF;
	font-weight: normal;
	color: #666;
	border-right: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
/*Color sub-navigation normal state*/
.menuNav UL LI A:hover UL LI A UL
{
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 998;
}
/*/*Color sub-navigation hovering state * /*/
.menuNav UL LI A:hover UL LI A:hover
{
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}
/*Breadcrumb Navigation*/
.breadcrumbNav UL
{
	float: left;
	width: 560px;
	list-style: none;
	padding: 0 0 0 30px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
}
.breadcrumbNav UL LI
{
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url(../images/bg-grey-arrow.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #666;
	font-size: 0.75em;
}
.breadcrumbNav UL A
{
	color: #333;
	text-decoration: none;
}
.breadcrumbNav UL A:hover
{
	color: #333;
	text-decoration: none;
}
.breadcrumbNav .searchform
{
	float: right;
	width: 285px;
	padding: 0 17px 0px 0px !important; /*[e]0 17px 0px 0px*/
	padding: 0 12px 0px 0px;
	visibility: hidden;
}
.breadcrumbNav .searchform FORM FIELDSET
{
	float: right;
	border: none;
	visibility: hidden;
}
.breadcrumbNav .searchform INPUT.field
{
	width: 10em;
	padding: 0.2em 0;
	border: 1px solid #CCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	visibility: hidden;
}
.breadcrumbNav .searchform INPUT.button
{
	width: 3em;
	padding: 0px;
	background: #FFF;
	border: 1px solid #333;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.8em;
	margin: 0px;
	visibility: hidden;
}
.breadcrumbNav .searchform INPUT.button:hover
{
	cursor: pointer;
	color: #333;
	font-weight: bold;
	font-size: 0.8em;
	visibility: hidden;
}
/*Main Content*/
.mainContent H1.pageTitle
{
	margin: 0 0 0.4em;
	padding: 0 0 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.5em;
}
.mainContent H1
{
	clear: both;
	margin: 0.5em 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.5em;
}
.mainContent H2
{
	clear: both;
	margin: 1em 0 0.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
}
.mainContent H3
{
	clear: both;
	margin: 0 0 0.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 1em;
}
.mainContent H1.side
{
	clear: none;
}
.mainContent H2.side
{
	clear: none;
}
.mainContent H3.side
{
	clear: none;
}
.mainContent H4
{
	margin: 1.5em 0 1em;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}
.mainContent H5
{
	margin: 1.5em 0 1em;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.mainContent H6
{
	margin: 1.5em 0 1em;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}
.mainContent P
{
	margin: 0 0 1em;
	line-height: 1.5em;
	font-size: 0.8em;
}
.mainContent P.bold
{
	margin: 0 0 1em;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
.mainContent P.center
{
	text-align: center;
}
.mainContent P.right
{
	text-align: right;
}
.mainContent P.details
{
	clear: both;
	margin: -0.25em 0 1em;
	line-height: 1em;
	font-size: 0.7em;
}
.mainContent BLOCKQUOTE
{
	clear: both;
	margin: 0 30px 0.6em;
}
.mainContent TABLE
{
	clear: both;
	width: 600px;
	margin: 2em 0 0.2em 20px;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #EFEFEF;
}
.mainContent TABLE TH.top
{
	height: 3.5em;
	padding: 0 7px;
	empty-cells: show;
	background-color: #999;
	text-align: left;
	color: #333;
	font-weight: bold;
	font-size: 0.8em;
}
.mainContent TABLE TH
{
	height: 3em;
	padding: 2px 20px 2px 7px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #EFEFEF;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
}
.mainContent TABLE TD
{
	height: 3em;
	padding: 2px 7px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #EFEFEF;
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: 0.8em;
}
P.caption
{
	clear: both;
	margin: 0.5em 0 2em 20px;
	text-align: left;
	color: #666;
	font-size: 0.7em;
}
.mainContent UL
{
	list-style: none;
	margin: 0.5em 0 1em;
}
.mainContent UL LI
{
	margin: 0 0 0.2em 2px;
	padding: 0 0 0 12px;
	background: url(../images/bg_bullet_full_1.gif) no-repeat 0 0.5em;
	line-height: 1.4em;
	font-size: 0.8em;
}
.mainContent OL
{
	margin: 0.5em 0 1em 20px !important; /*[e]0.5em 0 1em 20px*/
	margin: 0.5em 0 1em 25px;
}
.mainContent OL LI
{
	list-style-position: outside;
	margin: 0 0 0.2em;
	line-height: 1.4em;
	font-size: 0.8em;
}
/*Common*/
.main IMG
{
	/*[disabled]clear:both;*/
	float: left;
	margin: 3px 10px 7px 0;
	padding: 1px;
	border: 1px solid #999;
	visibility: hidden;
}
.main IMG.center
{
	clear: both;
	float: none;
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	visibility: hidden;
}
.main IMG.right
{
	/*[disabled]clear:both;*/
	float: right;
	margin: 3px 0 7px 10px;
	padding: 1px;
	border: 1px solid #999;
	visibility: hidden;
}
.main A
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.mainContent H1 A
{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.main A:hover
{
	color: #333;
	text-decoration: none;
}
.main A:visited
{
	color: #333;
}
.main A IMG
{
	border: 1px solid #999;
	visibility: hidden;
}
.main A:hover IMG
{
	border: #EFEFEF;
	visibility: hidden;
}
/*Main, Main Nav, Main Content*/
.columns1Across
{
	width: 840px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
}
.columns2AcrossLeft
{
	float: left;
	width: 400px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
}
.columns2AcrossRight
{
	float: right;
	width: 400px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
}
.columns3AcrossLeft
{
	float: left;
	width: 253px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
}
.columns3AcrossMiddle
{
	float: left;
	width: 253px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
	margin-left: 40px;
}
.columns3AcrossRight
{
	float: right;
	width: 253px;
	margin-bottom: 10px !important; /*[e]10px*/
	margin-bottom: 5px;
}
/*Footer*/
.footer P
{
	line-height: 2em;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 0.8em;
}
.footer P.credits
{
	font-weight: normal;
}
.footer A
{
	text-decoration: none;
	color: #333;
}
.footer A:hover
{
	text-decoration: none;
	color: #333;
}
.footer A:visited
{
	color: #333;
}
/*Clearing Floats*/
.clearContent
{
	clear: both;
	width: 840px;
	height: 0.1em;
	border: none;
	background: #EFEFEF;
}
.footer:after, P:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.columns1Across:after, .columns2AcrossLeft:after, .columns2AcrossRight:after, .columns3AcrossLeft:after, .columns3AcrossMiddle:after, .columns3AcrossRight:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pageContainer:after, .header:after, .breadcrumbNav:after, .main:after, .mainContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main OBJECT.right
{
	clear: both;
	float: right;
	margin: 3px 0 7px 10px;
	padding: 1px;
	border: 1px solid #999;
}
.main IMG.register 
{
	visibility: hidden;
	float: right;
	margin: 0px;
	padding: 0px;

}
.mainContent TABLE2 {
	clear: both;
	width: 600px;
	margin: 2em 0 0.2em 20px;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #C2D9E7;
}

