




/*
     FILE ARCHIVED ON 12:29:21 Dec 4, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:36:30 Oct 6, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
html,body,address,blockquote,div,p,pre,h1,h2,h3,h4,h5,h6,hr,	/* block level 	*/
dd,dl,dt,ul,ol,li,												/* lists 		*/
a,abbr,acronym,b,big,br,cite,code,del,dfn,em,i,					/* inline text 	*/
ins,kbd,q,samp,small,span,strong,sub,sup,tt,var,				/* inline text 	*/
img,object,														/* misc 		*/
caption,table,tbody,td,tfoot,th,thead,tr,						/* table 		*/
input,textarea,select,button,form,fieldset,legend,label, 		/* form 		*/
font,u,s,center,dir,menu,strike,xmp								/* depricated 	*/
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-indent: 0;
	list-style-type: none;
}

hr,img,object {
	border: 0;
}
input,select,button {
	vertical-align: middle;						/* make all controls align middle to textline in all browsers */
}
textarea {
	vertical-align: top;						/* ...and all textareas, but... */
}
input,button{
	overflow: visible;							/* remove padding in buttons in IE */
}
select[size]{
	vertical-align: top;						/* make align top to textline for all selectboxes which has attribute "size",.. */
}

select[size="1"] {
	vertical-align: middle;						/* ...if attribute "size" of a selectbox is set to "1", make it align middle to textline */
}
fieldset legend {
	*margin-left: -7px;							/* remove m&#195; rgin in IE6-7. Better place this in your IE6-7.css and include via Conditional Comments. */
}
caption,td,th,tr {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
optgroup {
	color: black;								/* optgroup in Opera has black background and white text... */
	background: white;							/* ...so let's fix it */
	font-style: normal;							/* works only in FF */
}
optgroup option {
	padding-left: 22px;							/* make padding in FF almost the same as in other browsers */
}
hr {
	color: black;
	background-color: black;
	height: 1px;
	margin: 7px 0;								/* crossbrowser hr */
	*margin: 0;									/* hack for IE6-7. Better place this in your IE6-7.css and include via Conditional Comments */
}
ol li, ul li{
	vertical-align: bottom;						/* fixing margins for IE, if there are elements with "display: block" in list items */
}
ol li{
	list-style-type: decimal;
}
ul li{
	list-style-type: disc;
}
q { quotes: '\00AB' '\00BB' '\201E' '\201C'; }	/* russian quotes */
q:before	{ content: '\00AB'; }
q:after		{ content: '\00BB'; }
q q:before	{ content: '\201E'; }
q q:after	{ content: '\201C'; }

sub, sup{
	position: relative;							/* this method is better, there will not be extra padding in textline */
	font-size: 11px;
}
sub{
	top: 5px;	
}
sup{
	top: -5px;
}
/* CSS Document */
/* global fonts style*/
body{
	background: #345676;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}
p{

}
.color_01{
}
.color_02{
}
/*H*/
h1{
  color: #2fa1c3;
}
h2{
  color: #2fa1c3;
}
h3{
  color: #2fa1c3;
}
h4{
  color: #2fa1c3;
}
h5{
  color: #2fa1c3;
}
/*links*/
a{
	color: #2FA1C3;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
        color: #FF9933;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a.link1{
}
a.link2{
}
a.link3{
}
a.link4{
}
a.link5{
}
/*images*/
.img_01{
}
.img_02{
}
.img_03{
}
/*float*/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clearBoth{
	clear: both;
}
/*layout*/
.global{
	width: 1000px;
	margin: auto;
        background: #FFFFFF;
	border-right: 1px solid #7CC436;
	border-left: 1px solid #7CC436;
}
/*header*/
.header{
	height: 331px;
}
	.headerBack_01{
		background: url(images/headerBack_01.jpg) no-repeat 0px top;
	}
		.headerBack_02{
			background: url(images/headerBack_02.jpg) no-repeat 0px 110px;
		}
			.headerBack_03{
				background: url(images/headerBack_03.jpg) no-repeat 0px 221px;
				height: 331px;
				padding: 0px 125px 0px 0px;
			}
				/*logoBox*/
				.logoBox{
					margin: 0px 0px 0px 28px;
					float: left;
				}
					.logo{
					}
				/*topMenuBox*/	
				.topMenuBox{
					float: right;
					overflow: hidden;
					margin: 14px 0px 0px 0px;
					font-size: 1px;
					line-height: 1px;
				}
					.topMenu{
						margin: 0px -1px 0px 0px;
						float: right;
					}
						.topMenu li{
							list-style: none;
							display: block;
							float: left;
							padding: 0px 16px;
							border-right: 1px solid #FFF;
						}
							.topMenu li a{
							}
								.topMenu li a:hover{
								}
							.topMenu li img{
								float: left;
							}
/*globalMenuBox*/							
.globalMenuBox{
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 25px;
}
	.globalMenu{
	}
		.globalMenu li{
			list-style: none;
			display: block;
			float: left;
		}
			.globalMenu li a{
				display: block;
				float: left;
				height: 26px;
				padding: 74px 0px 0px 17px;
				font-size: 15px;
				color: #FFF;
				text-decoration: underline !important;
				background-repeat: no-repeat;
			}
				.globalMenu li a:hover{
                                        color: #FFFF80;
					text-decoration: underline !important;
				}
					.menu_01 a{
						width: 175px;
						background-image: url(images/menu_01.jpg);
					}
					.menu_02 a{
						width: 174px;
						background-image: url(images/menu_02.jpg);
					}
					.menu_03 a{
						width: 175px;
						background-image: url(images/menu_03.jpg);
					}
					.menu_04 a{
						width: 174px;
						background-image: url(images/menu_04.jpg);
					}
					.menu_05 a{
						width: 191px;
						background-image: url(images/menu_05.jpg);
					}
/*content*/
.myContent{
	padding: 0px 26px 100px 23px;
	background: url(images/content.jpg) no-repeat 32px bottom;
}
	/*contentLeft*/
	.contentLeft{
		width: 187px;
		float: left;
	}
		.leftMenuBox{
			padding: 41px 0px 41px 31px;
			margin: 0px 0px 15px 1px;
			background: url(images/leftMenuBox.jpg) repeat-y left top;
		}
			.leftMenu{
				font-size: 14px;
				line-height: 23px;
			}
				.leftMenu li{
					list-style: none;
				}
					.leftMenu li a{
						color: #FFF;
					}
						.leftMenu li a:hover{
                                                           color: #FFFF80;
                                                           text-decoration: underline !important;
						}
			.leftMenuPadd{
				font-size: 12px;
				line-height: 20px;
			}
				.leftMenuPadd li{
				  padding: 0px 15px;
					list-style: none;
				}
					.leftMenuPadd li a{
						color: #FFF;
					}
						.leftMenuPadd li a:hover{
                                                           color: #FFFF80;
                                                           text-decoration: underline !important;
						}
			.leftMenuInv{
				font-size: 12px;
				line-height: 23px;
			}
				.leftMenuInv li{
					list-style: none;
				}
					.leftMenuInv li a{
						color: #2FA1C3;
					}
						.leftMenuInv li a:hover{
                                                           color: #FF9933;
                                                           text-decoration: underline !important;
						}
		.leftAuthBox{
			padding: 30px 0px 30px 33px;
			margin: 0px 0px 15px 1px;
			background: #7cc436;
                        color: #FFFFFF;
		}
				.leftAuthBox a{
					color: #FFFFFF;
				}
				        .leftAuthBox a:hover{
					         color: #FFFF80;
				        }
		.imageBox_01{
		}
	/*contentRight*/
	.contentRight{
		float: right;
		width: 735px;
	}
		.contentRight p{
			text-align: left;
			text-indent: 20px;
                        padding: 7px;
		}
		.contentRight ol{
			padding: 0px 60px;
		}
		.contentRight ul{
			padding: 0px 60px;
		}
/*footer*/		
.footer{
        font-size: 11px;
	background: #7cc436;
	color: #FFF;
	padding: 15px 22px;
}
	.footer a{
		color: #FFF;
	}
	.footer a:hover{
		color: #FFFF80;
                text-decoration: underline;
	}
	.footerLeft{
		float: left;
		width: 245px;
                padding: 7px 0px 0px;
	}
	.footerMenuBox{
		float: left;
		overflow: hidden;
		padding: 7px 0px 0px;
	}
		.footerMenu{
			margin: 0px 0px 0px -1px;
			float: left;
		}
			.footerMenu li{
				list-style: none;
				display: inline;
				border-left: 1px solid #FFF;
				padding: 0px 4px 0px 4px;
				float: left;
			}
				.footerMenu li a{
				}
					.footerMenu li a:hover{
                                                  color: #FFFF80;
                                                  text-decoration: underline;
					}
	.footerRight{
		float: right;
		padding: 0px 0px 0px 80px;
		background: url(images/footerRight.gif) no-repeat left 3px;
	}

