
body {
	width:100%;
	height:100%;
	
	background-color: #DDF1DB;
	
	font-family:verdana;
	font-size: 12px;
	
	padding:0px;
	margin:0px;

	background-image: url(graph_left.gif);
	background-repeat: repeat-y;
}


h2 {
	margin:0px;
	font-family:"verdana", sans-serif;
	font-size:20px;
}

h5 {
	margin:0px 0px 0px 10px;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5;
	color:#4B4B4B;
}

p { margin:20px 0px 20px 0px; }


a {	color:#235FAD; font-weight:normal; }
a:link { }
a:visited { }
a:hover { color:#DC8821; }


#page {
	padding:20px;
	min-height:100%;
}

.floater {
	float:left;
	width:100%;
}



#info_bar {
	float:left;
	width:160px;
	max-width:200px;
}

#content {
	float:left;
	width:600px;
	height:100%;
}

#footer {
	font-size:10px;
	color:#B4D9B9;

	float:left;
	width:100%;

	padding:5px;
	margin-top:120px;

	background-color:#2B6C26;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color:#B4D9B9;
}


#graph_left {
	position:absolute;
	left:0px;

	width:100%;
	height:100%;

	z-index:-1;

}



#navbar {
	font-size:10px;
	color:#B4D9B9;

	float:left;
	width:100%;

	padding:5px;
	margin-top:50px;
}

.navbarline {
	padding:0px 5px 0px 5px;
	width:100%;
	float:left;
	background-color:#235FAD;
}

.button {
	font-size:12px;
	font-weight:bold;

	float:left;
	width:100%;
}

.button a {
	color:#FFF;
	text-decoration:none;
	
	background-color:#235FAD;

	padding:5px;

	width:100%;
	float:left;
}

.button a:hover {
	background-color:#DC8821;
}



.chipin {
	float:left;
	padding:10px;
}


.textblock { float:left; padding:10px; padding-left:40px; }
.textblock_up { float:left; width:320px; height:16px; padding-left:20px; background-image: url(block_up.gif); background-repeat: no-repeat; }
.textblock_middle { float:left; padding:10px 10px 10px 20px; background-image: url(block_middle.gif); background-repeat: repeat-y; }
.textblock_down { float:left; width:320px; height:16px; background-image: url(block_down.gif); background-repeat: no-repeat; }

.textarea {float:left; min-width:470px;}

.textarea ul { font-size:11px;	line-height:16px; }

.textarea table { font-size:11px;	line-height:16px; }
.textarea table td {padding-right:40px; }

