
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background: #ffffff;
}

p {
text-align: left;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.justify{
text-align: justify;
}

.center{
text-align: center;
}

LI.list1 {list-style: circle outside; color:#000000; text-align: left;} 
LI.list2 {list-style: circle outside; color:#000000; text-align: left; margin-left: 200px; padding-top: 8px;}
LI.list3 {list-style: circle outside; color:#000000; text-align: left; margin-left: 100px; margin-right:100px; padding-top: 8px;} 
 

#container{
width: 750px;
background-color: #ffffff;
margin-left: -15px;
}

#headermenu{
visibility: hidden;
width: 0px;
height: 0px;
}

#div1{
width: 650px;
padding-right: 80px;
}

#div2{
float: left;
width: 450px;
position: relative;
}

#div3{
float: left;
width: 200px;
position: relative;
margin-left: -35px;
}

#div4{
float: left;
width: 125px;
position: relative;
margin-left: -10px;
}

#div5{
float: left;
width: 350px;
position: relative;
margin-left: -10px;
}

#div6{
float: left;
width: 125px;
position: relative;
margin-left: -10px;
}



#globalFoot{
	color: #000000;
	height: 40px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	clear:both;
	line-height: 18px;
	/*overflow: hidden;*/
}

#globalFoot a{
	color: #000000;
}


