html 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
	
body 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#DDDDDD;
}

form 
{
	margin:0px;
	padding:0px;
}

.page
{
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:1000px;
    position:relative;
}

.banner
{
    width:1000px;
    height:150px;
    position:relative;
}

.search
{
    position:absolute;
    top:152px;
    left:870px;
}

.topNavigation
{
    margin:0px;
    padding:0px;
    position:relative;
    height:20px;
    background-color:#D21E27;
}

.graySpacer
{
    background-color:#CCCCCC;
    height:10px;
}

.content
{
    background-color:#CCCCCC;
    width:100%;
    position:relative;
}

.leftColumn, .rightColumn
{
    width:220px;
    padding-left:10px;
    padding-right:10px;
    vertical-align:top;
    height:100%
}

.middleColumn
{
    background-color:#FFFFFF;
    vertical-align:top;
    width:100%;
}

.middleColumnBorder
{
    vertical-align:top;
}

.middleColumnText
{
    vertical-align:top;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
    width:100%;
    height:100%;
}

.bottomBar
{
    background-image:url('/01/images/BottomRed.gif');
    background-repeat:repeat-x;
    width:100%;    
    height:30px;
    position:absolute;
}

.bottomBarText
{
    color:#FFFFFF;
    font-family:Tahoma;
    font-size:11px;
    top:13px;
    position:absolute;
    width:1000px;
}

a.footer, a.footer:active, a.footer:visited, A.footer, A.footer:active, A.footer:visited
{
	margin:0px;
	padding:0px;
	line-height:11px;
	color:#FFFFFF;
	text-decoration:none;	
}

a.footer:hover, A.footer:hover
{
    margin:0px;
	padding:0px;
    color:#000000;
	line-height:11px;
	text-decoration:underline;
}

.bottomPrint
{
    display:none;
}