﻿p {
  margin-top: 0em;
  margin-bottom: -0.6em;
}
body 
{
    background-color:#DDDDDD
}
a
{

    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
}
    
#frame
{
    	
		width:900px;
		height:600px;
		top:50%;
		left:50%;
    	margin-top: -300px; /* half the height */
	    margin-left: -450px; /* half the width */
		padding:0px;
		text-align:left;
		background-color:#FFFFFF;
		border-width:1px;
		border-color:#CCCCCC;
		border-style:solid;
		display:block;
		position: absolute;

		
}
#navbar
{
    width: 900px;
    height: 50px;
    background-image: url( '../images/NavBar.gif' );    
}
.menucontainter
{
    width: 20%;
    height:50px;
    float: left;
    position:relative;
    font-size: 10pt;
    text-align: center;
}

.menucontainter a
{
    
    font-family: verdana, Arial;
    color: White; 
    
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    /*font-weight:500;*/
    height:50px;

    width:100%;

}
.menucontainter a:link
{
    font-family: verdana, Arial;
    font-size: 9pt;
    color: White;

    /*font-weight:bolder;*/

}
.menucontainter a:hover
{
    
    color: #ffcc33;
    
}
#body
{
    height:271px;
}
#contentleft
{
    width:49%;
    height:271px;
        float:left;
        position:relative 
}

#contentright
{
    width:50%;
    height:271px;
    float:left;
}
.quotes
{
    height:98px;
    font-family: verdana, Arial;
    font-size: 10.5pt;
    color: #666699;
    text-align:center;
    filter:alpha(opacity=60);
    opacity: .80;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    
}
.quotes a
{
    height:98px;
    font-family: verdana, Arial;
    font-size: 10.5pt;
    color: #666699;
    text-align:center;
    filter:alpha(opacity=60);
    opacity: .80;  
    font-style: normal;
    
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    
}
.quotes a:hover
{
    color: #3C3C6A;
    filter:alpha(opacity=100);
    opacity: 1;

    
}

#footer
{
    padding-top:6px;
    height:25px;
    text-align:center;
    background-color:#666699;
    color:#9999cc;
    font-family: verdana, Arial;
    font-size: 8pt;
    font-weight:lighter;
  
}
.wrapper {
	width:100%;
	border:0px ;
	padding:0px;
	height:100%;
}
.wrapper > .floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
.floating { /*for IE*/
	width:100%;
	height:100%;
	position:relative;
}
.floating div { /*for IE*/
	position:absolute;
	top:50%;
}
.floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
.floating div div {
	position:relative;
	top:-50%;
}
.headingtext
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #666699;
    text-align:center;
}

.bodytext
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #666666;
    text-align:center;
    line-height:18px;
    
    
}


.quotetext
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #666699;
    text-align:center;
    line-height:18px;
    
    
}

.small
{
    font-size: 8pt;
}

.left
{
    text-align:left;
}
.leftlink
{
    text-align: left; 
    height: 46px;
    width:178px;
   /* position:absolute; 
    left:15px;
    top:80%; */
    position: relative;
    float: left;
    top: 0px;
    margin-left: 10px;
    left: 0px;
}
.rightlink
{
    text-align: right; 
    height: 46px;
    width:171px; 
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 10px;
}
ul
{
    list-style-position: inside;
    	padding-left: 1em;
	text-indent: -1em;

}    

.headingtextcontentright 
{
    text-align: left; 
    margin-left: 40px; 
    margin-top: 40px;
    margin-bottom: 12px;
}
.scrolling
{
    height: 180px; 
    overflow: -moz-scrollbars-vertical; 
    overflow-y: auto;
    margin-left: 40px; 
    margin-right: 0px; 
    margin-bottom: 40px; 
    text-align: left;
    padding-right: 55px;
}

/*LI
{
	font-family: Arial, Helvetica, sans-serif;
	color: #92a5b5;
	font-size: 12px;
	line-height: 17px;
}*/
