BODY {
background-color : #ffffff;
font-family : Arial,Verdana, sans-serif;
line-height : normal;
margin-top : 1em;
margin-left : 1em;
margin-right : 1em;
margin-bottom : 1em;
font-size : 1em;
color : #333333;
}
img {
border : none;
padding : none;
}
#tel {
float : right;
}
#main{
background-color : #ffffff;
min-width:800px;
/* IE Dynamic Expression to set the width */
width:expression(document.body.clientWidth < 900 ? "800px" : "100%" );
}
#top {
background-image : url("images/banner/topbg.jpg");
background-repeat : repeat-x;
border-bottom : 3px solid #800000;
background-color : #FFFFFF;
}
#menu {
background-color : #cccccc;
border : none;
width : 100%;
text-align : center;
}
#gallant {
position : absolute;
left : 200px;
top : 50px;
}
div {
padding : 0;
}
div.container {
width : 100%;
border : none;
overflow: hidden;
width: 100%;
background-color : #ffffff;
}
div.container2 {
width : 100%;
border : none;
overflow: hidden;
width: 100%;
background-color : #003366;
}
div.left {
width : 55%;
float : left;
display : inline;
background-color : #ffffff;
}
div.right {
float : left;
width : 45%;
display : inline;
background-color : #ffffff;
}
a:link { 
color: #333333;
text-decoration : none;
} 
a:visited { 
color: #333333;
text-decoration : none ;
}
a:hover { 
color: #cccccc;
background-color : #003366;
}
p {
text-align : justify;
}
p.center {
text-align : center;
}
p.scroll {
font-size : .9em;
color : #333333;
text-align : justify;
padding-right : 10px;
}
h1 {
font-size : 1em;
}
ul {
width : 300px;
font-size: 1em;
background-color : #800000;
margin-left : 10em;
padding-left : 1.5em;
color : #ffffff;
list-style-position: outside;
list-style-type : disc;
text-align : justify; 
}
.blue {
background-color : #003366;
color : #cccccc;
}
