html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/body-background.gif) top left repeat-y;
	background-color: #FFFFFF;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#container
{
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, Verdana;
	background: url(../images/leftnav-background.jpg) top left no-repeat;
}

* html #container
{
	height: 100%;
}

#header
{
	margin: 0;
	padding: 0;
	width: 750px;
	height: 150px;
	background: url(../images/small-logo.jpg) 165px 25px no-repeat;
}

#leftnav
{
	margin: 0;
	padding: 0;
	width: 275px;
	float: left;
}

#leftnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnav ul li
{
	height: 20px;
	margin: 0;
	padding: 0;
}

#leftnav ul a
{
	margin: 0;
	padding: 0;
	width: 125px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 20px;
	text-indent: 20px;
	color: #FFFFFF;
}

html #container #leftnav ul a.active
{
	background-color: #CCCCCC;
	color: #000033;
}

#leftnav ul a:hover
{
	text-decoration: underline;
}

#leftnav ul ul
{
	position: absolute;
	height: auto;
	width: 130px;
	margin: -20px 0 0 125px;
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
	list-style-type: none;
}

#leftnav ul ul li
{
	margin: 0;
	padding: 0;
	height: auto;
}

#leftnav ul ul a
{
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	width: 130px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	text-indent: 0px;
	color: #000066;
}

#leftnav ul ul a.first
{
	margin: 0;
}

#leftnav ul ul ul
{
	width: 130px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnav ul ul ul li
{
	height: auto;
	margin: 0;
	padding: 0;
}

#leftnav ul ul ul a
{
	margin: 0;
	padding: 0 0 0 8px;
	display: block;
	width: 122px;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
	text-indent: 0px;
	color: #000000;
	background: url( '../images/menu-bullet.gif' ) left center no-repeat;
}

#sideimg
{
	margin: 10px 0 0 0;
	padding: 0;
}

#content
{
	margin: 0 0 0 300px;
	padding: 0 0 30px 0;
	width: 448px;
	font-family: Verdana;
	font-size: 80%;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content h1
{
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-variant: small-caps;
	color: #293352;
}

#content div.header
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DCDCDC;
	width: 100%;
}

#content hr
{
	margin: 0;
	padding: 0;
	border: solid 1px #DCDCDC;
	height: 1px;
}

#content h2
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #293352;
}

#content h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #293352;
}

#content p
{
	margin: 5px 0px;
	padding: 0;
}

#content a
{
	color: #293352;
}

#content ul
{
	color: #293352;
}

#content address
{
	font-style: normal;
	font-weight: bold;
	color: #293352;
	font-size: 85%;
}

@media print
{
	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed
	{
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}

	span.sIFR-alternate
	{
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
}

@media screen
{
	/* These are standard sIFR styles... do not modify */

	.sIFR-flash
	{
		visibility: visible !important;
		margin: 0;
	}

	.sIFR-replaced
	{
		visibility: visible !important;
	}

	span.sIFR-alternate
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}


	/* These "decoy" styles are used to hide the browser text before it is replaced... 
			the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics 
			since the sIFR text in this example is so much narrower... your own settings may vary... 
			any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

	.sIFR-hasFlash h1
	{
		visibility: hidden;
		margin: 0;
		padding: 0;
		font-size: 22px;
	}
}
