* {font-family: Arial, sans-serif; color:#333;}

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color: #006544;
}

.mainBlock
{
	background-color: #fff;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.error404Block {position:absolute; left:30%; top:40%;}

.error404Block h1
{
	font-size:500%;
	color:#999;
	margin:0 0 0.1em 0;
	line-height:1.3em;
	font-weight: bold;
}

.error404Block h2
{
	font-size:180%;
	color:#999;
	margin:0 0 0.8em 0;
	line-height:1.3em;
	font-weight: normal;
}

.error404Block a,
.error404Block a:hover
{color:#999;}


/* general */
p {	font-size:85%; color:#333;	line-height:1.6em;}

h3
{
	font-size:130%;
	font-weight:normal;
	color:#333;
	margin:0 0 0.5em 0;
	padding:0;
	//clear:both;
}

h4 {color:#333;}

ul{margin-top: 0.5em; padding-left:0; margin-left:0; font-size:85%; color:#333; line-height:1.6em;}
ol{margin-top: 0.5em; padding-left:0; margin-left:1em; font-size:85%; color:#333; line-height:1.6em;}
ol li{list-style-type:decimal;margin: 0.4em 0 0.4em 1em; }
ul li{list-style-type:none; margin: 0.4em 0 0.4em 1em; background: url('../i/list.gif') no-repeat left 0.8em; padding-left:16px;}

img.borderImg{border: 1px solid #999;}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}

.highlight td{background-color:#f4f2de;}

table
{
	padding:0;
	margin:0;
	width:100%;
	border-collapse: collapse;
}

td, th
{
	padding:0;
	margin:0;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}


/* paragraph */
.pContent{clear:both; padding-bottom:1em;}
.pContent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.pContent p{line-height:1.6em; font-size:85%;}

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;}

.imgGallery
{
	float:left;
	margin: 0 20px 20px 0;
	position: relative;
	padding:0;
}

p.caption{font-size:70%; color:#666; font-style:italic; margin: 0.5em 0;}

table.pTable{clear:both; width:100%; border-collapse:collapse; margin: 0.5em 0 1.2em 0;}
table.pTable td{font-size:75%; color:#333; padding: 0.5em 10px; border-bottom: 1px solid #dedede;}
table.pTable th{font-size:75%; color:#333; padding: 0.5em 10px;}
table.pTable td p{font-size:100%; margin:0; line-height:normal;}

table.normal{clear:both; width:100%; border-collapse:collapse; margin-bottom:1.2em; border: 1px solid #dedede;}
table.normal td{font-size:75%; color:#333; padding: 0.5em 10px; border: 1px solid #dedede;}
table.normal td p{font-size:100%; margin:0; line-height:normal;}

div#paragraphFile{padding: 0.5em 10px 0.5em 28px; height:26px;}
div#paragraphFile a{font-size:80%;}
div#paragraphFile small{font-size:70%; color:#999;}

.word,
.excel,
.pdf,
.zip,
.video,
.attach
{
	width:35px;
	height:35px;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
	background-image: url('/i/icons.jpg');
	background-repeat: no-repeat;
}

.word {background-position: 0 0;}
.excel {background-position: 0 -35px;}
.pdf {background-position: 0 -70px;}
.zip {background-position: 0 -105px;}
.video {background-position: 0 -140px;}
.attach {background-position: 0 -175px;}


h3.pHeader{font-size:150%; margin: 0 0 1em 0;}
h3.pHeader a{border-bottom: 1px dotted #369; text-decoration:none;}
h3.pHeader a:hover{border-bottom: 1px dotted #5682bc; text-decoration:none;}
h3.pHeader a.cur{border-bottom: 1px dotted #333; color:#333; text-decoration:none;}

.paragraphFile
{
	position: relative;
}

.paragraphFile a
{
	font-size: 90%;
	display: block;
	padding: 0.2em 0 0.2em 40px;
}

.paragraphFile small
{
	font-size: 70%;
	display: block;
	color:#666;
	padding: 0 0 0 40px;
}

.none{display:none;}
.visible{display:block;}


/* links */
a{text-decoration:underline; color:#369;}
a:hover{text-decoration:underline; color:#5682bc;}


/* path */
div.path {color:#333;}
div.path a{font-size:75%;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:150%; margin-top:0.2em;}



/* round */

.borderShadow
{
	float:left;
	position:relative;
	z-index:1;
	
}


.borderShadow .lt,
.borderShadow .rt,
.borderShadow .rb,
.borderShadow .lb
{
	position:absolute;
	width: 30px;
	height: 30px;
	border:0;
	z-index:10;
}

.borderShadow .lt
{
	left:0;
	top:0;
}

.borderShadow .rt
{
	right:0;
	top:0;
}

.borderShadow .rb
{
	right:0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}

.borderShadow .lb
{
	left:0;
	bottom:0;
	bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );
}


.borderShadow .t_line,
.borderShadow .r_line,
.borderShadow .b_line,
.borderShadow .l_line
{
	position:relative;
	z-index:5;
}

.borderShadow .t_line
{
	background: url('/i/t_line.gif') repeat-x left top;
}

.borderShadow .r_line
{
	background: url('/i/r_line.gif') repeat-y right top;
}

.borderShadow .b_line
{
	background: url('/i/b_line.gif') repeat-x left bottom;
}

.borderShadow .l_line
{
	background: url('/i/l_line.gif') repeat-y left top;
}

