
/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */

*{padding:0; margin:0;}
 body {
	font-size:62.5%; 
	background-color: #EFEFEF; 
	font-family:verdana,arial,sans-serif;
} 
.page-container {
	width:900px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px rgb(150,150,150); 
	font-size:1.0em;
}
.main {
	clear:both; 
	width:900px; 
	padding-bottom:30px; 
	background:transparent url(../img/bg_main_withoutnav.jpg) top left repeat-y;
}

.main-navigation {
	display:inline; 
	float:left; 
	width:200px; 
	overflow:visible !important; 
	overflow:hidden;
}
.main-content {
	display:inline; 
	float:left;  
	margin:0 0 0 30px; 
	overflow:visible !important; 
	overflow:hidden;
}

.main-subcontent {
	display:inline;
	float:right; 
	width:185px; 
	margin:0 15px 0 0; 
	overflow:visible !important; 
	overflow:hidden;
}
.footer {
	clear:both; 
	width:900px; 
	height:2.7em; 
	padding:1.1em 0 0; 
	background:rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat; 	font-size:1.0em; 
	overflow:visible !important; 
	overflow:hidden;}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:900px; 
	font-family:"trebuchet ms",arial,sans-serif;
}
.header-top {
	width:900px; 
	height:50px; 
	background: #E6E6E6 url(../img/bg_head_top.jpg); 
	overflow:visible !important; 	overflow:hidden /*IE6*/;}
.header-middle {
	width:900px; 
	height:75px; 
	background: #E6E6E6 url(../img/bg_head_middle.jpg); 
	overflow:visible !important; 	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:900px; 
	height:20px; 
	background: #E6E6E6 url(../img/bg_head_bottom_nav.jpg);
}


/********************/
/*  HEADER SECTION  */
/********************/
.sitelogo {
	width:60px; height:40px; 
	position:absolute; 
	z-index:1; 
	margin:5px 0 0 20px; 
	background:url(../img/bg_head_top_logo.jpg); 
}
.sitename {
	width:300px; 
	height:45px; 
	position:absolute; 
	z-index:1; 
	margin:5px 0 0 90px; 
	overflow:visible !important; 
	overflow:hidden;
}
.sitename h1 {
	font-size:240%;
}
.sitename h2 {
	margin:-4px 0 0 0; color:rgb(125,125,125); font-size:120%;
}
.sitename a {
	text-decoration:none; color:rgb(125,125,125);
}
.sitename a:hover {
	text-decoration:none; color:rgb(50,50,50);
}


.nav1 {
	width:350px; 
	position:absolute; 
	z-index:3; 
	margin:25px 0 0 550px;
}
.nav1 ul {
	float:right; 
	padding:0 15px 0 0; 
	font-weight:bold;
}	
.nav1 li {
	display:inline; 
	list-style:none;
}
.nav1 li a {
	display:block; 
	float:left; 
	padding:2px 5px 2px 5px; 
	color:rgb(125,125,125) ; 
	text-decoration:none; 
	font-size:120%;
}
.nav1 a:hover {
	text-decoration:none; 
	color:rgb(50,50,50);
}

.sitemessage {
	width:350px; 
	height:120px; 
	position:absolute; 
	z-index:1; 
	margin:20px 0 0 530px; 
	color:rgb(234,239,247);
	overflow:hidden;}
.sitemessage h1 {
	width:350px; 
	text-align:right; 
	font-size:230%;
}
.sitemessage h2 {
	float:right; 
	width:270px; 
	margin:8px 0 0 0; 
	text-align:right; 
	line-height:100%; 
	font-size:160%;
}




/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	margin:0 0 0 190px; 	background:url(../img/bg_corner_topright.gif) no-repeat;
}

/* MAIN CONTENT */
.column1-unit {
	width:800px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
}

.column2-unit {
	width:630px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px; 
	margin:0 0 2.0em 0; 
	padding:0 0 5px 0; 
	border:solid 1px rgb(190,190,190); 
	background:rgb(235,235,235);
}

.round-border-topleft {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; 
	margin-top:-1px; margin-left:-1px;
}
.round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	background:url(../img/bg_corner_topright.gif) no-repeat; 
	margin-top:-1px; 
	margin-left:174px;
}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em; 
	text-align:center; 
	color:rgb(125,125,125); 
	font-weight:bold; 
	font-size:110%;}
