﻿/*	US Log Rolling Style Sheet 
	Developed By: Travis Wells
	Created: 12/26/2008
	Last Modified: 12/26/2008

Kown Issues: 
	- None
*/

body 
{
	margin: 0px;
	background-color: #0000FF;
}

.wrapper
	{
		width: 1000px;
		height: 800px;
		margin-right: auto;
		margin-left: auto;
		background-color: #0000ff;	
	}
	
.header
	{
		width: 1000px;
		height: 150px;
		background-color: #0000ff;
		background-image: url(../design/uslogrolling_2009_header.jpg);
		margin-right: auto;
		margin-left: auto;	
		text-align: right;
	}
div.header a
	{
		padding-right: 30px;
	}
	
.linkbar
	{
		width: 1000px;
		height: 30px;
		text-align: center;
		background-color: #0000ff;	
		padding: 5px 0 0 0;
	}
	
.leftcontent
	{
		width: 225px;
		height: 600px;
		background-color: #0000ff;
		background-image: url(../design/uslogrolling_2009_leftcontent_01.gif);	
		background-repeat: no-repeat;
		float: left;
		font-size: 10px;
		text-align: center;
	}
div.leftcontent h3
	{
		text-align: center;	
	}
div.leftcontent dl
	{
		padding: 10px 10px 0 10px;	
	}
div.leftcontent dt
	{
		font-weight: bold;
		color: Red;	
	}	
div.leftcontent p
	{
		padding: 0 10px 0 10px;	
	}
	
.rightcontent
	{
		width: 750px;
		height: 600px;
		background-color: #0000ff;
		background-image: url(../design/uslogrolling_2009_rightcontent.gif);
		float: right;
		font-size: 12px;
		
	}
	
div.rightcontent h3
	{
		text-align: left;
		padding: 0 0 0 30px;	
	}

div.rightcontent p
	{
		padding: 0 10px 0 20px;	
	}
	
div.rightcontent hr
	{
		width: 450px;
		text-align: left;
		color: Red;	
		margin-left: 30px;
	}
	
div.rightcontent dl
	{
		padding: 0 0 0 30px;	
	}
	
.infoColumn
	{
		width: 210px;
		float: right;
		height: 550px;
		margin-top: 25px;
		margin-right: 20px;
		background-color: white;	
		font-size: 10px;
		text-align: left;
	}
	
div.infoColumn dt
	{
		color: Navy;
		font-weight: bold;	
	}

div.infoColumn img
	{
		margin-left: 5px;	
	}
	
.footer
	{
		width: 1000px;
		height: 100px;
		color: White;
		font-size: 10px;
		background-color: #0000ff;
		margin-right: auto;
		margin-left: auto;	
		text-align: center;
	}
	
img
	{
		border: 0px;	
	}
	
div.rightcontent label
    {
        width: 130px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: left;
        margin-left: 30px;
    }
    
div.infoColumn label
    {
        width: 75px;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        float: left;
    }
