@charset "UTF-8";
/* CSS Document */
html {
	background-image:url(../images/bkg_body.jpg);
	background-repeat:repeat-x;
	background-color:#b4cbe9;
}

body {
	margin:0px;
	padding:0px;
	padding-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000080;
}

h2 {
	font-size:21px;
	font-weight:normal;
	width:452px;
	margin-left:28px;
}

p {
	width:452px;
}

h3 {
	font-size:16px;
	margin:0px;
	padding:0px;
}

a {
	color:#003399;
}

table.noborder
{
    border-width: 0 0 0 0;
}

td.noborder
{   
		border-width: 0 0 0 0;
}

table
{
    border-width: 0 0 0 0;
    border-style: solid;
}

td
{
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    margin: 5px;
    padding: 8px;
}

ul.links {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:27px;
	margin-top:22px;
	padding-bottom:150px;
	overflow:hidden;
}

ul.links li {
	margin:0px;
	padding:0px;
	border:1px solid  #b4cbe9;
	width:452px;
}

ul.links li a {
	color:#fff;
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/img_bullet.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:8px;
}

a.active, a:hover {
color:#990000;
	
}

ul.menu {
	list-style:none;
	position:absolute;
	right:23px;
	top:110px;
	margin:0px;
	padding:0px;
}
ul.menu li {
	margin:0px;
	padding:0px;
	width:73px;
	height:22px;
	float:left;
}
ul.menu li a {
	background-image:url(../images/bkg_top.jpg);
	width:73px;
	font-size:9px;
	color:#b4cbe9;
	text-align:center;
	display:block;
	width:73px;
	text-decoration:none;
	padding-top:5px;
	height:17px;
}
ul.menu li a:hover {
	text-decoration:underline;
}
ul.banners {
	list-style:none;
	position:absolute;
	z-index:10;
	right:20px;
	top:14px;
	margin:0px;
	padding:0px;
}
ul.banners li {
	float:left;
	margin:0px;
	padding:0px;
}	

ol {
	margin:0px;
	padding:0px;
	margin-left:48px;
}

a.ak {
	position:absolute;
	z-index:15;	
	right:245px;
	top:180px;
	display:block;
	border:0px solid #000;
	width:120px;
	height:120px;
	text-indent:-2000px;
}

div.error {
	border: 1px solid red;
	width: 50%;
	padding: 2px;
	margin-bottom: 15px;
}