/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

img{
border: 0px;
}

a {color: #063062;}
a:hover {color: #cccccc;}

body {
	background: #c0c0c0;
	color: #0f3c60;
	font-size: 12px;
	font-family: Arial;
}

li {list-style: none;}





h1,h3 {
padding: 20px 10px 10px 10px;
font-size:14px;
font-weight:bold;
}

h2 {
color: #000000;
font-size:14px;
font-weight:bold;
padding: 10px 0px 5px 10px;

}


/* misc */
.clearer {clear: both;}

.left {float: left;
}

.right {
float: right;
vertical-align: top; 

}

 .divClear {
 clear:both;
 }
 
 .Clear-left {
 clear:left;
 }
 
 .Clear-right { 
 clear:right;
 }

/* structure */
.container {
	background: #063062;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
	margin-bottom: 15px;
}

/* header */
.top {
	background: #c0c0c0;
	padding: 10px 10px 0;

}

/* title */
.header {
	background: #063062;
	height: 140px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 800px;

}

.header .right {
	background: #fff url("../images/LazarLogo.png") 10px  no-repeat;
	height:120px;
	width: 794px;
	color:#ffffff;
	padding: 15px 5px 5px 0px;
}

.header .right p{
	text-align: right ;
	padding: 95px 10px 0 0 ;
	font:  16px;
	font-weight:bold;
	font-style: italic;
	color: #063062;
}

/* main */
.main {
	
	background: url("../images/bgmain.png") repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 180px;
	
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #e7e8e8;}
.sidenav li a {
	font-size: 16px;
	color: #063062;
	display: block;
	padding: 8px 10px 8px 0px;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
}
.sidenav li a:hover {
	background: #063062;
	color: #ffffff;	
	width:170px;

}

/* content */
.content {
	float: right;
	margin: 0px 0;
	padding: 0 16px;
	width: 581px;
		border-left: solid 6px #063062;

}
.content .descr {
	color: #664;
	font-size: 14px;
	margin-bottom: 6px;
}
.content li {
	list-style: url("../images/li.gif");
	margin-left: 18px;
}


.content p {
padding: 10px; 
}


.content .right {
	background: #314594 ;
	font: normal 16px;
	height:75px;
	width: 459px;
	color:#ffffff;
	margin-left:0px;
}
.content .left {
	width: 117px;
	height:75px;
	text-align:center;

}

/* footer */
.footer {
	background: #fff;
	color: #063062;
	font: bold 12px;
	line-height: 39px;
	text-align: center;
	border-top: solid 6px #063062;
}
.footer a {
color: #063062;
}

.footer a:hover {color: #ffffff;}

img.alignleft{
	float: left;
	margin: -5px 15px 5px 0px;
}

img.alignright{
	float: right;
	margin: 0 0 5px 15px;
}

span.jsLink
{
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
  color: #ff0000;
}
