﻿        Body
        {
            background-image: url(../images/lindsay_background.jpg);
            background-repeat: no-repeat;
            background-color: black;
            color: #6A0C0D;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: 11px;
        }
        .greenColor
        {
            color: #729C00;
        }
        .redColor
        {
            color: #6A0C0D;
        }
        .greyColor
        {
        	color: #696969;
        }
        img
        {
            border: none;
        }
        .whiteOnGreen
        {
            background: #729C00;
            color: White;
            font-weight:bold;
            padding: 1px 3px 1px 3px;
            border-color: White;
            border-bottom-width: 4px;
            border-top-width: 15px;
        }

        .greenTitle
        {
            background: #729C00;
            color: White;
            width: 80%;
            vertical-align:middle;
            padding: 10px;
        }
        .greenTitle IMG
        {
        	padding: 0px;
        	
        }
        .bigBoldText
        {
            font-size: 23px;
            font-weight: bold;
        }
        .bigText
        {
            font-size: 14px;
            font-weight: bold;
            padding-bottom: 5px;
        }
        .smallText
        {
            font-size: 8px;
        }
        .textSize15
        {
        	font-size: 15px;
        	}

        .textSize13
        {
        	font-size: 13px;
        	}

        .textSize20
        {
        	font-size: 20px;
        	}
        .text10TinyItalic
        {
        	font-size:10px;
        	font-style: italic;
        	}
        #content
        {
            width: 550px;
            margin-left: 170px;
            padding-left: 0px;
            padding-right: -10px;
        }
        #content #info
        {
            background-color: White;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 20px;
            padding-bottom: 20px;
            width: 530px;
        }
        #contact
        {
            float: left;
            color: White;
            padding-left: 10px;
            width: 170px;
        }
        input
        {
            vertical-align: text-bottom;
            width: 120px;
        }
		.dottedBorder{
			border-bottom: 1px dotted #696969;
			padding: 4px 8px;
		}        
        Button
        {
            vertical-align: bottom;
        }
        .signup
        {
            padding: 6px;
            background-color: White;
            float: right;
            margin-top: -50px;
            padding-bottom: 15px;
        }
        .signup a
        {
            color: #6A0C0D;
        }
        .signup A:visited
        {
            color: #6A0C0D;
        }
        .signup A:active
        {
            color: #729C00;
        }
        .signup a:hover
        {
            color: #729C00;
        }