﻿@import 'Header.Css';
@import 'RightSide.Css';
@import 'Footer.Css';
@import 'Body.Css';


body 
{
	margin: 0px 0px 0px 0px;
	background-image: url('bg_body_green4.gif');
}

img
{
	border-style: none;
}

body, div, td
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

div.BodyArea
{
	margin: auto;
	width: 800px;
	background-color: White;
}

div.MainArea
{
	background-image: url('bg_yellow_rightside.gif');
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	background-color: White;
	width: 100%;
}

div.ContentArea
{
    float: left;
    padding: 7px;
    background-color: White;
    width: 550px;
    font-size: small;
}

div.FooterArea
{
	clear: both;
	text-align: center;
	background-color: Yellow;	
}

div.FooterAreaMenu
{
	text-align: center;
	padding-top: 15px;
}

div.SearchArea
{
	margin: 7px;
	padding: 5px;
	border: solid 1px grey;
}

ol li 
{
    margin-bottom:12px;
}