
/* ######### Hyperlink formatting for the entire page ######### */

a {text-decoration:none}
a:link {color: #232883}     /* unvisited link */
a:visited {color: #232883}  /* visited link */
a:hover {color: #b55555}   /* mouse over link */
a:active {color: #b55555}   /* selected link */


/* ######### Page frame ######### */

.frame
{
position:relative; 
top:20px;
height:650px;
width:900px;
margin-left:-450px; 
left:50%;
background-color:#ececec;
}

/* ######### Text Column ######### */

.txcol
{
position:relative; 
top:10px;
height:630px;
width:325px;
left:10px;
color:#545454;
font-size:10pt;
font-family:'arial', 'lucida console', sans-serif; 
line-height: 150%;
}

/* ######### Images Column ######### */

.rails
{
position:relative; 
top:-620px;
height:630px;
width:546px;
left:345px;
color:#545454;
font-size:12pt;
font-family:'arial', 'lucida console', sans-serif; 
line-height: 150%;
}




