@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium WebItalic';
	src: url('../fonts/TitilliumWeb-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Titillium WebBold';
	src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Sort Mill Goudy Regular';
	src: url('../fonts/SortsMillGoudy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Sort Mill Goudy Italic';
	src: url('../fonts/SortsMillGoudy-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
body
{
/*	font-family: Calibri, Arial, Helvetica, sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
/*	font-family: 'Roboto', sans-serif;*/
	font-size: 11pt;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #fff;
	font-stretch:condensed;
}
#page
{
/*	position: relative;*/
	margin: 0px auto;
	padding: 0px;
	width: 984px;
/*	border: 5px solid #4b7598;
	border-top: none;*/
	text-align:left;
}
#logo {
	background-image: url(../images/logo_new.png);
	background-repeat: no-repeat;
	width: 984px;
	height: 99px;
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------------------

		Navigagtion
		
--------------------------------------------------------*/		
#navi {
	background-image: url(../images/navi_new.png);
	background-repeat: no-repeat;
	width: 984px;
	height: 99px;
	margin: 0px;
	padding: 0px;
}
#navi .mainmenu {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navi .mainmenu li {
	color: #4b7598;
	line-height: 1em;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	list-style-type:none;
	margin: 0px;
}
#navi .mainmenu li a {
	color: #4b7598;
	text-decoration: none;
}
#navi .submenu li a {
	color: #ffffff;
	text-decoration:none;
}
#navi .mainmenu li a.actual,
#navi .submenu li a.actual {
	color: #e8851a;
	text-decoration: none;
}
#navi .submenu {
	margin: 0px auto;
	padding: 3px;
	background-color: #b2c4d1;
	border: 2px solid #4b7598;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	text-align: center;
}
#navi .submenu li {
	color: #ffffff;
	line-height: 1em;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	list-style-type:none;
	margin: 0px;
}
/*--------------------------------------------------------

		Panels, side panels
		
--------------------------------------------------------*/		
#container {
	margin: 0px;
	padding: 0px;
/*	background-color: #CCCCCC;*/
	position: relative;	/* This fixes the IE7 overflow hidden bug */
/*	clear:both;*/
	width:100%;			/* width of whole page */
/*	overflow: visible;*/		/* This chops off any overhanging divs */
}
#leftside {
/*	width: 90px;*/
	background-color: #b2c4d1;
	border: 2px solid #4b7598;
	display: inline;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#rightside {
	display: inline;
}
#leftside {
/*	width: 120px;*/
	width: 160px;
	float: left;
}
#rightside {
	float: right;
	width: 120px;
	background-color: #b2c4d1;
	border: 2px solid #4b7598;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#tags {
}
#addthis {
	text-align: center;
}
#leftside h1,
#rightside h1 {
	font-size: 10pt;
	line-height: 12pt;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5pt;
}
#rightside p.tab {
	font-size: 8pt;
	padding-bottom: 5px;
	font-family: 'Titillium WebBold', sans-serif;
	font-style: normal;
/*	font-weight: bold;*/
	text-align: center;
	color: #4b7598;
	border-bottom-color: #4b7598;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	margin-bottom: 11pt;
	margin-top: 6px;
	line-height: 1em;
}
#leftside ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10pt;
}
#leftside li {
	font-size: 8pt;
	color: #4b7598;
	list-style: none;
	margin-bottom: 0px;
}
#leftside p {
	color: #4b7598;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#leftside p.ltitle {
	font-size: 8.5pt;
	padding-bottom: 1pt;
/*	font-weight: bold;*/
	font-family: 'Titillium WebBold', sans-serif;
}
#leftside p.ldate {
	font-size: 8.5pt;
	padding-bottom: 7pt;
	font-style: normal;
}
#leftside a, #rightside a {
	color: #4b7598;
	text-decoration: none;
}
/*--------------------------------------------------------

		Main content
		
--------------------------------------------------------*/		
/*li.ListBullet2 {
	margin-top: 0px;
	margin-bottom: 4pt;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 11pt;
	margin-left: 0px;
}*/
#content {
	position: absolute;
	width: 616px;
	margin-top: 0px;
	display: inline;
/*	padding: 40px;*/
	padding: 20px;
	padding-top: 0px;
	color: #4b7598;
}
#content .Title {
	font-size: 18pt;
	text-align: left;
	font-weight: bold;
	color: #e8851a;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4b7598;
	text-align: center;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Regular', serif;
}
#content .Authors {
	margin: 0px;
	margin-bottom: 11pt;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 14pt;
	font-family: 'Sort Mill Goudy Italic', serif;
	font-style: italic;
	border-bottom: 1px solid #4b7598;
}
#content .winner {
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
    font-family: 'Sort Mill Goudy Italic', serif;
}
#content h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #4b7598;
	margin: 0px;
