@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wraper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: auto;
}
#wraper #logo {
	background-color: #FFFFFF;
	height: 129px;
	background-image: url(../images/Graphics/logo_bakgrd.jpg);
	background-repeat: repeat-x;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wraper #navigation {
	height: 31px;
	background-color: #CCCCCC;
	background-image: url(../images/Graphics/nav-bckgr.gif);
	background-repeat: repeat-x;
}
#wraper #headerImg {
	height: 250px;
	background-repeat: no-repeat;
	background-image: url(../images/Graphics/noflash.jpg);
}
#wraper #bodyArea #left {
	width: 550px;
	float: left;
}
#wraper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #E8E8E8;
	background-image: url(../images/Graphics/backgr---right-panel.gif);
	background-repeat: repeat-y;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	height: inherit;
}
#wraper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	clip: rect(auto,auto,auto,auto);
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-position: left center;
}
h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	font-size: 14px;
	text-align: left;
	color: #282828;
	line-height: 20px;
	white-space: normal;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	padding-left: 4px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	padding-right: 5px;
}
