 
body { background-image: url("images/texture.jpg"); }

.TitleStyle { 
 font-family: Georgia, Times New Roman, serif;
 font-size: 24px;
 color: #0099FF;
}

.HeaderStyle { 
 font-family: Verdana, Arial, sans serif;
 font-size: 26px;
 color: #0099FF;
}

.SubHeaderStyle { 
 font-family: Verdana, Arial, sans serif;
 font-size: 14px;
 font-weight: bold;
 color: #0099FF;
}

.TextStyle { 
 font-family: Georgia, Times New Roman, serif;
 font-size: 14px;
 color: #000000;
}

.SubTextStyle { 
 font-family: Verdana, Arial, sans serif;
 font-size: 10px;
 color: #000000;
}

.FooterStyle { 
 font-family: Verdana, Arial, sans serif;
 font-size: 10px;
 color: #000000;
 position: relative;
 top: 4px;
}

a
{
	color: #004A78;
}

DIV.container
{
	width:670px;
	padding-left: 40px;
	padding-right: 40px;
	text-align:center;
}

* html DIV.container
{
	width:700px;
	padding-left: 25px;
	padding-right: 25px;
	text-align:center;
}

DIV.header
{
	height: 48px;
	width: 670px;
	text-align: center;
}

DIV.navbar
{
	height: 36px;
	width: 670px;
	margin-bottom: 20px;
	text-align: left;
}

DIV.content
{
	width: 650px;
	padding: 10px;
	text-align: left;
	border: 1px solid #0099FF;
	background: #FFFFFF;
}

* html DIV.content
{
	width:672px;
	padding: 10px;
	text-align:left;
	border: 1px solid #BABABA;
}

DIV.footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 672px;
	height: 22px;
}
