/* basic elements */

body { background: url(images/gray_bkg.png) repeat-y; background-color: #e0e0e0; text-align: center; font-family: verdana, arial,sans-serif; width: 760px; }

/* specific divs */
#container {background: transparent top left; position:absolute; top: 0px; left: 0px; text-align: left;}
	#pageHeader { text-align: left; width: 740px; height: 128px; }
		#pageHeader h1 { color: #0000a0; margin-left: 120px; font-size: 200%; }
		#pageHeader h2 { margin-left: 180px; font-size: 135%; }
		#pageHeader h3 { margin-left: 300px; margin-top: 10px; font-size: 120%; font-weight: bolder; }

	#summary { position : relative;  top: 160px; left: 200px; color: #000080; width : 450px;}
		#summary p.p1 { font-size: 12pt; font-weight: 600; }
		#summary p.p2 { font-size: 10pt; font-weight: 500; }
		#summary ul {font-size: 10pt; list-style-image: url(images/arrow_trans.gif);list-style-position: outside;}
		#summary li {font-size: 10pt; font-weight: 500;}
	
	#supportingText { color: #000000; position : relative; top: 10px; left: 180px; width: 560px;}
		#body {position : relative;}
			#body h1 {font-weight: 600; font-size: 12pt; color: #000080;}
			#body h2 {font-weight: 600; font-size: 10pt; color: #000080;}
			#body h3 {font-weight: 600; font-size: 12px; color: #000080;}
			#body p {font-weight: 500; font-size: 10pt; color: #000080;}

		#promotional { position: relative; top: 10px; left: 0px; color: #800000; text-align: center;}
			#promotional h3 { color: #800000; text-align: center; }
			#promotional h3 span { color: #0000c0; }
			#promotional a:link, #promotional a:visited {color: #0000f0;font-size: 12pt; font-weight: 600; text-decoration: underline;}
			#promotional a:hover {color: #f00000; font-size: 12pt; font-weight: 600; text-decoration: underline overline;}
			#promotional p { position: relative; color: #a0a0a0; font-size: 10px; font-weight: 500; }
			#promotional p.special { position: relative; color: #808080; font-size: 12px; font-weight: 500; padding-left: 50px; padding-right: 50px; }
		
		#footer { position: relative; top: 50px; left: 0px; width: 500px; height: 300px; text-align: center; }
			#footer p { position: relative; color: #a0a0a0; font-size: 10px; font-weight: 500; }
			#footer a:link, #footer a:visited {color: #a0a0a0; text-decoration: underline; }
			#footer a:hover { color: #0000ff; text-decoration: underline overline; }

	#navigation {position: absolute; top: 140px; left: 10px; width: 150px; margin: 0; padding: 0;}
	
	#navigation2 {width: 150px;}
		#navigation2 p.pic {text-align: center; display: block; padding-top: 20px; }
		#navigation2 p {display: block; font-size: 12px; color: #000080; text-align: center;}
			#navigation2 p span {color: #0000a0; display: block; color: #ff0000; text-align: center;}

