/* =====reset===== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, 
select {
	margin: 0; padding: 0; border: 0; 
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 
	vertical-align: baseline;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* =====elements===== */
a {
	color: #700707;
	text-decoration: none; /*underline*/
}
a:hover {
	color: #28E;
}
body {
	background: #FEFEFE;
	color: #555A60;
	font: normal 76% "Verdana",sans-serif; /*Palatino*/ /*Lucida Sans Unicode*/
	margin: 0;
}
p, cite, code, ul {
	font-size: 1.0em;
	padding-bottom: 1.2em;
}
/*h1 has a default font-size set to 2em which means 2 x the font size of the parent element (defualt 16px)*/
/*100% within the body then the body will have 16px (the default font-size) and h1 will have 32px. */
h1 {
	color: #000579;
	font-size: 2.2em;
	padding-top: 6px;
	margin-bottom: 8px;
	/*font-style: italic;*/
	/*font-weight: bold;*/
}
h2 {
	color: #000579;
	font-size: 1.7em;
	padding-top: 6px;
	margin-bottom: 6px;
}
h3 {
	color: #000579;
	font-size: 1.42em;
	padding-top: 6px;
	margin-bottom: 2px;
}
h4 {
	color: #000579;
	font-size: 0.8em;
	padding-top: 2px;
	margin-bottom: 2px;
}
h5 {
	color: #555;
	font-size: 1.0em; /* used as ublication title */
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 4px;
}

li {
	margin-left: 18px;
}

box {
	background: #FAFAFF;
	/*border: 1px solid #aaaaff;*/
	color: #666;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #FAFAFF;
	/*border: 1px solid #aaaaff;*/
	color: #666;
	display: block;
	font: normal 1.1em "Courier",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	color: #000456;
	display: block;
	font: italic 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* =====title===== */

.title {
padding-top: 6px;
padding-bottom: 6px;
}
.toptitle {
	float: left;
	text-align: left;
	margin-top: 22px;
	margin-left: 20px;
	width: 220px;
}
.toptitle h1 {
	color: #000579;
	font: normal 2em Verdana,sans-serif;
}
.toptitle h2 {
	color: #191919;
	font: normal 1.1em Verdana,sans-serif;
}

/* ==== Images ==== */

.image_title {
	float: right;
	margin-top:5px;
	margin-left:20px;
	margin-right:10px;
}

.image_rparag {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.papericon {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
	width:90px;
}

.image_lparag {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_rsection {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_lsection {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

/* === tinylink === */

#tinylink {
	text-align: right;
	color:#444444;
	background-color:#FFFFFF;
	font-size:72%;
	clear:both;
}

/* === sepline === */

#sepline {
	text-align: right;
	color:#000000; /*444444;*/
	background-color:#FFFFFF;
	border-bottom:1px solid silver;
	font-size:70%;
	line-height:1.8em;
	clear:both;
}

/*===== navigation =====*/

.navigation {
	height: 100px;
	padding: 0 16px;
}
.navigation a {
/*	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;*/
	color: #000579;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	/*background: #FFF url(img/navhover.gif) repeat-x;*/
	color: #28E;
	/*padding: 56px 18px 10px;*/
}

/*===== floats =====*/
.left,.alignleft {	float: left; }

.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/*===== structure =====*/
.container {
	margin: 0 auto;
	width: 730px;
}

/*===== holders =====*/
.holder {
	padding: 0 32px;
}

/*.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}*/

/*===== footer =====*/
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
	padding: 0 32px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

/*===== header =====*/
/* 
<header id="title-block-header" >
<h1 class="title" > Home</h1 >
</header >*/