/*	margin-bottom: 10px;*/
/*	margin-left: 20px;*/
	padding-top: 10px;
	padding-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Regular', serif;
}
#content h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #4b7598;
	margin: 0px;
	margin-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Regular', serif;
}
#content h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #4b7598;
	margin: 0px;
	margin-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Italic', serif;
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #4b7598;
	margin: 0px;
	margin-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Regular', serif;
}
#content h5 {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #4b7598;
	margin: 0px;
	margin-bottom: 10px;
/*	font-family: 'Roboto Slab', serif;*/
	font-family: 'Sort Mill Goudy Italic', serif;
}
#content .BodyText, #content .cite {
	color: #4b7598;
	font-size: 11pt;
	padding-top: 0pt;
	padding-bottom: 11pt;
	margin: 0px;
	text-align:justify;
}
#content .cite {
	font-family: 'Titillium WebItalic', sans-serif;
	margin-right: 40px;
	margin-left: 40px;
	font-style:italic;
}
#content .NormalP {
	font-size: 11pt;
	text-align: center;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin: 0px;
}
#content .Piccaption {
	padding-top: 6pt;
	padding-bottom: 11pt;
	margin: 0px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	font-family: 'Titillium WebItalic', sans-serif;
}
#content .tablecaption {
	margin-top: 0pt;
	margin-right: 0px;
	margin-bottom: 0pt;
/*	margin-left: 0px;*/
	margin-left: 40pt;
	padding-top: 11pt;
	padding-bottom: 6pt;
	text-indent: -40pt;
	text-align: left;
	font-size: 10pt;
	font-style: normal;
}
#content p, li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 11pt;
}
#content ul, #content ol {
	margin-top: 0px;
	margin-bottom: 11pt;
	margin-left: 0px;
	padding-left: 30px;
}
#content ul li {
	margin-top: 0px;
	margin-bottom: 4pt;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 11pt;
	margin-left: 0px;
}
#content ol li {
	margin-top: 0px;
	margin-bottom: 4pt;
	list-style-position: outside;
	list-style-type: 1;
	font-size: 11pt;
	margin-left: 0px;
}
#content ol.Reference {
	margin-top: 0px;
	margin-bottom: 11pt;
	margin-left: 0px;
	padding-left: 30px;
}
#content li.Reference {
	margin-top: 0px;
	margin-bottom: 6pt;
	list-style-type: decimal;
	font-size: 11pt;
	margin-left: 0px;
}
#content ol.Reference i, #content ol.Reference em {
	font-family: 'Titillium WebItalic', sans-serif;
}
#content p.ProgCode {
	font-size: 9pt;
	font-family:"Courier New", Courier, monospace;
}
#content p.atitle {
	font-size: 11pt;
	padding-bottom: 3pt;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
}
#content p.aauthor {
	font-size: 10pt;
	padding-bottom: 3pt;
	font-style: italic;
	line-height: 1em;
	margin: 0px;
	font-family: 'Titillium WebItalic', sans-serif;
}
#content p.adate {
	font-size: 9pt;
	padding-bottom: 3pt;
	font-style: normal;
	line-height: 1em;
	margin: 0px;
	margin-top: 5pt;
}
#content p.atag {
	font-size: 9pt;
	padding-bottom: 2pt;
/*	font-weight: bold;*/
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
}
#content p.atab {
	font-size: 9pt;
	padding-bottom: 5px;
	font-style: normal;
	text-align: right;
	color: #753028;
	border-bottom-color: #4b7598;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 11pt;
	margin-top: 6px;
	line-height: 1em;
}
#content p b, #content p strong {
	font-family: 'Titillium WebBold', sans-serif;
}
#content p i, #content p em {
	font-family: 'Titillium WebItalic', sans-serif;
}
#content .atabe {
	background-color: #b2c4d1;
	margin: 0px;
	padding: 4px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
#content a {
	text-decoration: none;
	color: #e8851a;
}
#content table {
	border: solid 1px #b2c4d1;
	border-collapse: collapse;
}
#content td {
	border: solid 1px #b2c4d1;
	background-color: #ffffd9;
	color: #4b7598;
	margin: 0px;
	padding: 4px;
}
#content td p {
	font-size: 8pt;
	margin: 0px;
}
#content td.tdhead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4b7598;
}
#content table.archive {
	border: none;
	border-collapse: collapse;
	width: 200px;
}
#content td.archive {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#content p.ltitle {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#content .table_note {
	font-size: 10pt;
	margin-top: -16pt;
	margin-bottom: 11pt;
}
#content .EndnoteText {
	text-align: left;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20pt;
	padding-top: 0pt;
	padding-bottom: 5pt;
	text-indent: -11pt;
}
#content li.EndnoteText {
	font-size: 11pt;
	margin-left: 0px;
	text-indent: 0pt;
	margin-bottom: 0pt;
}
#content .EndnoteReference {
	font-size: 8pt;
	vertical-align: super;
}

pre
{
	font-family:"Courier New", Courier, monospace;
	font-size: 8pt;
	color: #304A68
}
