@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#FFFFFF;
	background-image: url(../../media/bg.png);
	background-position: center;
}
#nonfooter {
	position: relative;
	min-height: 100%;
}
* html #nonfooter {
	height: 100%;
}
#pagewidth {
	padding-bottom: 9em;
	width:775px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:100px;
	width:100%;
}
#header h1 a {
	font-size: 2.5em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#leftcol {
	width:17%;
	float:left;
	position:relative;
	margin-top: 10px;
}
#leftcol ul {
	margin:0px;
	padding:0px;
	width: 90%;
}
#leftcol li {
	list-style:none;
}
#leftcol ul li a {
	color:#333333;
	display:block;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #b0b0b5;
	margin-top: 3px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../../media/menubg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#leftcol a:hover {
	border-color: #e67a56;
}
#leftcol .warn, #leftcol .warn a {
	color:#A40000;
	padding-top: 10px;
	padding-left: 3px;
	text-decoration:none;
}
#translate {
	padding-top: 20px;
	padding-left: 12px;
	padding-bottom: 10px;
	line-height: 15px;
}
#share {
	padding-left: 20px;
	padding-bottom: 10px;
}
#maincol {
	float: right;
	display:inline;
	position: relative;
	width:83%;
	color:#333333;
}
#maincol h1 {
	font-size: 1.6em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b0b0b5;
}
#maincol h2 {
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#maincol p {
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
#maincol p.quote {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-style: italic;
}
#maincol p.quoteRight {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}
#maincol p a {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px solid #b0b0b5;
}
#maincol .warn, #maincol .warn a {
	color:#A40000;
}
#maincol p a:hover {
	border-bottom: 1px solid #e67a56;
}
#maincol ul {
	font-size: 1.2em;
	padding-left:60px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	list-style-image: url(../../media/icons/bullet.gif);
	list-style-position: outside;
}
#maincol li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#maincol .newsdate {
	font-size:1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
.vertcent {
	vertical-align: -30%;
}
#clear {
	clear:both;
}
#footer {
	position: relative;
	margin-top: -4em;
}
#footer p {
	font-weight: bold;
	font-size: 1em;
	color:#333333;
	text-align: center;
	padding: 5px;
}
#footer a {
	color:#000000;
	text-decoration: none;
	border-bottom: 1px solid #b0b0b5;
}
#footer a:hover {
	border-bottom: 1px solid #e67a56;
}
#accordion h1, #accordion h2 {
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b0b0b5;
}
#accordion h1:hover, #accordion h2:hover {
	background:#eee;
}
img, .noborder p a {
	border: none !important;
}
.floatright {
	padding: 5px;
	float:right;
}
/*Float containers fix*/ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
