body {
font-family: Arial; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
line-height: normal; 
text-align: left; 
text-decoration: none; 
color: #000; 
font-size: 13px;
background: url('gfx/bg.gif') top left repeat-x #0f2166;
margin: 0;
}

h1 {
	color: #0f2166;
	font-size: 24px;
	padding: 0;
	margin: 15px 0;
	font-weight: normal;
}

h2 {
	color: #0f2166;
	font-size: 20px;
	font-weight: normal;
}
p {
	font-family: Times;
	color: #333;
	font-size: 15px;
	text-align: justify;
	margin: 0;
	padding: 2px 0;
}

p.data {
	font-family: Arial;
	font-size: 12px;
	color: #888;
	text-align: left;
}

a {
	text-decoration: none;
	color: #3962d8;
}
a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	border-bottom: 1px solid #888;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 20px 0;
}

ul, ol {
	font-family: Arial;
	color: #333;
	font-size: 13px;
}

#page {
	display: block;
	width: 910px;
	margin: 0 auto;
	padding: 0;
	background: url('gfx/bg_head.jpg') top left no-repeat;
}

#head {
	display: block;
	width: 910px;
	height: 260px;
	padding: 4px 0;
	margin: 0;
}

#menu {
	display: block;
	width: 878px;
	height: 32px;
	padding: 0 0 0 32px;
	margin: 0;
	background: url('gfx/m_end_shad.gif') bottom left no-repeat;
}
#menu a {
	display: block;
	float: left;
	cursor: pointer;
	width: 130px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: Times;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	margin: 0;
	background: url('gfx/m_btn.png') top left no-repeat;
}
#menu a:hover {
	height: 25px;
	padding-top: 7px;
	background-image: url('gfx/m_btn_over.png');
}
#menu a.up {
	color: #444;
	background-image: url('gfx/m_btn_up.png');
}
#menu a.up:hover {
	color: #444;
	background-image: url('gfx/m_btn_up.png');
	height: 22px;
	padding-top: 10px;
}
#menu .light {
	display: block;
	position: absolute;
	width: 145px;
	height: 20px;
	background: url('gfx/m_light.gif') top left no-repeat;
	margin: 22px 0 0 -8px;
}

#content {
	display: block;
	width: 910px;
	clear: both;
	background: #fff;
	padding: 0;
	margin: 0;
}

#varContent {
	display: block;
	width: 530px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

#sideMenu {
	display: block;
	float: right;
	width: 271px;
	background: url('gfx/bg_sideMenu.gif') top left no-repeat;
	padding: 20px 15px 150px 35px;
	margin: 30px -10px 0 0;
}
#sideMenu ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #0f2166;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url('gfx/list1.gif');
	font-size: 13px;
	font-family: Arial;
}
#sideMenu ul li {
	border-top: 1px solid #bbb;
	padding-bottom: 3px;
}
#sideMenu ul li li {
	border-top: 0px;
	list-style-image: url('gfx/list2.gif');
	padding-left: 15px;
}
#sideMenu a {
	color: #0f2166;
	text-decoration: none;
}
#sideMenu a:hover {
	color: #50529f;
}

#footer {
	display: block;
	text-align: center;
	color: #8790b3;
	font-size: 10px;
}
