/* LPKIA MainWEB Stylesheet */
/** Standard HTML tags **/
body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #5A849E;
}

table {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #FF8C00;
	text-decoration: none;
}
	a:visited {
		color: #FF8C00;
  }
	a:hover {
		color: #FFA500;
  }

h1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #1F5088;
	color: #1F5088;
	margin: 5px 0px 5px 0px;
  padding: 0px 0px 3px 0px;
}

img {
	 border: 0px;
	 }

ol, ul {
  margin-top: 0;
  margin-bottom: 0
}

form {
  display: inline;
}

ul.list1 {
	vertical-align: middle;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
	ul.list1 li {
		background: #88B9E4 url(images/list1.jpg) left no-repeat;
    list-style: none;
    margin-bottom: 3px;
		color: #fcfcfc;
    width: 120px;
		vertical-align: middle;
    padding: 2px 2px 2px 20px;
  }
		ul.list1 li a {
			color: #fcfcfc;
	  }
  		ul.list1 li a:visited {
  			color: #fcfcfc;
      }
			ul.list1 li a:hover {
        color: #FFCC33;
			}

/** Structure **/
.rap {
	position: absolute;
	left: 50%;
	margin-left: -389px;
	z-index: 0;
	width: 778px;
} /** used to wrap the entire page content to center of the page **/

.header {
	height: 183px;
	background: url(images/headerimg.jpg) no-repeat;
	z-index: 0;
	}
	.header_flash1 {
		position: relative;
		left: 14px;
		top: 33px;
		z-index: 1;
  }
	.header_flash2 {
		width: 250px;
		position: absolute;
		left: 50%;
		margin-left: -125px;
		top: 33px;
		float: left;
		z-index: 1;
  }

.menubar {
	height: 30px;
	background: url(images/menubar.jpg) no-repeat;
	padding: 0 5px;
	text-align: center;
  vertical-align : middle;
  line-height: 30px;
}
	.dot {
		color: #fff;
		padding: 0 5px;
  }
	 a.menuitem {
	 	color: #fff;
    padding: 0 10px;
		text-decoration: none;
  }
    a.menuitem:visited {
  	 	color: #fff;
  }
		a.menuitem:hover {
			color: #FFCC33;
			background: url(images/menuitem_hover.jpg) left no-repeat;
	  }

.rapcontent {
	background: url(images/content_bg.jpg) repeat-y;
  padding: 5px 40px 5px 40px;
  min-height : 1000px;
}
	.sidebar {
		width: 180px;
		float: left;
		}

	.content {
		width: 504px;
    padding-left: 194px;
		}

  .title1 {
  	height: 20px;
    background: url(images/title1_bg.jpg) repeat-x;
  	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  	text-align: center;
  	color: #525054;
    line-height: 20px;
    vertical-align : middle;
	}
    .title1_left {
      height: 20px;
      width: 4px;
      background: url(images/title1_bg_left.jpg) no-repeat;
      float: left;
    }
    .title1_right {
      height: 20px;
      width: 4px;
      background: url(images/title1_bg_right.jpg) no-repeat;
      float: right;
    }
  .title2 {
  	height: 20px;
  	background: url(images/title2_bg.jpg) repeat-x;
  	font: bold 12px verdana, sans-serif;
  	text-align: center;
  	color:#eee;
    line-height: 20px;
    vertical-align : middle;
	}
  	.title2_left{
  		width: 54px;
  		height: 20px;
  		float: left;
  		}		
  	.title2_right{
  		width: 54px;
  		height: 20px;
  		background: url(images/title2_bg_right.jpg) no-repeat;
  		float: right;
  		}		
  .module1 {
  	background: #C2DDF2;
    padding: 5px 5px 5px 5px;
  }
  .module2 {
  	background: #D7E9F7;
    padding: 5px 5px 5px 5px;
  }
  .divider {
  	height: 10px;
  	background: url(images/divider.jpg) no-repeat;
  	}

.footer{
	height: 30px;
	background: url(images/footer_bg.jpg) top no-repeat;
	font: bold 7px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color: #24679B;
  vertical-align: middle;
  line-height: 30px;
	}

/** Additional Layout Classes **/
.float_right {
	float: right;
	margin: 0 0 4px 4px;
	}
.center {
	margin: 0 auto;
	}
.float_left {
	float: left;
	margin: 0 4px 4px 0;
	}

.date {
	color: #1F5088;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	}
