body {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*color: #A1A1A1;*/
	/*color: #555555;*/
	color: #252525;
	background-color: #ffffff;
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #2582A4;
}

p, ol, ul {
	text-align: justify;	
}

strong {
	font-weight: bold;
	color: #808080;	
}


a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-align: justify;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 10px 3px 3px;
	border : 1px solid #DDE4DD;
	padding: 3px 3px 3px 3px;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 37px;
	margin: 0 auto;
	background: #BECF74 url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}

.adv {
	width: 928px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 3px solid #FFFFFF;
}

.adv .advl{
	float:left;
	text-align:right;	
	/*
	background-image: url(images/biz-fin-com-ua.gif);
	*/
	background-image: url(images/biz-fin-com-ua3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:80px;
	width:271px;
}

.adv .advr{
	float:right;	
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/img02.gif) no-repeat;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(images/img04.gif) repeat-x;
	color: #FFD800;
}

/* Search */

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 0px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}

#search fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
/*
#input1 {
	width: 164px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #87C4DB;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
*/
textarea{
	border : 1px solid #9BB143;
	height: 20px;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #4192AF;
	padding-left: 5px;
	padding-right: 5px;
}

input{
	border : 1px solid #9BB143;
	height: 20px;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #4192AF;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;	
}

select{
	border : 1px solid #9BB143;
	height: 20px;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #4192AF;
	padding-left: 2px;
	text-align: center;	
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;	
}

#colOne {
	float: left;
	width: 238px;
	background: url(images/img05.gif) repeat-x;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: right;
	width: 630px;
	padding: 5px 30px 0 20px;
/*	width: 617px;
	padding: 5px 40px 0 30px;*/
	background: url(images/img09.gif) repeat-x;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 17px;
}

#colTwo h4 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

#colTwo .more {
	text-align: right;	
   margin-top: 15px;
	font-weight: bold;
}

#colTwo .title {
 color: #2582A4;
 text-decoration: none;
}

#colTwo .title:hover {
 color: #87A019;
}

#colTwo li {
margin-left:15px;
}

/* Logo */

#logo {
	height: 150px;
	background: url(images/img06_3.gif) no-repeat;
}

#logo_3{
	height: 150px;
	background: url(images/img06_3.gif) no-repeat;
}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 10px;
	font-size: 28px;
	padding-left: 20px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
	padding-left: 21px;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 21px;
	background: url(images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

.pullquote{
font-weight:bold;
}
blockquote{
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
float:right;
width:178px;
margin:0;
padding:0;
/*font-style:italic;*/
font-size:14px;
letter-spacing: 1px;
margin:7px;
color:#ffffff;
background: url(images/toppq.gif) no-repeat 0 0;
}

blockquote p {
background:transparent url(images/botpq.gif) no-repeat 0 100%;
margin:44px 0px 0 0;
padding:0 0 44px 0;
}
blockquote p span{
display:block;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #BDCD72;
}

.kurstit{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #2582A4;
	font-size: 14px;
	float:left;
}

.kurstxt{
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 12px;
	float:left;
}

#colMid {
	text-align: left;
	float: left;
	width: 210px;
}


#colMid li{
	margin-left:0px;
	text-align:left;
	list-style: none; 
	padding: 5px 0;
}
#colRid {
	float: right;
	width: 400px;
}

#colRid .box {
	/*	margin: 0 -30px 30px -20px;*/
	padding: 0 20px 0 20px;
	margin: 0 0 0 0;
}

/*
p{
padding-top:0;
margin-top:5px;
}*/


.calendar{
	/*border : 1px solid #9BB143;*/
	font-size: 12px;
	font-weight: bold;
	color: #4192AF;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;	
}

.calcurmonth{
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	text-align: center;	
}

.calcurdate{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #54ACCC;
	text-align: center;	
}

.calcurdate:hover{
    color: #000000;
	background-color: #c8c8c8;
	cursor: pointer;
}

.calalldate{
	background-color: #ECECEC;
    color: #808080;
	text-align: center;	
	text-decoration: none;
}

.calalldate:hover{
    color: #000000;
	background-color: #c8c8c8;
	cursor: pointer;
}

.calinside{
	border : 1px solid #9BB143;	
}

.calvuhod{
	background-color: #d99e9e;
	border : 1px solid #d99e9e;
	color:#ffffff;
	text-align: center;		
}

.calvuhod:hover{
    color: #000000;
	background-color: #c8c8c8;
	border : 1px solid #c8c8c8;
	cursor: pointer;
}

.calarhm{
	color:#9EB246;
}

.calarhd{
	color:#808080;
}

.calmore{
	
}

.caldni{
	border : 1px solid #9BB143;
	background-color: #9BB143;
	color:#ffffff;
	text-align: center;	
}

.caldnivuh{
	background-color: #dd7b7b;
	border : 1px solid #dd7b7b;
	color:#ffffff;
	text-align: center;		
}
