@charset "UTF-8";
/* CSS Document */
body { margin: 0;
		padding: 0;
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background-color:#CCCCCC;
		}

#container { margin: 0px auto;
		width: 950px;
		height: 950px;
		background: url(images/bg_logo.gif) 0 0 no-repeat;
		background-color: #FFFFFF;
		}
#container_long { margin: 0px auto;
		width: 950px;
		height: 7000px;
		background: url(images/bg_logo_fade.gif) 0 0 no-repeat;
		background-color: #FFFFFF;
		}
		
#container_contact { margin: 0px auto;
		width: 950px;
		height: 1500px;
		background: url(images/bg_logo_fade.gif) 0 0 no-repeat;
		background-color: #FFFFFF;
		}
		
#sidebar {width: 53px;
			height: 600px;
			float: left;
			}
#header {width: 865px;
		height: 184px;
		margin: 0 0 0 85px;
		}
		
#nav {
	width: 856px;
	height: 40px;
	margin: 0 0 0 85px;
		}
		
#side_pic { width: 147px;
		height: 420px;
		margin-left: 85px;
		float: left;
			
		}
		
#content { width:600px;
		
		margin: 0 0 0 250px;
		font-size: .75em;
		
		}
		
#balance_pic { width:600px;
		margin: 0 0 0 200px;		
		}
		
#content table {
	background-color:#e4e8f1;
	margin-top: 10px;
			}
			
#callout { width: 590px;
			background-color:#e4e8f1;
			font-size: 11px;
			font-style: italic;
			padding: 5px;
			}
table.investment  {background-color:#FFFFFF;
		}
td.rtcol { border-left: 1px solid gray;
			padding: 2px;}
						
ul { list-style-type: square;
		padding-left: 15px;
		margin-left:0;}
		
li {margin-top: 10px;
		line-height:1.5em;
		}
		
#footer1 {width: 875px;
		height: 16px;
		background-color: #88898d;
		color: #FFFFFF;
		font-size:10px;
		text-align: center;
		margin: 7px 0 0 50px;
		clear: left;
		}
		
#footer1, #footer2 a {text-decoration: none;
					color: #FFFFFF;}
#footer1 a:visited {text-decoration: none;
					color: #FFFFFF;}
		
#footer2 {width: 875px;
		height: 16px;
		background-color: #013668;
		color: #FFFFFF;
		font-size:10px;
		text-align: center;
		margin: 5px 0 0 50px;
		}
		
.bold_blue_header {font-size: 1em;
			font-weight: bold;
			color: #013668;
			}
			
.bold_blue {font-size: 10px;
			font-weight: bold;
			color: #013668;
			}

h1 {font-size: 14px;}

h2 {font-size: 13px;
		font-weight: bold;
		color:#003768;
		}
h3 {font-size: 12px;
		font-weight: bold;
		color:#003768;
		}

.disclosure { font-size: 12px;}

.submission { width: 700px;
		height: 150px;
		margin: 100px auto;
		padding: 50px;
		text-align: center;
		background-color: #FFFFFF;
		border: 1px solid black;
		}
.titleUser {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
}
