﻿body 
{
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-color: #547795;
    background-attachment:fixed;
	padding: 0px;
	margin: 0px; 
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
object { outline:none; }
img
{
	border: 0px solid green;
}
#flashHeader
{
	width: 750px;
	float: left;
	background-color: White;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}
#content
{
	background-color: White;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#footer
{
	width: 100%;
	height: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align: right;
}
#leftCol
{
	width: 200px;
	position: fixed;
	padding-top: 10px;
	padding-right: 10px;
	top: 0px;
	left: 0px;
	text-align: right;
}
#navBox
{
	position: fixed;
	left: 0px;
	top: 0px;
}
#rightCol
{
	margin-left: 210px;
	width: 770px;
	padding-top: 10px;
}
.bigButtons
{
 padding-top: 3px;
 padding-bottom: 3px;
 border: 0px solid red;
}
.smallButtons
{
	 border: 0px solid red;
	 padding-top: 2px;
	 padding-bottom: 2px;
}
#topTitle
{
	float: left;
	width: 100%;
	text-align: right;
	height: 30px;
}
.imgLink
{
	cursor: pointer;
}
.rightNavItem
{
    float: left;
    margin: 10px;
    position: relative;
    cursor: pointer;
}
.rightNavInfoBg
{
    background: #000000;
    left: 0px;
    right: 5px;
    bottom: 5px;
    height: 20px;
    position: absolute;
    z-index: 100;
   /* works for IE 5+. */
    filter:alpha(opacity=70); 

    /* works for IE 8. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

    /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
    -moz-opacity:0.7; 

    /* This is for old versions of Safari (1.x) with KHTML rendering engine */
    -khtml-opacity: 0.7; 

    /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */  
    opacity: 0.7; 
}
.rightNavInfo
{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 9px;
    left: 0px;
    right: 0px;
    height: 15px;
    z-index: 200;
}
.quote
{
    width: 350px;
    height: 135px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fffea8;
    font-weight: bold;
}
.quoteBody
{
    top: 10px;
    left: 10px;
    width: 330px;
    height: 100px;
    position: absolute;
}
.quoteSign
{
    bottom: 10px;
    right: 10px;
    width: 330px;
    height: 15px;
    position: absolute;
    text-align: right;
}
#quotes
{
    position: relative;
    float: left;
    width: 350px;
    height: 150px;
    margin-top: 10px;
    margin-left: 10px;
}
