﻿a:link, a:visited, a:active {
	color: #075DB3;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#logo {
	margin: 20px 0px;
}
#aboutus {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
.gray:link, .gray:visited, .gray:active {
	color: #676767;
	text-decoration: none;
	padding: 0px 12px;
}
.gray:hover {
	color: #cc0000;
	text-decoration: underline;
	padding: 0px 12px;
}
.current:link, .current:visited, .current:active {
	color: #cc0000;
	background: url(/images/about/icon_triangle.gif) no-repeat left center;
	text-decoration: none;
	padding: 0px 12px;
}
.current:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	background: transparent url(/images/about/icon_arrow.gif) no-repeat scroll 12px 17px;
	padding: 20px 10px 10px 55px;
	margin-bottom: 5px;
	line-height: 2em; *padding-top:21px;}
#content {
	padding-left: 55px;
}
.office_img {
	float: right;
	padding-left: 20px;
	padding-top: 6px;
}
#content p {
	padding-bottom: 20px;
	color: #454545;
}
.date {
	width: 110px;
	color: #676767;
}
#history_block {
	line-height: 2em;
	color: #454545;
}
#side_left {
	width: 150px;
	float: left;
	text-align: center;
}
#side_right {
	width: 748px;
	float: right;
	border-left: 1px dotted #ccc;
	padding-bottom: 50px;
}
#nav_block {
	line-height: 2em;
	margin-top: 20px;
}
#footer {
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	width: 900px;
	margin: 0 auto;
}

.blue{
	color: #075DB3;
}
