/* debug */
.debug1{background-color:red;}
.debug2{background-color:yellow;}
input{vertical-align:middle;}
h2{
	margin-top:25px;
	font-size:12pt;
}
/* document */
body{
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	font-family:Arial,sans-serif;
	font-size: 8pt;
	color:#fff;
	background-image:url('graphics/body-bg.png');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	text-align:center;
}
/* links */
a.white-link{
	color:#fff;
	text-decoration:none;
}
/* text */
.black-text{color:#000;}
.medium-text{ font-size:10pt;}
/* layers */
div#main-layer{	
	text-align:left;
	width:955px;
	margin:auto;
	background-color:#000;
	background-image:url('graphics/header-bg.png');
	background-repeat:repeat-x;
}
	div#main-layer-inner{ padding:0px 10px 0 10px;}
	div#top-nav-bar{
		text-align:right; 
		padding-top:10px;
	}
		div.inline-menu-item{
			display:inline;
			padding:0 5px 0 5px;
			border-right:1px solid #8F8F8F;
		}
		div.inline-menu-last{ border:none; }
	/* logo */
	div#site-logo{padding-left:16px;}
	/* main menu */
	div#main-nav-bar{ 
		margin-top:10px;		
		height:26px;
	}
		div.menu-tab{ 
			float:left; 
			cursor:pointer; 
			margin-right:16px;
		}
		div.active-menu-tab{ cursor:default;  }
			div.tab-column{
				float:left;
				height:26px;
			}
			div.tab-text{ background-image:url('graphics/grey-tab-bg.png'); }
			div.active-tab-text{ background-color:#C00303; }
			div.tab-text-inner, div.tab-text-inner a {
				font-size:11pt;
				font-weight:bold;
				color: #fff;
				text-decoration: none;
				text-align:center;
				padding:4px 5px 0px 5px;
			}
			div.small-tab-text{ width:110px; }
			div.tab-before{
				width:5px;
				background-image:url('graphics/grey-tab-left.png');
			}
			div.tab-after{
				width:5px;
				background-image:url('graphics/grey-tab-right.png');
			}
			div.active-tab-before{
				width:5px;
				background-image:url('graphics/red-tab-left.png');
			}
			div.active-tab-after{
				width:5px;
				background-image:url('graphics/red-tab-right.png');
			}
	/* content */
	div#content-pane{
		clear:both;
		background-image:url('graphics/content-bg.png');
		background-repeat:no-repeat;
		height:415px;	
	}
		div#left-content-pane{
			float:left;
			width:706px;
			height:500px;
			margin-top:8px;
			background-color:#EDEDED;
		}
			div#page-illustration{
				float:left;
				width:290px;
			}
			div#page-content{
				float:left;
				width:405px;
			}
				div.page-intro{
					margin:20px 0 20px 0;
					font-family:Verdana;
					font-size:13pt;
					color:#3B3B3B;
				}
		div#right-content-pane{
			float:left;
			margin:8px 0 0 14px;
			width:214px;
			height:405px;
		}
			div.horizontal-separator{
				border-bottom:1px solid #ccc;
				overflow:hidden;
				width:200px;
				height:1px;
			}
			div.side-block-title{
				font-size:12pt;
				font-weight:bold;
				padding-top:12px;
				height:24px;
				margin-bottom:12px;
			}
			div.news-item{ margin-bottom:18px;}
				div.news-title{
					font-size:10pt;
					font-weight:bold;
				}
			div#newsletter-form{ margin-top:14px;}
	/* footer */
	div#footer{
		clear:both;
		margin:40px 0 20px 0;
	}
