html,body { margin: 0; padding: 0; height: 100%; }
body {
background-color:#ffffff
color:#000000;
font-family:verdana,arial,sans;
font-size:9px;
font-weight: bold;
line-height: 16px;
}
#flashContainer {
width: 100%;
height: 100%;
}
#container {
margin:20px;
}
#content {
}
.leftCol {
position:relative;
top: 0px;
left:0px;
width:140px;
float: left;
}
.rightCol {
position:relative;
top: 0px;
left:0px;
width:440px;
float: left;
}
.contact {
position:relative;
top: 0px;
left:0px;
width:200px;
float: left;
margin-left: 20px;
}
.image {
margin: 2px 10px 10px 2px;
border: 2px solid #ffffff;
}
A:link {
color : #000000;
text-decoration : none;
}
A:visited {
color : #000000;
text-decoration : none;
}
A:hover {
color : #000000;
text-decoration : underline;
}
#content A:link {
color : #540AAD;
text-decoration : none;
}
#content A:visited {
color : #540AAD;
text-decoration : none;
}
#content A:hover {
color : #540AAD;
text-decoration : underline;
}
.highlight {
color: #540AAD;
}
.title {
margin-left:10px;
}