@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; font:12px Verdana, Arial; background:#dee0d5;  }

#page { width:830px; height:100% !important;

 margin:0 auto; 
background-image:url(../images/content.png);
background-repeat:repeat-y;

} 
.topbg
{
	background-image:url(../images/topgredient.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:32px;
}
.bottomoverview
{
	background-image:url(../images/overviewbottom.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:32px;
}
.homeoverview{
	background-image:url(../images/intro.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:350px;

}
.footer
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:20px;
	color:#eaeaea;
}
#container
{
width:830px;
height:auto !important;
height:100%;
}

.bodyContainer{
background-image:url(../images/content.png);
width:830px;
height:auto !important;
height:100%;
background-repeat:repeat-y;
background-position:center;

}

.title
{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#14517a;
}

.subtitle
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#658195;
}

.description
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:15px;
}
.footerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#Eaeaea;
	text-decoration:underline;
}
a.footerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#Eaeaea;
	text-decoration:underline;
}
a:hover.footerlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

.contentlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.contentlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a:hover.contentlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	text-decoration:underline;
}

.newdatecontent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3a3a3a;
}