body
{
	/*	background-color:#E5E5E5;	*/
	background-color:#CCCCCC;
	font-family:verdana,san-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-style:none;
	text-align:center;
	margin:0;
	padding:0;
}

.menuLink
{
	color:#FFFFFF;
	padding:10px;
}
.menuLink:visited
{	color:#FFFFFF;	}

a
{	color:#000000;	}
a:visited
{	color:#000000;	}


#outerContainer
{
	background-color:#CCCCCC;
	margin: 0 auto;
	text-align:center;
	width:820px;
	border-collapse:collapse;
	/* border:1px solid #ffb24d;	*/
}

#container
{
	width:786px;
	background-color:#CCCCCC;
	margin: 0 auto;
	text-align:center;
	width:800px;
	border-collapse:collapse;
	/* border:1px solid #ffb24d;	*/
}

.rowLogo
{
	color:#000000;
	text-align:left;
	line-height:50px;
	height:67px;
	background-image: url(./assets/logo_bg.gif);
}

.rowTitle
{
	height:30px;
	line-height:30px;
	background-image:url(./assets/blue_bg.gif);
	color:#2b4359;
	font-weight:bold;
	font-family:arial, sans-serif;
	font-size:14px;
	text-align:left;
	vertical-align: middle;
	padding-left:30px;
}

.rowContent
{
	height:600px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	background-image: url(./assets/biglogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.rowContentText
{
	position:relative;
	top: 10px;
	color:#000000;
	font-family:verdana;
	font-size:12px;
	text-align:left;
	padding-left:4px;
}

.rowIcons
{
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-align:left;
	background-image: url(./assets/bg_red.png);
	padding-left:20px;
}

.rowControls
{
	height:18px;
	line-height:18px;
	background-color:#FFFFFF;
	text-align:right;
}

.rowFooter
{
	height:30px;
	background-color:#666666;
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-align:center;
}

.colLeft
{
	position:relative;
	float:left;
	width:350px;
	height:20px;
	text-align:left;
	padding-left:2px;
}

.colRight
{
	position:relative;
	width:350px;
	height:20px;
	margin-left:445px;
	text-align:right;
	padding-right:2px;
}

.style1 {color: #c54c4c}

