HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	font: 9pt Arial;
    color: #282625;
	background: url('/pic/bg.gif') repeat-y center top #f7f4e9;
}

form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #042974;
	text-decoration: none;
}

a:hover {
    color: #b10a11;
    text-decoration: underline;
}


p {
	margin: 0px 0px 0.3em;
}

h1, h2 {
	margin: 1em 0px 0.5em;
	font-family: serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	color: #1c56a7;
	font-size: 1.7em;
	letter-spacing: -0px;
}

h2 {
	color: #b10a11;
	font-size: 1.5em;
	letter-spacing: 0px;
}


.red {
	color: #b10a11;
}
.lightblue, a.lightblue:link, a.lightblue:visited {
	color: #25546e;
}


#container {
	width: 964px;
	margin: 0px auto;
	padding-top: 60px;
	background: url('/pic/bgmain.gif') center top no-repeat transparent;
}

#head {
	width: 924px;
	margin: 0px auto;
	background: white;
}

#cat1 {
	padding: 20px 30px 15px;
	background: url('/pic/bgcat1.jpg') center bottom no-repeat transparent;
}

#cat2 {
	padding: 0px 30px 5px;
	background: url('/pic/bgcat2.jpg') center top no-repeat transparent;
}

#footer {
	width: 924px;
	height: 122px;
	margin: 0px auto;
	background: url('/pic/bgfooter.jpg') no-repeat top center white;
	text-align: center;
	clear: both;
}
#copyright{
	width: 924px;
	margin: -25px auto 10px;
	color: #174964;
	font-weight: bold;
	font-size: 0.9em;
}

.left {
	float: left;
	width: 210px;
}

.main {
	margin-left: 280px;
}

.left h2 {
	margin-bottom: 0px;
}

#header {
	position: relative;
	float: right;
	width: 510px;
	height: 201px;
	margin-right: 10px;
	background: url('/pic/bghead.jpg') left top no-repeat;
}
#smallbthome, #smallbtmail, #smallbtmap {
	position: absolute;
	display: block;
	top: 11px;
}
#smallbthome {
	right: 129px;
}
#smallbtmail {
	right: 95px;
}
#smallbtmap {
	right: 62px;
}


#menu {
	width: 924px;
	height: 32px;
	margin: 0px auto;
	background: url('/pic/bgmenu.gif') repeat-x left top #1e5cad;
	clear: both;
	overflow: hidden;
}

#menu a {
	margin: 0px 15px;
}

#menu a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.menu2, .menu2 li {
	margin: 3px 0px;
	padding: 0px;
	list-style-type: none;
}
.menu2 li a {
	display: block;
	width: 100%;
	padding-left: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu2 li a.current, .menu2 li a:hover {
	color: #b10a11;
	background: url('/pic/list_item.gif') no-repeat left center;
}

.block {
	position: relative;
	margin-left: -20px;
	padding: 12px 5px 10px 20px;
	background: #e3ebf6;
}
.block .conerlb {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.block .conerrt {
	position: absolute;
	top: 0px;
	right: 0px;
}
.block .conerrb {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.special {
	position: relative;
	padding: 12px 5px;
	background: url('/pic/bgpercent.gif') no-repeat right bottom #e3ebf6;
}
.special .conerrt {
	position: absolute;
	top: 0px;
	right: 0px;
	_right: 14px;
}
.special .conerlb {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.usefull {
	position: relative;
	width: 200px;
	padding: 12px 5px 10px;
	background: url('/pic/bgusefull.gif') no-repeat right top white;
	border-bottom: 2px solid #e3ebf6;
}




