/*css ER webpage*/
img.mid
{
vertical-align:middle;
margin:5px;
}
img.fltR 
{ 
float:right; 
margin:10px;
} 
img.fltL 
{ 
float:left; 
margin:10px;
} 
a:link { 
text-decoration : none;
color : #00F;
font-size : 100%;
}
a:visited {
text-decoration : none;
color : #00F;
font-size : 100%;
}
a:hover {
text-decoration : underline;
color : #F00;
font-size : 100%;
}
a:active {
text-decoration : none;
color : #F00;
font-size : 100%;
}
body 
{
font-size:100%;
background-color:#ffffff;
background-image:url('img/bullets-1.jpg');
background-attachment:fixed;
margin:0px;
} 
div 
{
width:90%; 
padding:10px; 
text-align:left; 
border:0px; 
}
table#main
{
width:375px;
border-collapse:collapse;
border:10px inset #000000;
}
table#main td
{
width:100%; 
background-color:#ffffff;
text-align:center; 
}
table#sub 
{
width:400px;
background-color:#ffffff; 
}
table#sub td
{
background-color:#ffffff;
text-align:center;
}
hr 
{
color:#C0C0C0; 
background-color:#C0C0C0; 
height:10px; 
width:98%;
}
h1 
{
font-size:200%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#000000;
}
h2 
{
font-size:150%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#000000;
}
h3 
{
font-size:120%; 
font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif; 
color:#000000;
}
p 
{font-size:110%; 
font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
color:#000000;
}
