/* CSS Document */

/* Begin Universal Changes */

* 
	{
	padding: 0;
	margin: 0;
	}

/* End Universal Changes */

/* Begin Localized Changes */
	
a:active {color:#4F7E75; font-weight:bold}
a:visited {color:#9ac4b5; font-weight:bold}
a:link {color:#4F7E75; font-weight:bold}
a:hover {color:#000000; font-weight:bold}	

#mainvault
	{
	position: relative;
	background-color: #FFFFFF;
	background-image:  url(.././images/kbvaultbground.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	}	
	
#colvault
	{
	position: relative;
	width: 940px;
	top: 0px;
	left: 0px;
	}

#colvaultarticles
	{
	position: relative;
	width: 900px;
	top: 10px;
	left: 10px;
	}

#divvault h1, #divvaultborder h1
	{
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	background-color: #1A4D81;
	border-bottom: solid #a0c0bb 2px;
	padding-left: 8px;
	font-size: 10pt;
	color: #FFFFFF;
	}

#divvaultnoborder h1
	{
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	background-color: #47816a;
	border-bottom: solid #a0c0bb 2px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10pt;
	color: #FFFFFF;
	}
	
#divvaultnoborder
	{
	background-color: #FFFFFF; 
	border: solid #a0c0bb 1px;
	border-bottom: solid #a0c0bb 2px;
	border-right: solid #a0c0bb 1px;
	border-left: solid #a0c0bb 1px;
	margin-bottom: 12px;
	}
	
#divvaultnoborder p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 0px 8px 12px 12px;
	color: #000000;
	font-size: 10pt;
	}

#divvaultborder
	{
	background-color: #FFFFFF; 
	border: solid #a0c0bb 1px;
	border-bottom: solid #a0c0bb 2px;
	border-right: solid #a0c0bb 1px;
	border-left: solid #a0c0bb 1px;
	margin-bottom: 12px;
	}
	
#divvaultborder p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 0px 8px 12px 8px;
	color: #000000;
	font-size: 10pt;
	}

#divvault p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 8px 8px 12px 8px;
	color: #000000;
	font-size: 10pt;
	}
	
#divvault
	{
	background-color: #FFFFFF; 
	border: solid #a0c0bb 1px;
	border-bottom: solid #a0c0bb 2px;
	border-right: solid #a0c0bb 1px;
	border-left: #1A4D81 10px;
	margin-bottom: 6px;
	}

#colmenus p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 8px 8px 0px 0px;
	color: #000000;
	font-size: 10pt;
	}
	
#colmenus
	{
	position: relative;
	width: 940px;
	top: 25px;
	right: 30px;
	left: 30px;
	float: left;
	}

#colmenu1 p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 8px 8px 0px 0px;
	color: #000000;
	font-size: 10pt;
	}

#colmenu2 p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 8px 8px 0px 0px;
	color: #000000;
	font-size: 10pt;
	}

#colmenu3 p
	{
	font-family: Tahoma, Times New Roman, Arial, sans-serif, Verdana, Geneva;
	margin: 8px 8px 0px 0px;
	color: #000000;
	font-size: 10pt;
	}
	
#colmenu1
	{
	position: absolute;
	width: 325px;
	top: 200px;
	left: 30px;
	float: left;
	}
	
#colmenu2
  {
  position: absolute;
  width: 325px;
  top: 200px;
  left: 360px;
  float: left;
  }
	
#colmenu3
  {
  position: absolute;
  width: 325px;
  top: 200px;
  left: 740px;
  float: left;
  }
	
#coliframe
	{
	position: relative;
	width: 950px;
	top: 0px;
	left: 0px;
	float: left;
	}
	
#coliframe2
	{
	position: relative;
	width: 320px;
	top: 0px;
	left: 0px;
	float: left;
	}	


/* Wonderful Float Fixer! */

#spacer
  {
	height: 150px;
	clear: both;
  }

/* ... */
