*{
  padding: 0px;
  margin: 0px;
}

img, div { behavior: url(/templates/vik/iepngfix.htc) }

body
{
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 14px;
  margin-top: 5px;
}

#page
{
	display:block;
	margin: 0 auto;
	width: 960px;
/*	border-left: #95ade0 1px solid;*/
/*	border-right: #95ade0 1px solid;*/
	color: #000;
	clear: both;
}

/*Simple menu*/

#simplemenu{
	height: 20px;
	clear: both;
	background: #fff url(images/menu_bg.png) repeat-x;
}

#simplemenu ul{
	float:right;
	list-style: none;
	padding: 2px 0 0 2px;
	margin: 0;

}

#simplemenu a
{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

#simplemenu li
{
  display: inline;
  list-style: none;
  padding-right: 2px;
  margin-right: 2px;
  border-right: #fff 1px solid;
}

#simplemenu a
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#simplemenu a:hover
{
  background-color: #8fa9df;
}

/* Header */
#header {
	margin: 0 auto;
	width: 960px;
	height: 197px;
	background: #fff url(images/header_bg.jpg) no-repeat;
}

#logo {
	display: float-left;
	height: 150px;
	width: 750px;
	padding-top: 40px;
	padding-left: 35px;
}
	
#logo img{
	border: 0;
}

#logo h1{
	display: block;
	font-size: 13px;
	color: #fff;
}


#logo a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
}

/*Menu bar*/
#menu {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	background: #fff url(images/menu_bg.png) repeat-x;
	clear: both;
	
}

#menu ul{
	list-style: none;
	padding: 8px 0 0 8px;
	margin: 0;

}

#menu a
{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#menu li
{
  display: inline;
  list-style: none;
  padding-right: 2px;
  margin-right: 2px;
  border-right: #fff 1px solid;
}

#menu li a
{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#menu li a:hover
{
  background-color: #8fa9df;
}

/* ListGlobals
---------------------------------- */
ul.LGlob_list {}

ul.LGlob_list.li {}

li.LGlob_isfolder a
{
  background: url(images/LM_arrow-right.gif) no-repeat 100% 50%;
}

li.LGlob_active a
{
  background: #8fa9df;
}

li.LGlob_isfolder_active a
{
  background: #8fa9df url(images/LM_arrow-down.gif) no-repeat 100% 50%;
}

#content_warper {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 960px;
	background: #fff url(images/content_bg.png) repeat-y;
	clear: both;
}

#leftside{
	float: left;
	width: 180px;
	padding: 2px 2px 2px 2px;
}


#leftside ul{
	list-style: none;
}

#leftside ul a,
li span#LM_youAreHere
{
  display:block;
  background-color: #4d77cd;
  margin: 2px 0;
  color: #fff;
  text-decoration: none;
  padding: 2px 14px 2px 2px;
  list-style: none;
}

#leftside ul a:hover,
li span#LM_youAreHere
{
  background-color:#1935a3;
}

ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere
{
  padding-left: 1em;
}

ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 2em;
}

li.LM_collapsed a
{
 background: url(images/LM_arrow-right.gif) no-repeat 99% 50%;
}

li.LM_expanded a,
li.LM_expanded span
{
  background: url(images/LM_arrow-down.gif) no-repeat 99% 50%;
}

li.LM_endPage a,
li.LM_endPage span
{
  background-image: none !important;
}

#leftside ul#LM_level_1
{
  margin-bottom: 1em;
}

#leftside ul ul
{
	margin-bottom: 5px;
}


/*Content section*/

#content{
        float: left;
	width: 492px;
	padding: 2px 2px 2px 2px;
/*	border-right: #dfeaff 1px solid;*/
/*	border-left: #dfeaff 1px solid;*/
}

#content h1{
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 13px;
	font-weight: bold;
	background: #99b1e2;
}

#content h2{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #99b1e2;
	padding: 2px 2px 1px 2px;
	border: #4d77cd 1px solid;
	margin: 2px;
	
}

#content p {
	display: block;
	padding-left: 8px;
	padding-bottom: 8px;
}

