﻿        body{
            font-family: verdana;
            line-height: 120%;
            background-color: #369;
            background-image: url(images/bg_grad.gif);
            background-repeat: repeat-x;
            margin-top: 10px;
            padding-top: 0px;
        }
        h1
        {
			color: #369;
			font-size: 100%;
			font-weight: bold;
        }
        h2
        {
			color: #369;
			font-size: 80%;
			font-weight: bold;
        }
        
        li
        {
			font-size: 70%;
			margin-right: 40px;
        }
        blockquote
        {
			font-size: 70%;
        }
        a
        {
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        a:hover{
			color: #900;
			font-weight: bold;
			text-decoration: none;
        }
        a:link{
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        a:active{
			color: #900;
			font-weight: bold;
			text-decoration: none;
        }
        a:visited{
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        
        hr
        {
			color: #369;
        }
        
        #container
        {
			width: 785px;
			margin: auto;
			padding-top: 15px;
			background: #bed8f1 url(images/curve_top_home.gif) no-repeat;
        }
        
        #containerFoot
        {
			width: 785px;
			margin: auto;
			background: url(images/curve_bottom_home.gif) no-repeat;
        }
        #flash
        {
			width: 611px;
			height: 351px;
			margin-top: 10px;
			margin-left: 7px;
        }
        #sidebar
        {
			float: right;
			margin-top: 0px;
			width: 151px;
			margin-right: 4px;
        }
        #sidebar .logo
        {
			margin-bottom: 15px;
			
		}
        
        #nextMonth
        {
			width: 611px;
			margin-bottom: 15px;
			margin-top: 15px;
			margin-left: 7px;
        }
        
        #footer
        {
			width: 750px;
			margin-top: 25px;
			height: 75px;
			font-size: 70%;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		
		table
		{
			font-size: 70%;
			line-height: 120%;
			width: 611px;
		}
		th
		{
			padding: 5px 8px 5px 12px;	
		}
		tr
		{
			background-color: #9cf;	
		}
		td
		{
			padding: 5px 8px 5px 12px;	
			text-align: left;
			
		}