body {
	background: url(../images/main_bg.jpg) no-repeat top center fixed;
	font-size: 14px;
	font-family: Times New Roman, Helvetica, SunSans-Regular, Sans-Serif;
	color: #0d0d0d;
	padding: 0;
	margin: 0;
}
h2 {
	color: #663333;
	font-size: 22px;
	font-family: Times New Roman, Tahoma, Arial;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
}
p {
	line-height: 120%;
	padding: 5px 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
#main {
	width: 1024px;
	margin: 0 auto;
}
#block {
	width: 771px;
	height: 94px;
}
#menu {
	background: #a2c1e6;
	width: 771px;
	height: 39px;
}
#menu .search {
	display: block;
	float: right;
	background: url(../images/bg-menu.gif) no-repeat top left;
	padding: 8px 20px 6px 22px;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
}
#menu a {
	display: block;
	float: left;
	background: url(../images/bg-menu.gif) no-repeat top left;
	padding: 11px 15px 11px 17px;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #0202cf;
}
#center {
	background: url(../images/main_bg.png) repeat top left;
	width: 771px;
}
#content {
	padding: 15px 25px;
	min-height: 613px;
}

#content .bulleted-circle {
	list-style-type: circle;
}

#content .bulleted-disc {
	list-style-type: disc;
}

#content li {
	list-style: none;
}
.links {
	width: 240px;
	float: left;
	padding: 0px 0px 10px;	
}
.links a {
	width: 210px;
	display: block;
	padding: 2px 24px;
	color: #000099;
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.linksearch {
	width: 360px;
	height: 110px;
	float: left;
	padding: 10px 0;
	font-family: Times New Roman, Arial, Verdana;
}
.linksearch a {
	width: 360px;
	display: block;
	padding: 2px 0px;
	color: #000099;
	font-size: 14px;
	font-family: Times New Roman, Arial, Verdana;
	text-decoration: none;
}
.linksearch a:hover {
	text-decoration: underline;
}
#left {
	float: left;
	width: 215px;
	height: 305px;
	padding: 0 20px 0 0;
}
.search-input {
	border: 0;
	background: url(../images/search-input.png) no-repeat top left;
	padding: 3px;
	color: #1f5b99;
	font-size: 14px;
	font-family:  Times New Roman;
	width: 170px;
	height: 16px;
	margin: 0 2px 0 0;
	vertical-align: top;
}
.select-input {
	border: 0;
	background: url(../images/select-bg.png) no-repeat top left;
	padding: 3px;
	color: #1f5b99;
	font-size: 14px;
	font-family:  Times New Roman;
	width: 201px;
	height: 22px;
	margin: 0 2px 4px 0;
	vertical-align: top;
}
.select {
	background: #a2c1e6;
}
.selectnav {
	background: #a2c1e6;
	color: #fff;
}
.prev {
	color: #5c8fcd;
}
.navigation {
	padding: 10px 0;
}
.navigation a {
	text-decoration: none;
	display: block;
	padding: 0 5px;
	float: left;
}
#right {
	float: left;
	width: 483px;
}
#right ul {
	width: 483px;
	padding: 10px 0 10px 25px;
	margin: 0;
}
#right li {
	list-style-image: url(../images/pointer.gif);
	padding: 1px 0;
	margin: 0;
}
#right a {
	color: #000099;
	text-decoration: none;
}
#right a:hover {	
	text-decoration: underline;
}
.h2span {
	float: right;
	color: #000099;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
}
.alphabet {
	font-size: 18px;
	color: #000099;
}
.alphabet a {
	color: #000099;
	text-decoration: none;
}
.alphabet a:hover {	
	text-decoration: underline;
}
.alphabet strong {
	font-size: 14px;
}
.array {
	width: 340px;
	float: left;
	padding: 7px 10px;
}
.array a {
	color: #000099;
	text-decoration: none;
}
.array a:hover {	
	text-decoration: underline;
}
.floatleft {
	float: left;
}
#footer {
	background: #a2c1e6;
	clear: both;
	color: #000;
	font-size: 12px;
	font-family: Times New Roman, Helvetica, SunSans-Regular, Sans-Serif;
	padding: 7px 0 6px 25px
}
#footer a {
	color: #000;
	font-size: 12px;
	font-family: Times New Roman, Helvetica, SunSans-Regular, Sans-Serif;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;	
}

.zend_form {
	padding: 0 0 0 0px;
}
#username, #password {
	width: 210px;
	height: 23px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 0;
}
dl dt {
	float:left;
	padding:5px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	clear: left;
}
dl dd {
	margin:2px 0;
	padding:5px 0;
	clear: right;
	padding-left: 5px;
}
#submit {
	margin: 0 0 0 55px;
}

#content li a {
	color: #000099;
	text-decoration: none;
}
#content li a:hover {	
	text-decoration: underline;
}
#content a {
	color: #000099;
	text-decoration: underline;
}
#content a:hover {	
	text-decoration: none;
}
.uscbtn {
	padding: 0;
	margin: 0px 0 0px 65px;
}
.bold {
	float: left;
	clear: left;
	width: 65px;
	padding: 5px 0;
}
.text {
	clear: right;
	margin-left: 70px;
	padding: 5px 0;
}
.content-university {
	 float: left;
	 width: 720px;
	 padding-top: 7px;
}
.content-university img {
	float: right;
	margin: 0 0 10px 0;
}
.content-university .text {
	float: left;
	width: 150px;
	margin-left: 60px;
}
.content-university .bold {
	width: 55px;
}
.contacts-univ {
	float: left;
	padding: 0 15px 0 0;
}
.contacts-univ2 {
	float: left;
	width: 160px;
	padding: 0 15px 0 0;
}