#content ul {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#content ol {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
        list-style-position: inside;
}

#content a{
	color: #1935a3;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
}

#content a:hover{
	text-decoration: none;
	color: 7090ef;
	border-bottom: #4d77cd 1px dotted;
}

#content li a{
		text-decoration: none;
}

#content a:visited{
	color: #1935a3;
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
}

#content p{

}

#content span{
}


#content .LIn_title {
	padding: 2px 4px 2px 4px;
	margin: 0px 0 2px 0;

}

#content .LIn_fullMode {
	padding: 2px 2px 2px 8px;
	list-style-type: none;
	border-top: #4d77cd dashed 1px;
    border-bottom: #4d77cd dashed 1px;
	margin-top: 4px;
	margin-bottom: 4px;
} 
#content .LIn_shortMode {
	padding: 2px 2px 2px 8px;
	list-style-type: none;
	border-top: #4d77cd dashed 1px;
	border-bottom: #4d77cd dashed 1px;

}
#content .LIn_date {

}

#content .LIn_desc {

}

#content .LIn_pagination{
	margin: 2px;
	text-align: center;
	text-decoration: none;
}

#content .LIn_fullMode li a  {
	color: #000;
	text-decoration: none;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#content .LIn_fullMode li a:visited{
	color: #000;
	text-decoration: none;
}

#content .LIn_fullMode li a:hover{
	color: #4d77cd;
	text-decoration: none;
	border-bottom: 1px dashed;
}


#content .LIn_currentPage {
	color:#000;
	text-decoration: none;
}


/*Site map section*/

.LSM_currentPage{
	color: #1935a3;
	font-weight: bold;
	font-size: inherit;
}

.LSM_description{
	list-style: none;	
	color: #1935a3;
	font-size: 11px;
}

.LSM_0 {
	font-size: 14px;
	list-style: none;	
}

.LSM_0 li a ,  li a:visited , li a:hover{
	text-decoration: none !important;
	border: none !important;
}

.LSM_1 {
	list-style: none;
	padding-left: 5px;	
}

.LSM_1 li a , li a:visited , li a:hover{
	text-decoration: none !important;
	border: none !important; 
}


.LSM_2 {
	list-style: none;
	padding-left: 5px;
	} 

.LSM_2li a , li a:visited , li a:hover{
	text-decoration: none !important;
	border: none !important;
}


.LSM_3 {
	list-style: none;
	padding-left: 10px;
} 

.LSM_3 li a , li a:visited , li a:hover{
	text-decoration: none !important;
	border: none !important;
}


#rightside{
	float: right;
	width: 275px;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	background-repeat: repeat-y;

	clear: right;    
}

/* sideBanner
---------------------------------- */


.sideBanner
{
	padding: 2px 4px 2px 4px;
	margin: 0px 0 2px 0;
    border-bottom: #4d77cd dashed 1px;
}

.sideBanner a {
	text-decoration:none;
	font-weight: bold;
	color: #4d77cd;
}

.sideBanner  a:visited{
	text-decoration:none;
	font-weight: bold;
	color: #4d77cd;
}


.sideBanner a:hover
{
	border-bottom: #4d77cd 1px dotted;
}

.sideBanner h1{
	display: block;
	margin: 0;
	padding:2px 2px 3px 2px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #4d77cd; 
}

.sideBanner  p {
	padding: 2px;
}

.sideBanner  span {
	background: #0348d5 !important;
	padding: 2px;
	font-weight: bold;
	color: #fff !important;;
}

.sideBanner ul {
	padding: 2px 2px 2px 8px;
	list-style-type: none;
}
.sideBanner li {
	padding-bottom: 2px;
}

.sideBanner hr {
	color: #4d77cd;
	background-color: #4d77cd;
	height: 1px;
}

#footer{
	display: block;
	width: 960;
	height: 47px;
	font-size: 11px;
	color: #fff;
	background: #fff url(images/footer_bg.jpg) no-repeat;
	text-align: center;
}

#footer p {
	padding-top: 15px;
}
