/*Reset by Eric Meyer. Thank you very much, Eric*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*End of Eric Meyer's code*/

html, height {
	height: 100%;
	background: #212121;
}
body {
	width: 100%;
	min-height:100%;
	height: 100%;
	font: 62.5% Arial, Tahoma, Verdana, sans-serif;
	background: #212121;
	color: #FFFFFF;
}
strong {
	font-weight:bolder;
}
.pere {
	clear: both;
	height:0;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
img  {
	vertical-align: bottom;
}
#main {
	height:auto !important;
	min-height: 100%;
	height: 100%;
	text-align: left;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

#sidebar {
	width: 170px;
	float:left;
	overflow:visible;
	position: relative;
}
#content {
	margin-left: 174px;
	text-align: center;
	padding-top: 20px;
}
#linetop{
	margin-left: 174px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 20px;
	width: 730px;
	color: #666;
	font-size: 14px;
}
#lside{
	width: 530px;
	margin-right: 25px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
	margin-bottom: 35px;
}
#lside p{
	margin-top: 18px;
	margin-bottom: 12px;
}
#lside strong{	color: #aaaaaa;}
#lside a{
	text-decoration: underline; color: #8a8a8a;
}
#lside a:hover{
	text-decoration: underline; color: #fff;
}
#lside h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 15px;
}
#rside{
	width: 190px;
	float: left;
	text-align: left;
}
#rside h4{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8a8a8a;
	margin-bottom: 20px;
}
#rside ul li{
	margin-bottom: 10px;
}
#rside li.current a, #rside a:hover{
	color: #FFF;
	text-decoration: underline;
}
#rside ul li a{
	color: #6bb24b;
	text-decoration: underline;
	font-size: 12px;
}
#contacts {
	position:fixed;
	padding-top: 20px;
}
.face {
	margin-bottom: 10px;
}
.face img {
	border: 3px solid #FFFFFF;
}

#contacts h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#card {
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#card h2 {
	font-weight: bolder;
	margin-bottom: 15px;
}
#card h2 span {
	font-weight: normal;
}
#card .icon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#card .icon a {
	margin-right: 9px;
	display: inline-block;
	margin-bottom: 9px;
}
#card .position {
	margin-bottom: 15px;
}
#card dt {
	clear: both;
	float: left;
	padding-right: 2px;
}
#card dl a, #card dl a:visited, #card dl a:focus {
	color: #FFFFFF;
}
#nav {
	margin-bottom: 15px;
}

#nav li {
	text-transform: uppercase;
	font-weight: bolder;
}
#nav li a, #nav li a:visited, #nav li a:focus {
	color: #8a8a8a;
	font-weight: normal;
}
#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#article {
	margin-bottom: 15px;
	margin-top: 15px;
}

#article li {
	text-transform: uppercase;
	font-weight: bolder;
}
#article li a, #article li a:visited, #article li a:focus {
	color: #8a8a8a;
	font-weight: normal;
}
#article li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}