.content{
	background-Image:url('contentTopBG.jpg');
	background-position: top;
	background-repeat: no-repeat;
	border-right: 1px solid #C3D6CE;
	padding-left: 15px;
	padding-right: 15px;
}
.contentBottom{
	background-Image:url('bottomBG2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	height:30px;
	border-right: 1px solid #C3D6CE;
}
.leftcolumn{
	background-Image:url('bottomBG1.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom:15px;
	/*background-color:#F1F7FA;*/
	background-color:#F0F6F4;
	border-left: 1px solid #C3D6CE;
	border-top: 1px solid #C3D6CE;
	padding-top: 15px;
}
.bottomLinks{
	font-family :Arial;
	font-size: 10px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
.bottomLinks a:hover{
	font-family :Arial;
	font-size: 10px;
	color:#333333;
	text-decoration: underline;
	font-weight: normal;
}
.title{
	font-family: Arial;
	font-size: 15px;
	/*color:#007DBB;*/
	color:#00355F;
	font-weight: bold;
}
.pageText{
	font-family :Arial;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
.pageLink{
	font-family :Arial;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
.pageLink a:hover{
	font-family :Arial;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
