*{
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color:#333;
	zoom:1;
}

body
{
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background: url('/i/bg/shadow.png') repeat-y left top;
}

#contentBlock
{
	width:100%;
	background-color: #f0efe1;
}

div#measurer{
	position: absolute;
	width: 100%;
	top: 0;
	height: 1px;
	line-height: 1px;
}

div#around{
	position: relative;
	min-width: 750px;
	max-width: 1300px;
	min-height:100%;
	//height:100%;
	background-color: #527f9f;
}

* html div#around
{
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 750
	)
	?	'750px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1300
		)
		?	'100%'
		:	'1300px'
	);
}

#zoom
{
	z-index:100;
}


#error404Block
{
	position: absolute;
	top: 30%;
	left:20%;
}

#error404Block span
{
	background-color: #fff;
}

#error404Block h1
{
	font-size:220%;
	color:#fff;
	margin:0;
	letter-spacing: -0.1ex;
}

#error404Block p
{
	font-size:120%;
	color:#fff;
	margin: 0.4em 0 1.5em 0;
	line-height: 1.4em;
}

#error404Block a
{
	color: #fff;
	font-size:100%;
}

/* general
-------------------------*/

p
{
	font-size:85%;
	color:#333;
	line-height:1.5em;
	margin: 0 0 0.8em 0;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:130%;
	font-weight:normal;
	color:#333;
	margin: 0 0 0.4em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
}

ul, ol
{
	margin: 0 0 1em 0;
	padding-left:0;
	font-size:85%;
	color:#333;
}

li
{
	list-style-type: none;
	text-indent:-1.1em;
	margin: 0.3em 0 0.3em 2em;
	line-height:1.4em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

.paragraphBlock
{
	padding: 2em 20px 0 15px;
}

.none
{
	display:none;
}

.visible
{
	display:block;
}

.png
{
	behavior: url('/png.htc');
}


/* links
-------------------------*/

a{
	text-decoration:underline;
	color:#437c9c;
}

a:hover{
	text-decoration:underline;
	color:#c8081d;
}





/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

div.pContent p
{
	line-height:1.6em;
}

div.pContent .prelist
{
	margin-bottom: 0.2em;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:70%;
	color:#999;
	font-style:italic;
	margin: 0.5em 0 0.5em 20px;
}

table.pTable
{
	clear:both;
	width:auto;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:80%;
	text-align: left;
	padding: 2em 10px 0.5em 10px;
	border-bottom: 1px solid #d8d7ca;
}

table.pTable .highlight td
{
	background-color: #e7e5ce;
}

table.pTable td
{
	font-size:80%;
	padding: 0.5em 10px;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

.paragraphFile
{
	position: relative;
	padding: 0.6em 0 0.6em 25px;
}

.paragraphFile a
{
	font-size:85%;
}

.paragraphFile small
{
	font-size:70%;
	color:#999;
}

.paragraphFile .attach{background-position: 0 0;}
.paragraphFile .pdf{background-position: 0 -20px;}
.paragraphFile .word{background-position: 0 -40px;}
.paragraphFile .excel{background-position: 0 -60px;}
.paragraphFile .zip{background-position: 0 -80px;}

.paragraphFile .pdf,
.paragraphFile .word,
.paragraphFile .excel,
.paragraphFile .zip
{
	width:18px;
	height:20px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-10px;
	overflow: hidden;
	background-image: url('../i/icons.gif');
	background-repeat: no-repeat;
}

h3.pHeader
{
	font-size:85%;
}

h3.pHeader a
{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}


h3.minH,
h3.minHCur
{
	font-size:95%;
	margin: 1em 0 0 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	line-height: 1.3em;
}

h3.minH a,
h3.minH a:visited
{
	border-bottom: 1px dashed #313e10;
	text-decoration:none;
}

h3.minHCur a,
h3.minHCur a:visited
{
	color:#333;
	text-decoration:none;
}

h3.minH a:hover,
h3.minHCur a:hover
{
	border-bottom: 1px dashed #4c640b;
	text-decoration:none;
}



/* path
-------------------------*/

div.path
{
	color:#333;
}

div.path a
{
	font-size:75%;
}

div.path span
{
	font-size: 85%;
	color:#333;
}

div.path h1
{
	font-size:160%;
	margin: 0.1em 0 0.5em 0;
}


/* mask image */

.maskImage
{
	position: relative;
	width:218px;
	height:173px;
	overflow: hidden;
	left:0;
}

.maskImage .image
{
	position: absolute;
	left:19px;
	top:19px;
	background-repeat:repeat;
	background-position: center center;
	overflow: hidden;
	width:180px;
	height:135px;
	z-index: 1;
}

.maskImage .mask
{
	position: absolute;
	width:218px;
	height:173px;
	left:0;
	top:0;
	background: url('/i/mask.png') no-repeat left top;
	behavior: url('/png.htc');
	z-index: 5;
}
