/*

Blue - #0A346B
Red - #C92B21

*/

BODY
{
	margin : 0px;
	padding : 0px;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
	font-family : Tahoma, sans;
}

A
{
	color : #AA3931;
	text-decoration : none;
}

A:hover
{
	text-decoration : underline;
}

TABLE.layout
{
	width : 800px;
}

/* NAV styles */

TD.nav
{
	background : url('../images/website_left_fade.jpg') no-repeat; 
	height : 388px;
	padding : 20px;
}

TD.nav H1
{
	display : inline;
	margin : 0px;
	font-size : 100%;
	line-height : 150%;
	color : #C92B21;
}

TD.nav A
{
	color : #FFFFFF;
	line-height : 150%;
	font-weight : 700;
	text-decoration : none;
}

TD.nav SPAN
{
	margin-left : 10px;
	font-size : 75%;
}


/* Content styles */

TD.content 
{
	padding-bottom : 20px;
}

TD.content UL
{
	font-size : 80%;
}

TD.content UL.links
{
	list-style-type : none;
	margin : 0;
	padding : 0;
	margin-top : 10px;
	margin-bottom : 20px;
}

TD.content H1
{
	font-size : 140%;
	color : #0A346B;
}

TD.content H2
{
	padding-left : 2px;
	font-size : 120%;
	color : #C92B21;
	background-color : #F0F0F0;
}

TD.content H2 A.back
{
	float : right;
	font-size : 60%;
	font-weight : normal;
	color : #0A346B;
	margin : 4px;
	margin-right : 6px;
}

TD.content H3
{
	font-size : 100%;
	color : #0A346B;
}

TD.content P
{
	font-size : 90%;
	line-height : 170%;
	letter-spacing : 0.04em;
}

TD.content div.pdf
{
	background : url("../images/i_pdf.gif") no-repeat 0% 50%;
	padding-left : 23px;
	margin-bottom : 20px;
}

TD.content ADDRESS
{
	font-style : normal;
	font-weight : bold;
	margin-bottom : 30px;
}

/* Foot */

TR.foot TD
{
	font-size : 60%;
	color : #FFFFFF;
/*
	background : url("../images/bg_foot.jpg") repeat-y 0%;
*/
	background : url("../images/bg_foot2.jpg") repeat-y 100%;
	text-align : right;
	padding : 3px;
	padding-right : 7px;
}