*{font-family: Georgia, Verdana, Arial, sans-serif; color:#333;}

body
{
	margin:0;
	padding: 0;
	height:100%;
}

.error404
{
	position: relative;
	left:25%;
	top: 30%;
	width:40%;
}

/* general */
p
{
	font-size:85%;
	line-height:1.6em;
	margin-top:0.6em;
}

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:140%;
	font-weight:normal;
	margin: 0.8em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

ul, ol
{
	margin-top: 1em;
	padding-left:0;
	margin-left:0;
	font-size:85%;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.2em;
	margin: 0.4em 0 0.4em 2.8em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #000;
}

img.png
{
	behavior:url('/png.htc');
}

.spacer
{
	min-width:30px;
}

.none
{
	display:none;
}

.visible
{
	display:block;
}

.textBlock
{
	padding: 0.5em 0 0 10px;
}

.spacer
{
	min-width: 20px;
}


/* paragraph */
.paragraph{clear:both;}
.paragraph:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.paragraph p{line-height:1.6em; font-size:85%; margin-top:0.5em;}

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.6em 0; line-height: 1.3em;}

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;}

.paragraphFileBlock{clear:both;}
.paragraphFileBlock:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


.paragraphFile
{
	padding: 0.5em 0 0.8em 0;
	margin-right:10px;
	position: relative;
	background-color: #dedcc3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:left;
}
.paragraphFile .text
{
	padding: 0 20px 0 40px;
}
.paragraphFile a{font-size:80%;}
.paragraphFile small{font-size:70%; color:#999;}

.word,
.excel,
.pdf,
.zip,
.video,
.attach
{
	width:13px;
	height:13px;
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-8px;
	overflow: hidden;
	background-image: url('/i/icons/icon.gif');
	background-repeat: no-repeat;
}

.word {background-position: 0 0;}
.excel {background-position: 0 -13px;}
.pdf {background-position: 0 -70px;}
.zip {background-position: 0 -105px;}
.video {background-position: 0 -140px;}
.attach {background-position: 0 -175px;}


h3.minH,
h3.minHCur
{
	font-size:120%;
	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 dotted #09c;
	text-decoration:none;
}

h3.minHCur a,
h3.minHCur a:visited
{
	border-bottom: 1px dotted #333;
	color:#333;
	text-decoration:none;
}

h3.minH a:hover,
h3.minHCur a:hover
{
	border-bottom: 1px dotted #b81b2a;
	color:#b81b2a;
	text-decoration:none;
}

.none{display:none;}
.visible{display:block;}


/* links */
a{text-decoration:underline; color:#4572ad;}
a:hover{text-decoration:underline; color:#b81b2a;}


/* path */
div.path {color:#333; padding: 0;}
div.path a{font-size:80%;}
div.path a:hover{color:#b81b2a;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:180%; margin-top:0.1em;}

