/* CSS Document */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#fff;
	line-height:17px;
	padding:0;
	margin:0;	
}
p{
    color:#868686;
    font-size:8pt;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #346183;
}

a:hover {
	text-decoration:underline;
}

#container{
    border:#346183 1px solid;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

#navigation{
    width:980px;
}

#header{
    width:980px;
}

#leftblock{
    margin:20px 0 0 10px;
    float:left;
    width:659px;
}

#inner #leftblock{
    margin:0 0 0 10px;
    width:965px;
}

#rightblock{
    float:left;	
    width:300px;
}

#block{
    background-image:url(images/middle_strip.jpg);
    background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
    width:288px;
}

#block1{
    background-image:url(images/middle_strip.jpg);
    background-repeat:repeat-y;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
    width:288px;
}

#login td{
    color:#868686;
    font-size:8pt;
}

#footer{
    margin-top:40px;
	text-align:center;
    width:980px;
}

#footer p{
    color:#346183;
    font-size:8pt;
}
