/* CSS Document */

* html #container

    {

    width: 724px;

    }

body

    {

    margin: 0;

    padding: 0;

    color: #333;

    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;

    background: #cccccc;

    text-align: center;

    }

a

    {

    color: #000000;

	text-decoration: none;

    }

a:hover

    {

    color: #D60808;

	text-decoration: none;

	}

#container

    {
	top:0px;
	width: 744px;
	line-height: 150%;
	position: relative;
	background: #fff;
	text-align: left;
	color: #333333;
	border-top:0px solid #000;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	margin-right: auto;
	margin-left: auto;

    }

#container.leftaside

	{

	float:left;

	text-align:left;

	vertical-align:top;

	padding-left:10;

	padding-right:15px;

	width: 4.0em;

	margin: 0em;

	border: 0px;

	}





#banner {
	background:#fff;
	width: 100%;
	height:50px;
	text-align: left;
	letter-spacing: 1px;
	font: 34px   Lucida Sans Unicode, Arial, Trebuchet MS, sans-serif;

		}

#navigation {
	background:#fff;
	width: 100%;
	height:30px;
	text-align: left;
	letter-spacing: 3px;
	font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

		}



.bluefont

	{

	color:#336699;

	}

	

.bluefont a:hover

	{

	color:#D60808;

	text-decoration:none;

	}



.redfont

	{

	color:#ff0000;

	}

	

#leftlist

    {

    position: absolute;

	top: 26px;

    left: 0px;

    width: 100px;

	border:1px solid #ccc;

    }

#rightlist

    {

    position: absolute;

    top: 26px;

    right: 0px;

    width: 100px;

	border:1px solid #ccc;

    }
