/* CSS Document */

body {
        margin: 0px 0px 0px 0px;
        font-family: "Times New Roman", Times, Serif;
		background-color: #f0f0f0;
        font-size: 14px;
		color: #333333;
}

h1 {
		color: #4d4d4d;
		font-size: 19px;
		margin-bottom: 2px;
}

h2 {
		color: #18647c;
		font-size: 16px;
		margin-bottom: 5px;
		text-decoration: none;
}

h3 {
		color: #18647c;
		font-size: 15px;
}

a.menu_link:link, a.menu_link:visited {
        text-decoration: none;
		font-family: Verdana, Arial;
		line-height: 12px;
		font-size: 14px;
}

a.menu_link:hover {
       	text-decoration: underline;
		color:#1691af;
}

a.menu_selected:link, a.menu_selected:visited {
	color:#94950f;
	text-decoration: underline;
}

table.header_bg {
		background-image: url(images/header_2.jpg);
		background-repeat: repeat-x; 
		background-position: 0 0;
}

td.left_bg {
		background-image: url(images/left_bg.gif);
		background-repeat: repeat-y; 
		background-position: 0 0;
}

table.menu_bg {
		background-image: url(images/menu_bg.gif);
		background-repeat: repeat-y; 
		background-position: 0 0;
}

td.box_dot {
		background-image: url(images/box_dot.gif);
		background-repeat: repeat-x; 
		background-position: 0 0;
}

table.contacts_bg {
		background-image: url(images/right_1.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
}

td.left_bottom {
		background-image: url(images/left_bottom.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
}

table.center_bottom_bg {
		background-image: url(images/center_bottom_2.gif);
		background-repeat: repeat-x; 
		background-position: 0 0;
}

div.copy {
		font-size:13px;
}

div.contacts_name {
		font-size:13px;
		color:#333333;
}

div.contacts_value {
		font-size:14px;
		color:#336699;
		font-weight:bold;
}

a.contacts:link, a.contacts:active, a.contacts:visited, a.contacts:link {
		font-size:13px;
		color:#336699;
		text-decoration: underline;
}

a.contacts:hover {
	text-decoration: none;
}

.content {
		background-color: #ffffff;
}

.main_content {
		font-size: 16px;
		line-height: 140%;
		font-family: Verdana, Arial;
}

a:link {
        color:#585858;
		text-decoration: underline;
}
a:active {
        color:#585858;
		text-decoration: underline;
}
a:visited {
        color:#585858;
		text-decoration: underline;
}
a:hover {
        color:#585858;
		text-decoration: none;
}

ul {
		margin: 0;
		padding: 0;
		list-style: none;
}

li {
		line-height: 25px;
		padding-left: 15px;
		padding-top: 0px;
		background-image: url(images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
}

ul#menu_ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

ul#menu_ul li {
        background-image: none;
        padding-right: 4px;
		padding-left: 0px;
        float: left;
        font-size: 14px;
        line-height: 28px;
        white-space: nowrap;
        height:28px;
}

ul#menu_ul li a {
        display: block;
        padding-left: 13px;
        padding-right: 13px;
        text-decoration: none;
        color:#30405a;
		font-weight: bold;
        background: transparent;
}
ul#menu_ul li a:hover {
       
		text-decoration: underline;
}

ul#menu_ul li a.selected {
		text-decoration: underline;
}
