﻿/* CSS Document */
body 
{
	background-color: #6A747C;
}

#topLogo 
{
	background-image: url(../images/resources_top.gif);
	background-repeat: no-repeat;
}

#pgHeader {
	width: 160px;
	height: 40px;
	line-height: 20px;
	float: left;
	padding-left: 15px;
	margin-top: 35px;
	text-align: left;
}

#flash_cogs {
	margin-top: 20px;
	left: -100px;
	top: -150px;
}

#inside_footer {
	background-image: url(../images/resources_bottom.gif);
	background-repeat: no-repeat;
}

#column_right {
	width: 280px;
	text-align: left;
}

#column_left {
	width: 465px;
	background-image: url(../images/white_bg_rsc.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#pgContent 
{
	background-image: url(../images/white_bg_rsc.gif);
	background-repeat: repeat-y;
}

.newsTxt { background-color: #FFFFFF;}

#acc_left
{
	float: left;
	width: 50%;
	margin-right: 10px;
	display: block;
	background-color: #FFFFFF;
}

#acc_right
{
	float: left;
	width: 45%;
	display: block;
	background-color: #FFFFFF;
}

.inside_pg_acc #pgHeader { height: 60px !important; }
.inside_pg_acc #column_left { width: 475px !important; }
.inside_pg_links #column_left { width: 475px !important; }

#links_left
{
	float: left;
	width: 45%;
	margin-right: 20px;
	display: block;
	background-color: #FFFFFF;
}

#links_right
{
	float: left;
	width: 50%;
	display: block;
	background-color: #FFFFFF;
}

.lgHeader { font-size: 14px; color: #6A747C; }