@charset "utf-8";
/*Begin Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, b, u, i, center, 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-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*End Reset*/


html{
	height:100%;
	}
body  {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	background: #3fbdbe url(../images/bg.jpg) no-repeat center top;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #0e161d;
}
a{
	color:#3B5998;
	}
a:hover{
	color:#fff;
}
h1{font-size:16pt; color:#FFF;font-weight:bold;}
h2{font-size:14pt; color:#FFF;font-weight:bold;}
h3{font-size:12pt; color:#FFF;font-weight:bold;}
h4{font-size:11pt; color:#FFF;font-weight:bold;}
h5{font-size:10pt; color:#FFF;font-weight:bold;}
h6{font-size:9pt; color:#FFF;font-weight:bold;}

#tempage .title{font-size:12pt; color:#FFF;font-weight:bold;font-family:Arial, Helvetica, sans-serif; !important}
#tempage .title2{font-size:11pt;color:#3B5998;font-weight:bold;font-family:Arial, Helvetica, sans-serif; !important}
#tempage .subtitle{font-size:10pt;color:#0e161d;font-weight:bold;font-family:Arial, Helvetica, sans-serif; !important}
#tempage .text{font-size:9pt;color:#0e161d;font-weight:normal;font-family:Arial, Helvetica, sans-serif !important;}
.thrColFix #container { 
	width: 990px;  
	background: transparent none;
	margin: 10px auto; 
	text-align: left;
	font-size:0.8em;
	letter-spacing:0.03em;
	line-height:1.2em;
} 
.thrColFix #sidebar1 {
	float: left;
	display:inline;
	width: 132px;
	height:100%;  
	background: transparent none;
	padding: 15px 0 15px 30px; 
}
.thrColFix #sidebar2 {
	float: right; 
	width: 144px;
	height:100%;  
	background: transparent none;
	padding: 15px 0 15px 20px; 
	min-height: 100%;
}
.thrColFix #mainContent { 
	margin:0px 154px 12px 162px;
	width:642px;
	padding: 0 10px;
	margin-bottom:12px;
}
#body{
	padding:0 10px;
	}
#content{
	margin-right:170px;
	min-height:300px;
	}
#tempage div, #tempage p, #tempage span{
	color:#0e161d;
	font-weight:normal;
	}
#page_title{
	color:#fff;
	font-size:1.2em;
	margin:10px 0px 5px;
	}
#chapter_title{
	color:#fff;
	font-size:1.1em;
	margin:15px 0 10px;
	}
#footer{
	display:block;
	height:auto;
	position:relative;
	padding:0 0px 0 30px;
	}
#facebook{
	display:block;
	position:absolute;
	left:31px;
	top:-28px;
	}
#contacts{
	float:left;
	display:inline;
	width:125px;
	}
#contacts a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	}
#contacts a:hover{
	color:#0e161d;
	}
#credit{
	float:right;
	display:inline;
	width:116px;
	margin-right:14px;
	font-size:0.75em;
	color:#FFF;
	font-weight:bold;
	}
#credit a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
#credit a:hover{
	color:#0e161d;
	}
#slogan{
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-left:183px;
	}
#slogan a{
	color:#fff;
}
#small_links{
	float:right;
	display:inline;
	width:166px;
	position:absolute;
	right:0px;
	top:-163px;
	}
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


img[align="left"]{float:left}
img[align="right"]{float:right}