.footer p.credits {
	font-weight:normal;
}
.footer a {
	text-decoration:underline; 
	color:rgb(125,125,125);
}
.footer a:hover {
	text-decoration:none; 
	color:rgb(0,0,0);
}
.footer a:visited {color:rgb(0,0,0);
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, 
.header:after, 
.header-breadcrumbs:after, 
.main:after, 
.main-lhn:after, 
.main-navigation:after, 
.main-content:after, 
.main-content div:after, 
.main-subcontent:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.column1-unit:after,
.column2-unit-left:after, 
.column2-unit-right:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.subcontent-unit-border:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.footer:after, 
p:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clear-contentunit {
	clear:both; 
	width:440px; 
	height:0.1em; 
	border:none; 
	background:rgb(210,210,210); 
	color:rgb(210,210,210);
}


/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */



.main-navigation h1.first {
	clear:both; 
	margin:0px; 
	padding:4px 20px 3px 20px; 
	background-color:rgb(190,190,190); 
	font-family:"trebuchet ms",arial,sans-serif; 
	color: #ffffff; 
	font-weight:bold; 
	font-size:150%;
}
.main-navigation h1 {
	clear:both; 
	margin:30px 0 20px 0; 
	padding:4px 20px 3px 20px; 
	background:rgb(190,190,190); 
	font-family:"trebuchet ms",arial,sans-serif; color: #ffffff; 
	font-weight:bold; 
	font-size:150%;
}
.main-navigation h2 {
	clear:both; 
	margin:20px 10px 10px 20px; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(100,100,100); 	font-weight:bold; font-size:150%;
}
.main-navigation h3 {
	clear:both; 
	margin:10px 10px 5px 20px; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
} 
.main-navigation p {
	clear:both; 
	margin:0 10px 10px 20px; 
	color:rgb(80,80,80); 
	line-height:1.3em; 
	font-size:110%;
}
.main-navigation p.center {
	text-align:center;
}
.main-navigation p.right {
	text-align:right;
}

.main-navigation ul {
	list-style:none; 
	margin:0.5em 10px 1.0em 20px;
}
.main-navigation ul li {
	margin:5px 0 0.2em 2px; 
	padding:0px 0px 0 11px; 
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em; 	line-height:1.2em; 
	font-size:110%;
}
.main-navigation ol {
	margin:0.5em 10px 1.0em 40px !important /*Non-IE6*/; 
	margin:0.5em 10px 1.0em 45px /*IE6*/;
}
.main-navigation ol li {
	list-style-position:outside; 
	margin:0 0 0.4em 0; 
	font-size:110%;
}

/* MAIN CONTENT */
.main-content h1.pagetitle {
	margin:0 0 0.4em 0; 
	padding:0 0 2px 0; 
	border-bottom:solid 7px rgb(225,225,225); 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(100,100,100); 
	font-weight:bold; 
	font-size:220%;
}
.main-content h1.block {
	clear:both; margin:1.0em 0 0em 0; 
	padding:2px 0 2px 2px; 
	background:rgb(190,190,190); 
	font-family:"trebuchet ms",arial,sans-serif; color: #ffffff; 
	font-weight:bold; 
	font-size:220%;
}
.main-content h1 {
	clear:both; 
	margin:1.0em 0 0.5em 0; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(80,80,80); 
	font-weight:normal; 	font-size:210%;
}
.main-content h2 {
	clear:both; 
	margin:1.0em 0 0.5em 0; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(80,80,80); 
	font-weight:normal; 	font-size:170%;
}
.main-content h3 {
	clear:both; 
	margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(125,125,125); 
	font-weight:normal; 	font-size:130%;}
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {
	margin:1.5em 0 1.0em 0; 
	color:rgb(80,80,80); 
	font-family:"trebuchet ms",arial,sans-serif; 
	font-weight:normal; 
	font-size:170%;
}
.main-content h5 {
	margin:1.5em 0 1.0em 0; color:rgb(80,80,80); 
	font-family:"trebuchet ms",arial,sans-serif; 
	font-size:140%;
}
.main-content h6 {
	margin:1.2em 0 0.2em 0; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:120%;
}
.main-content p {
	margin:0 0 1.0em 0; 
	line-height:1.5em; 
	font-size:120%;
}
.main-content p.center {
	text-align:center;
}
.main-content p.right {
	text-align:right;
}
.main-content p.details {
	clear:both; 
	margin:-0.25em 0 1.0em 0; 
	line-height:1.0em; 
	font-size:110%;
}
.main-content blockquote {
	clear:both; 
	margin:0 30px 0.6em 30px; 
	font-size:90%;
}

.main-content table {
	clear:both; 
	width:400px; 
	margin:2.0em 0 0.2em 20px; 
	table-layout: fixed; 
	border-collapse:collapse; 
	empty-cells:show; 	background-color:rgb(233,232,244);
}
.main-content table th.top {
	height:3.5em; 
	padding:0 7px 0 7px; 
	empty-cells:show; 
	background-color:rgb(175,175,175); 
	text-align:left;
 	color: #ffffff; 
	font-weight:bold; 
	font-size:110%;
}
.main-content table th {
	height:3.0em; 
	padding:2px 20px 2px 7px; 
	border-left:solid 2px #ffffff; 
	border-right:solid 2px #ffffff;
 	border-top:solid 2px #ffffff; 
	border-bottom:solid 2px #ffffff; 
	background-color:rgb(225,225,225); 
	text-align:left; 	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
}
.main-content table td {
	height:3.0em; 
	padding:2px 7px 2px 7px; 
	border-left:solid 2px #ffffff; 
	border-right:solid 2px #ffffff;
 	border-top:solid 2px #ffffff; 
	border-bottom:solid 2px #ffffff; 
	background-color:rgb(225,225,225); 
	text-align:left; 	font-weight:normal; 
	color:rgb(80,80,80); 
	font-size:110%;
}
p.caption {
	clear:both; 
	margin:0.5em 0 2.0em 20px; 
	text-align:left; 
	color:rgb(80,80,80); 
	font-size:110%;
}

.main-content ul {
	list-style:none; 
	margin:0.5em 0 1.0em 0;
}
.main-content ul li {
	margin:0 0 0.2em 2px; 
	padding:0 0 0 12px; 
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em; 
	line-height:1.4em; 	font-size:120%;}
.main-content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; 
	margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {
	list-style-position:outside; 
	margin:0 0 0.2em 0; 
	line-height:1.4em; 
	font-size:120%;
}


/* MAIN SUBCONTENT */
.main-subcontent h1 {
	clear:both; 
	margin:0 0 10px 0; 
	padding:4px 10px 3px 10px; 
	background-color:rgb(190,190,190); 
	font-family:"trebuchet ms",arial,sans-serif; 
	color: #ffffff; 
	font-weight:bold; 
	font-size:140%;
}


.main-subcontent h3 {
	clear:both; 
	margin:1.0em 10px 0.5em 10px; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
}
.main-subcontent p {
	clear:both; 
	margin:0 10px 1.0em 10px; 
	color:rgb(80,80,80); 
	line-height:1.3em; 
	font-size:110%;
}
.main-subcontent p.center {
	text-align:center;
}
.main-subcontent p.right {
	text-align:right;
}

.main-subcontent ul {
	list-style:none; 
	margin:0.5em 10px 1.0em 10px;
}
.main-subcontent ul li {
	margin:5px 0 0.2em 2px; 
	padding:0 0 0 11px; 
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em; 	
	line-height:1.2em; 
	font-size:110%;
}
.main-subcontent ol {
	margin:0.5em 10px 1.0em 30px !important /*Non-IE6*/; 
	margin:0.5em 10px 1.0em 35px /*IE6*/;
}
.main-subcontent ol li {
	list-style-position:outside; 
	margin:0 0 0.4em 0; 
	font-size:110%;
}



/********************/
/*  COMMON CLASSES  */
/********************/


.main a {
	color:rgb(70,122,167); 
	font-weight:bold; 
	text-decoration:none;
}
.main-content h1 a {
	color:rgb(70,122,167); 
	font-weight:normal; 
	text-decoration:none;
}
.main a:hover {
	color:rgb(42,90,138); 
	text-decoration:underline;
}
.main a:visited {
	color:rgb(42,90,138);
}

.main a img {border:solid 1px rgb(150,150,150);}
.main a:hover img {border:solid 1px rgb(220,220,220);}