/* 		main part		*/
BODY {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

@font-face {
   font-family: DayRoman;
   src: local("Day Roman"),
   url("/lvs/docroot/lvs/images/dayrom.eot");
 }


H1 {
	font-size: 2em;
}
H2 {
	font-size: 1.4em;
}
H3 {
	font-size: 1em;
	color: #c7c6c6;
}
H4,H5,H6 {
	font-size: 1.2em;
}
A {
	color: #2A00FF;
	text-decoration: none;
}
A:hover{
	text-decoration:underline;
}
A:visited{
	color:#2A00AA;
}
UL{
	list-style-image:url(../images/list_bullet.gif);
	list-style-position:outside;
}

/* 	 page construct part	*/
#header {
	position: absolute;
	height: 146px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#mainNav {
	background-color: #5F83C1;
	position: absolute;
	left: 2%;
	right: 0%;
	bottom: 0px;
	width: 96%;
	display: block;
}
#logo {
	background-image: url(../images/Logo89.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 573px;//167px;
	left: 30px;
	top: 12px;
	position: absolute;
}
#picture {
	background-image: url(../images/picture.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 132px;
	width: 248px;
	position: absolute;
	right: 4%;
	bottom: 10px;
	border: 1px solid #FFFFFF;
}
#mainNav DIV {
	font-family: DayRoman, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 8em;
	color: #FFFFFF;
	height: 1.5em;
	padding-left: 1.2em;
	vertical-align: middle;
	background-image: url(../images/nav_yellow_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
}
#mainNav DIV.activeNav{
	background-color:#d9d9d9;
	color:#2A00FF;
}
#mainNav A.nav{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
#mainNav A.nav:hover{
	color:#ECEC00;
	font-weight: bold;
}
#mainNav DIV.separator {
	background-color: #FFFFFF;
	width: 2px;
	background-image: url(../images/nav_white_separator.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#mainNav IMG.navTriangle{
	width:5px; 
	height:9px; 
	position:relative; 
	z-index:100; 
	bottom:-0.68em; 
	left:-1.2em;
}
#wedo {
	position: absolute;
	width: 16em;
	left: 2%;
	top: 210px;
	font-family: DayRoman,Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #5f83c1;
	background-color: #f9f9f9;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1px;
	padding-left: 0px;
}
#wedo DIV.wdHeader {
	text-align: left;
	position: absolute;
	width: 97%;
	top: -0.9em;
	right: 0px;
	font-family: DayRoman,Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #d9d9d9;
}
#wedo DIV.wdTop {
	display: block;
	position: absolute;
	top: 0px;
	width: 90%;
	background-image: url(../images/wedo_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
	right: 5%;
}
#wedo DIV.wdBottom {
	background-image: url(../images/wedo_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	height: 9px;
	width: 90%;
	left: 2em;
	bottom: 0px;
}
#wedo IMG#toparray{
	width:3; 
	height:9; 
	float:right;
	padding:0;
	margin:0;
}
#wedo IMG#bottomarray{
	width:3; 
	height:9; 
	float:left;
	padding:0;
	margin:0;
}
#content {
	display: block;
	margin: 0px;
	position: absolute;
	left: 18em;
	top: 170px;
	font-family: DayRoman, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4c4c4c;
	text-align: justify;
	padding: 0px;
	right: 15%;
	bottom: 0px;
}
#footer {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer TABLE.copyright {
	font-family: DayRoman, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	color: #4c4c4c;
	position: relative;
	float: right;
	width: 23em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer TD#copyrightalign{
	text-align:center;
}
#footer TD#copyrightalign2{
	text-align:right;
	width:50%;
}
#footer TD#copyrightalign3{
	text-align:left;
	vertical-align:top;
}
#footer DIV#line{
	display:block; 
	border-top: solid #d9d9d9 1px;
}
#footer IMG#triangle{
	width:5px; 
	height:7px; 
	position:relative; 
	top: -4px; 
	float:left;
}
#footer IMG#copyrightarray{
	padding:3px;
	width:35px;
	height:34px;
}

