html
{
	/* lateral shift */
	height: 100%;
	margin-bottom: 1px;
}


body
{
	font-family: Georgia, Times, serif;
	color: #000;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #113352 url( ../images/bodybg.gif) repeat-x top left;
	text-align: center;
}

h1, h2
{
	color: #069906;
	background-color: inherit;
	margin-left: 10px;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: small;
	letter-spacing: 1px;
	margin-right: 10px;
	padding-bottom: 2px; 
}


/*
	hyperlinks
*/

div#maincontent a
{
	color: #099309;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #099309;
}

div#maincontent a:hover
{
	border-bottom: 1px solid #099309;
	color: white;
	background-color: #099309;
}

div#maincontent a:visited
{
	border-bottom: 1px solid  #099309;
}


li
{
	list-style-type: none;
	background: transparent url( ../images/bullet.gif) no-repeat 0% 50%;
	padding-left: 15px;
	margin-bottom: 5px;
}

div#wrapper
{
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url( ../images/wrapperbg.gif) no-repeat 99% 99%;
	background-color: #fff;
	color: inherit;

	border-left: 1px solid white;
	border-right: 1px solid white;

}

/*
	header
*/

div#header
{
	padding: 7px 0 0 0;
	margin: 0;
	position: relative;
	background: transparent url( ../images/headerbg.gif) repeat-x bottom left;
}

div#accessibility
{
	position: absolute;
	top: 10px;
	right: 0px;
	padding-right: 4px;
	color: inherit;
	background-color: inherit;
}

div#accessibility a
{
	background-color: #0C263F;
	color: yellow;
	border-bottom: 0;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
}

div#accessibility p#default 
{
	display: none;
}

div#accessibility p#access
{
	display: none;
}

div#header h1
{
	color: black;
	height: 58px;
	background: url( ../images/headerh1bg.gif) no-repeat -5px 0;
	background-color: transparent;
	text-indent: -5000px;	
	margin: 0;
	padding: 0;
}

div#header h2
{
	color: #333;
	background: url( ../images/headerh2bg.gif) no-repeat -3px 0;
	background-color: transparent;
	text-indent: -5000px;	
	margin: 0 0 0 -35px;
	padding: 0;	
	height: 32px;
}



/*
	navigation
*/

#nav
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
	background: url( ../images/navbg.gif) repeat-x top left;
	background-color: black;
	color: white;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	letter-spacing: 1px;
}

#nav a, #nav a:visited
{
	float: left;
	display: block;
	margin: 5px 5px 0 10px;
	padding: 2px;
	font-weight: bold;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	/*border-bottom: 5px solid black;*/
}

ul#nav a:hover, ul#nav li a#active
{
	color: white;
	background-color: inherit;
	border-bottom: 5px solid #F8FCCF;
}

p
{
	padding: 5px 10px;
	line-height: 1.8em;
}

div#maincontent
{
	padding-top: 5px;
	clear: left;
	min-height: 350px;
	padding-bottom: 25px;
	background: transparent url( ../images/maincontentbg.gif) repeat-x top left;
}

div#maincontent h2
{
	font-size: large;
}

/*
	footer
*/

div#footer
{
	text-align: center;
	padding: 4px 0;
	margin-bottom: 20px;
	color: white;
	background-color: inherit;
	font-size: 90%;
}

div#footer a
{
	color: white;
	border-bottom-color: white;
	background-color: inherit;
}

div#footer a:hover
{
	color: inherit;
	background-color: inherit;
}

div#footer p
{
	margin: 0;
	padding: 0;
}




#attention
{
	border: 1px solid black;
	float: right;
	margin: 0 10px 15px 15px;
	width: 205px;
	background: url( ../images/invest.jpg) no-repeat top left;
	background-color: white;
	color: black;	
	padding: 0;
}

#attention h3
{
	margin: 0;
	background-color: #FEFFEC;
	color: #069906;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 3px;
}

#attention ul
{
	margin-left: 0;
	padding-left: 10px;
}


/*
	images
*/

#snap
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#snap img
{
	border-width: 1px;
	border-style: solid;
	border-left-color: #888;
	border-top-color: #888;
	border-right-color: #000;
	border-bottom-color: #000;	
	padding: 1px;
	background-color: white;
	color: inherit;
}

#snap p
{
	padding: 2px;
	text-align: right;
	font-style: italic;
	font-size: 90%;
	margin: 0;
}

img.snap
{
	float: right;
	margin: 0 10px 15px 15px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #888;
	border-top-color: #888;
	border-right-color: #000;
	border-bottom-color: #000;		
	padding: 1px;
	background-color: white;
	color: inherit;
}

/* dls, dds */

dd
{
	margin-bottom: 2px;
}


img#imgheader
{
	border-top: 1px solid #555;
}

p#disclaimer
{
	margin-top: 20px;
	color: #888;
	font-size: 70%;
	padding-right: 100px;
}