html {
	height: 100%;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16.5px;
	color: #000;

}


a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: #013dc2;

}


img {
	border: none;
} 

#container{
	width:830px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
}


#left{
	width: 200px;
	position: absolute;
	padding-left: 0;
	top: 25px;
	left: 0;
	margin-top: 0;
	background-color: white;

}







#content{
	background-color: white;
	width: 410px;
	position: absolute;
	top: 120px;
	left: 230px;
}






#nav{
	width: 135px;
	position: absolute;
	/*top: 17px;*/
	top: 120px;
	left: 670px;
	font-size: 14px;
	line-height: 16px;
	background-color: white;
	color: #000;
}

.sub {
	font-size: 12px;
	line-height: 26px;
	margin-left: 13px;


}

.sub2 {
	font-size: 12px;
	line-height: 26px;
	margin-left: 13px;


}


