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

body {
	font-family:Times New Roman, Times, serif;
	margin-top:0px;
	margin-left: 0px;
	
	
	background-color: #ffffff;
	background-image: url(../images/elements/bkg-dkblue.jpg);
	background-repeat:
	repeat-x; 
	
}
html { 
	min-height: 100%; margin-bottom: 1px; 
	}
.bottom{background-image:url(../images/elements/bkg-bottomltblue.png);
background-repeat:no-repeat}
.ltbluebkg {
background-image:url(../images/elements/bkg-ltblue.png);
background-color:#FFFFFF;
background-repeat:repeat-x;}
.bodyfont {
	font-size: 16px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	}
.bodyfontSTD {
	font-size: 14px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	}
.biggerbodyfont {
	font-size: 18px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	font-weight:bold;
	}
.newstitle {
	font-size: 18px;
	font-family:Times New Roman, Times, serif;
	color:#9a3726;
	font-weight:bold;
	}
.highlight {
	font-size: 16px;
	font-family:Times New Roman, Times, serif;
	color:#9a3726;
	}
.smallbodyfont {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
.smallestbodyfont {
	font-size: 11px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
.header {
	font-size: 24px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	font-weight:bold;
	}
.subheaderRED {
	font-size: 20px;
	font-family:Times New Roman, Times, serif;
	color:#9a3726;
	
	}
	.subheaderDKBLUE {
	font-size: 20px;
	font-family:Times New Roman, Times, serif;
	color:#011541;
	
	}
.subheaderBLACK {
	font-size: 20px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	font-weight:bold;
	}
a:link {
	color:#993300;
	text-decoration: none;
}

a:visited {
	text-decoration:	none;
	color:#993300;
	
}
a:hover {
	text-decoration: none;
	color:#c5aa35;
}
.bullet {
	font-size: 13px;
	font-family:Times New Roman, Times, serif;
	color:#9a3726;
	line-height:1.2em;
	
	}
.biggerbullet {
	font-size: 14px;
	font-family:Times New Roman, Times, serif;
	color:#000000;
	line-height:1.5em;
	}
.bkgleftsidestroke{
	background-image:url(../images/elements/redline.jpg);
	background-repeat:repeat-y;
	}


