/* ~~~ [regular classes/selectors definitions] ~~~ */

BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #797979;
	color: #000000;
}

BODY {
	padding: 0px;
	margin: 0px;
	background: #f4f4f4 url(../images/body-bg.jpg) repeat-x left top;
}

a {
	font-size: 10pt;
	font-weight: bold;
	color: #0064be;
	text-decoration: none;
}

a:hover {
	color: #c20000;
	text-decoration: underline;
}

form {
	display: inline;
}

/* ~~~ [Top Header definitions] ~~~ */
div#topline {
	background-color: #00193c;
}


div#header {
	background: transparent url(../images/header-bg.jpg) no-repeat left top;
	height: 270px;
}

div#login {
	background: transparent url(../images/login-bg.jpg) no-repeat right top;
	float: right;
	width: 185px;
	height: 176px;
	margin-top: 10px;
	padding:  5px 50px 5px 30px;
}

div#login label {
	display: block;
	color: #ffffff;
	font-weight: bold;
	margin: 5px 0px;
}

div#login a {
	color: #ffffff;
	font-size: 8pt;
}

div#login input {
	width: 182px;
}

div#login span {
	display: block;
	margin-top: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
}

/* ~~~ [Left column definitions] ~~~ */

div#leftcolumn {
	float: left;
	padding-left: 17px;
	padding-top: 10px;
}

div#leftcolumn hr {
background-color: #002154;
border: none;
width: 188px;
height: 20px;
}

div#leftmenu span {
	display: block;
	width: 168px;
	background: transparent url(../images/leftmenu-divider.gif) no-repeat left bottom;
}
div#leftmenu a {
	background: transparent url(../images/leftmenu-circle.gif) no-repeat left center;
	display: block;
	width: 168px;
	padding: 7px 0px 10px 20px;
	color: #0a3b5f;
	font-size: 9pt;
}

div#leftmenu a:hover {
	text-decoration: none;
	color: #ffffff;
}

div#address h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #142d3e;
}

div#address {
	border-left: 2px solid #ababab;
	padding-left: 20px;
	margin-top: 30px;
	font-size: 8pt;
	color: #000000;
}

/* ~~~ [footer definitions] ~~~ */

div#footer {
	background-color: #002154;
	padding: 3px;
	margin: 20px 0px;
	text-align: center;
	color: #ffffff;
}

div#footer span {
	font-weight: bold;
}
/* ~~~ [main column and content definitions] ~~~ */
div#maincolumn {
	vertical-align: top;
	margin: 0px 34px 0px 242px;
}


div.ccontainer {
	background-color: #e1e5ec;
	padding: 15px;
	border-right: 3px solid #526180;
	border-bottom: 1px solid #526180;
}

div.cdivider {
	background-color: #002154;
	height: 25px;
	margin-right: 3px;
}



h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-left: 17px;
	background: transparent url(../images/sign-redarrow.gif) no-repeat left 5px;
	color: #143144;
	font-size: 12pt;
}

.fio {
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 17px;
	color: #143144;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #143144;
	font-size: 12pt;
}

h3 {
	padding: 0px;
	margin: 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #143144;
	font-size: 10pt;
}

h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-left: 17px;
	background: transparent url(../images/sign-redarrow.gif) no-repeat left 5px;
	color: #143144;
	font-size: 10pt;
}


/* ~~~ [news definitions] ~~~ */

div.news {
	background: transparent url(../images/divider-v.gif) repeat-y 80px top;
}

div.newsitem span {
	display: block;
	float: left;
}


div.newsbody {
	margin-left: 100px;
}

div.newsbody h2 {
	text-transform: uppercase;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #1e7dd7;
}


div.guestbody {
	margin-left: 100px;
}

div.guestitem span {
	display: block;
	float: left;
}

div.guestbody h2 {
	text-transform: uppercase;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #1e7dd7;
	text-align: left;
}


p li {
        padding: 13px;
	text-align: justify;
}
#mlr {
	margin-left: 20px;
	margin-right: 20px;
}
#mr {
	margin-right: 20px;
}
