HTML, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

#banner{
	display:block;
	height:130px;
	background-image: url(../Images/banner.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align:right;
	padding-right:17px;
	padding-top:50px;
}

#nav{
	margin-top:1px;
	display:block;
	background-image: url(../Images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:32px;	
	text-align:center;
	margin-bottom:2px;
}

#company-links{
	display:block;
	background-image: url(../Images/links-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:56px;	
	text-align:center
}

#content
{
	display:block;
	clear:both;
	float:left;
	padding:10px;
}

h1{
	font-size:15px;
	color:#515D77;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
}
#footer{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	background-image: url(../Images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:23px;
	padding-top:22px;
	text-align:center;
	font-weight: bold;
	color: #b1b4c1;
	float:left;
	width:700px;
	font-size:10px;
}
a:link { text-decoration: none;color:#5f5f5f;font-weight:bold;}
a:hover { text-decoration: underline;color:#909090;font-weight:bold; }
a:active { text-decoration: none;color:#5f5f5f;font-weight:bold; }
a:visited { text-decoration: none;color:#5f5f5f;font-weight:bold; }

.col1{
	float:left;
	width:300px;
	margin-bottom:15px;
}

.col2{
	float:left;
	width:300px;
	margin-left:20px;
	margin-bottom:15px;
	display:block;
}


UL {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
LI {	
    padding-left: 14px;
    /*background-image: url(../images/bullet1.jpg);    
    background-position: 0 3px;*/
    background-image: url(../images/bullet2.gif);    
    background-position: 0 3px;    
    background-repeat: no-repeat;
    }
    
EM {
	font-size:10px;
}

.addr{
	font-weight:normal;
	font-size: 10px;
	margin-bottom:10px;
}
.flags{
	float:right;
	padding:0px;
	margin:0px;
}