/* CSS Document */

body
{
	margin:0px;
	background-image:url(../../images/bgSubpage.jpg);
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#divSplash
{
	clear:both;
	border-top:solid black 5px;
	margin-top:1px;
	height:54px;
	background-color:#BCD9E7;
}

#divContent
{
	height:400px;
	padding-top:15px;
	border-left:solid #EEEEEE 1px;
}

#divContent h1
{
	font-size:16px;
}
#divContent h2
{
	font-size:14px;
}