* { margin: 0; padding: 0; }
body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 81.25%; color: #312E2E; background-color: #FFFFFF; behavior: url('csshover3.htc') }
p { margin: 0; padding: 5px 0 8px 0; }

h1, h2, h3, h4, h5, h6 { color: #2A3B63; margin: 15px 0 10px 0; }
h1 { font-size: 2.75em; }
h2 { font-size: 2.10em; }
h3 { font-size: 1.60em; font-style: italic; }
h4 { font-size: 1.45em; }
h5 { font-size: 1.30em; font-style: italic; }
h6 { font-size: 1.15em; }

ul, ol { margin-left: 0px; padding-top: 5px; padding-bottom: 10px;}
ul { list-style-type: square; }
ul li, ol li { margin-left: 15px; }
img { border: 0; }
hr { line-height: 0; border: 0; height: 3px; background-image: url('images/bg.gif'); }
blockquote { margin: 15px 40px 30px 40px; padding-left: 10px; }
table { width: 100%; border-collapse: collapse; }

a { color : #C34E02; }
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

fieldset { border: 0; margin: 0; padding: 0; vertical-align: middle; }

#site_title { color: #000014; margin: 0; text-transform: uppercase; }
#site_title a { color: #000014; text-decoration: none; }
#site_subtitle { color: #2A3B63; margin: 0; padding-left: 10px; font-style: italic; font-size: 2.10em; }
#site_description { font-style: italic; }

#header { margin-top: 3px; background-color: #717C8C; }
#headercontent {
	margin: 0 auto;
	width: 962px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #8E97A4;
}

#subheader { margin-top: 3px; }
.subheadercontent {
	margin: 0 auto;
	width: 982px;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#pagetitle { margin-top: 3px; }
#pagetitle h2 {
	margin: 0 auto;
	width: 972px;
	background-image: url('images/pagetitlebg.gif');
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#middle { background-color: #FFFFFF; padding-top: 3px; }
#middlecontent {
	margin: 0 auto;
	width: 972px;
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
#middlecontent_end { clear: both; }

#pagelist { text-align: center; }

#footer { background-color: #FFFFFF; margin-top: 3px; margin-bottom: 3px;}
#footercontent {
	margin: 0 auto;
	width: 964px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #8E97A4;
}
#footercontent hr { display: none; }
#footercontent p { text-align: center; font-style: italic; }

.leftcontent { float: left; width: 74%; background-color: #FFFFFF; }

.rightcontent {
	float: right;
	width: 25%;
	margin-top: 0px;
	margin-right: 0px;
}
.rightcontent .block {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url('images/pagetitlebg.gif');
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: 10px;
}

.rightcontent .block h3 { margin: 0; }

#comments { width: 90%; margin: 0 auto; }

.comment {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 25px;
	padding: 10px;
	background-color: #EFEFEF;
	background-image: url('images/quotebg.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.commentname { font-size: 1.1em; margin: 0; padding: 0; }

.commentdate { text-align: left; font-style: italic; font-size: 0.8em; color: #888888; }

#googlead {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -240px;
}

.grid { border-collapse: collapse; width: 100%; }
.grid td { vertical-align: top; border: 1px solid #CCCCCC; padding: 1px; }
.grid tr:hover td { background-color: #EFEFEF; }

.nocss { display: none; }
.goback { font-style: italic; text-align: right; }

/* Add an external-link icon to absolute links */
#middlecontent a[href^="http:"], #content a[href^="https:"] { background: url('images/link_extern.gif') right center no-repeat; padding-right: 15px; }
#middlecontent a[href^="http:"]:hover, #content a[href^="https:"]:hover { background: url('images/link_extern_a.gif') right center no-repeat; }
/* links that require authentication */
#middlecontent a[href^="https://iezy.be"] { background: url('images/link_lock.gif') right center no-repeat; padding-right: 16px; }
#middlecontent a[href^="https://iezy.be"]:hover { background: url('images/link_lock_a.gif') right center no-repeat; padding-right: 16px; }
/* but not to absolute links in this domain */
#middlecontent a[href^="http://iezy.be"] { background: transparent; padding-right: 0px; }
#middlecontent a[href^="http://iezy.be"]:hover { background: transparent; }

/* email link */
#middlecontent a[href^="mailto:"] { background: url('images/link_email.gif') right center no-repeat; padding-right: 18px; }
#middlecontent a[href^="mailto:"]:hover { background: url('images/link_email_a.gif') right center no-repeat; }

/* attachments */
#middlecontent a[href$=".txt"] { background: url('images/link_doc.gif') right center no-repeat; padding-right: 17px; }
#middlecontent a[href$=".doc"] { background: url('images/link_word.gif') right center no-repeat; padding-right: 17px; }
#middlecontent a[href$=".xls"] { background: url('images/link_excel.gif') right center no-repeat; padding-right: 17px; }
#middlecontent a[href$=".pdf"] { background: url('images/link_acrobat.gif') right center no-repeat; padding-right: 17px; }
#middlecontent a[href$=".ppt"] { background: url('images/link_powerpoint.gif') right center no-repeat; padding-right: 17px; }
#middlecontent a[href$=".mdb"] { background: url('images/link_access.gif') right center no-repeat; padding-right: 17px; }

/* pictures */
/*
#content a[href$=".jpg"] { background: url('images/link_picture.gif') right center no-repeat; padding-right: 17px; }
#content a[href$=".gif"] { background: url('images/link_picture.gif') right center no-repeat; padding-right: 17px; }
*/