/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/

#footer
{
    clear: both;
    margin-top: 5px;
    border-bottom-color: #FFFFFF;
    /*border-bottom-color: #007100;*/
    border-bottom-width: thin;
    border-bottom-style: solid;
    height:100px;
}

#doc2,.yui-t2
{
	margin:auto;
	text-align:left;
	width:800px;
	*width:800px;
	min-width:750px;
}
#doc2
{
	width:800px;
	*width:800px;
}
.column
{
	position:relative;
	_position:static;
	margin-top: 0px;
	*margin-top: 0px;
}
.sidecol
{
	margin-left: 10px;
        *margin-left: 5px;
}
#main
{
	width:100%;
}
.yui-t2 #main
{
	float:right;
	margin-left:-25em;
}
.yui-t2 .column
{
	float: left;
	width: 180px;
	*width: 180px;
}
.yui-t2 #main .column
{
	margin-left:190px;
	*margin-left:190px;
}
#main .column
{
	float:none;
	width:600px;
}
#mid:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
#mid
{
        min-height:450px;
}
.header
{
    height: 115px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: thin;
}
.header, #footer
{
	width: 780px;
	margin-left: 10px;
}

.content
{
	margin-left: 10px;
}

