html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;

	font-family: lucidia grande, arial, sans-serif;
	font-weight: normal;
	
	color: #000000;
	background-color: #EFE;
	background-image: url(/images/background_cy.jpg);
}

h2 {
	margin-top: 100px;
	margin-bottom: 12pt;
}
h1 {
	margin-top: 0;
	margin-bottom: 12pt;
}
p {
	margin-top: 0; 
	margin-bottom: 6pt;
}

SPAN.strikethrough { 
	text-decoration: line-through; 
}

SPAN.pngimage { 
	z-index: 100;
}


div.overlay a:visited,  div.overlay a:link {
	color: #ded;
	background-color: transparent;
	text-decoration: none;
	
	padding: 5px 0px 0px 0px;	
}
div.overlay a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
div.overlay a:active {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

div.content a:link {
	color: #008;
	background-color: transparent;
}
div.content a:visited {
	color: #608;
	background-color: transparent;
}
div.content a:hover {
	background-color: #fff;
}
div.content a:active {
	color: #f00;
	background-color: transparent;
}
a:link img, a:visited img {
	border-style: none;
}

#leftBarBottom {
	position: fixed;
	left:0px;
	bottom:0px;
	
	vertical-align: bottom;
	
	z-index: 60;
	width: 172px;
	padding: 5px 0px 0px 0px;

	color: #ffffff;
	text-align: center;
}

#leftBarBottomMSIE {
	position: absolute;
	left:0px;
	bottom:0px;
	
	vertical-align: bottom;
	
	z-index: 60;
	width: 172px;
	padding: 5px 0px 0px 0px;

	color: #ffffff;
	text-align: center;
}


#leftBarContent {
	left:0px;
	top:0px;
	
	z-index: 60;
	height: 100%; 
	width: 172px;
	padding: 5px 0px 0px 0px;

	background-color: #000;
	background-image: url(/images/background.png);
	color: #ffffff;
	text-align: center;
	line-height: 200%;
}

SPAN.sublink { 
	line-height: 100%;
	font-size: 75%;
}


#leftBar {
	position: fixed;
	left:0px;
	top:0px;
	z-index: 50;

	width: 192px;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/corner.png);
	background-repeat : no-repeat;
	background-position: 172px 88px;

	font-size: 120%;
}


#leftBarMSIE {
	position: absolute;
	left:0px;
	top:0px;
	z-index: 50;

	width: 192px;
	height: 100%; 
	margin: 0px;
	padding: 0px;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/corner.png');
	background-repeat : no-repeat;
	background-position: 172px 88px;

	font-size: 120%;
}

#leftBarShadow {
	position: fixed;
	left:0px;
	top:0px;

	z-index: 40;
	width: 20px; 
	height: 100%;
	margin-left:172px; 
	margin-top:108px; 
	margin-bottom:-108px;
	padding: 0px;

	background-image: url(/images/shadow_right.png);
	background-repeat : repeat-y;
}

#leftBarShadowMSIE {
	position: absolute;
	left:0px;
	top:0px;

	z-index: 40;
	width: 20px; 
	height: 100%;
	margin-left:172px; 
	margin-top:108px; 
	margin-bottom:-108px;
	padding: 0px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/shadow_right.png');
	background-repeat : repeat-y;
}


#topBarContent {
	left:0px;
	top:0px;
	
	z-index: 30;

	height: 60px;
	margin: 0px 0px 0px 0px;
	padding-left: 172px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-top: 14px;

	background-color: #000;
	background-image: url(/images/background.png);
	color: #ffffff;	
	vertical-align: middle; 
	text-align: right;
}

#topBar {
	position: fixed;
	left:0px;
	top:0px;
	z-index: 20;

	width:100%;
	height:108px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(/images/shadow_corner.png);
	background-repeat : no-repeat;
	background-position: 172px 88px;

}

#topBarMSIE {
	position: absolute;
	left:0px;
	top:0px;
	z-index: 20;

	width:100%;
	height:108px;
	margin: 0px;
	padding: 0px;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/shadow_corner.png');
	background-repeat : no-repeat;
	background-position: 172px 88px;

}

#topBarShadow {
	position: fixed;
	left:0px;
	top:88px;

	z-index: 10;
	width: 100%;
	height: 20px;
	margin-left:192px; 
	margin-right:-192px; 
	margin-top:0px; 
	padding: 0px;

	background-image: url(/images/shadow_bottom.png);
	background-repeat : repeat-x;
}


#topBarShadowMSIE {
	position: absolute;
	left:0px;
	top:88px;

	z-index: 10;
	width: 100%;
	height: 20px;
	margin-left:192px; 
	margin-right:-192px; 
	margin-top:0px; 
	padding: 0px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/shadow_bottom.png');
	background-repeat : repeat-x;
}



#contentRegion {
	background-image: url(/images/background_cy.jpg);

	margin: 0px;
	padding-left: 187px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.attentionBox {
	background-color: #FFC;
	border:1px;
	border-style: solid;
	padding:6px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 85%;
}


