/* CSS Document */





/* Home styles */





#leftcol


{


position:relative;


float:left;


width:250px;


height:auto;


overflow:auto;


margin:6px;


padding-left:5px;


}





#leftcol li { list-style-type: circle; line-height:2em; }





#rightcol


{


position:relative;


width:235px;


height:438px;


float:right;


margin-top:20px;


background-repeat:no-repeat;


}

.quotebox
{
display:block;
padding:0px;
margin:0px;
width:100%;
height:289px;
background-image:url('../images/quote_bg.jpg');
background-repeat:no-repeat;
}


.quotecreds
{
display:block;
padding:0px;
margin:0px;
width:100%;
height:auto;
background-image:url('../images/quote_logobg.gif');
background-repeat:repeat-y;
}

.quotebottom
{
display:block;
padding:0px;
margin:0px;
width:100%;
height:16px;
background-image:url('../images/quote_bottom.gif');
background-repeat:no-repeat;
}


.testquote

{

display:block;

width:75%;

padding-top:25px;

line-height:1.5em;

height:200px;

margin:0px auto;

color:white;

font-family:Arial, Helvetica, sans-serif;

font-size:15px;


}





.testauth


{


padding-left:40px;

padding-right:40px;

position:relative;

color:white;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

font-weight:bold;


}





.testlogo


{


position:relative;


display:block;


text-align:center;


padding-top:10px;


}


