

body{
	font-family: "Helvetica", sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}

table {
	border: 0;
}

td {
	vertical-align: top;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
}

img {
	border: 0;
}

#main{
	width: 889px;
	height: 607px;
	background-image: url(../images/bg.jpg);
	text-align:left;
}

#main-start{
	width: 889px;
	height: 607px;
	background-image: url(../images/bg-start.jpg);
	text-align:left;
}

#left{
	width: 269px;
	height: 607px;

	position: relative;
	left: 18px;
	top: 61px;

	float: left;
}

#nav{
	height: 412px;
	background-color: #DCE3E7;

	padding: 0px 7px 0px 7px;

}


.generic{
	position: relative;
	top: 101px;
	float:left;

	margin-right: 5px;
}


#content1{
	width: 252px;
	background-color: #DCE3E7;

	padding: 6px 10px 14px 13px;
	line-height: 16px;

	position: relative;
	left: 24px;
	top: 61px;

	float: left;
}

#content1-start{
	width: 268px;

	padding: 0;

	position: relative;
	left: 24px;
	top: 61px;

	float: left;
}

#content2{
	width: 253px;
	background-color: #DCE3E7;

	padding: 6px 12px 16px 12px;
	line-height: 16px;

	position: relative;
	left: 30px;
	top: 61px;

	float: left;
}


#content1 a, #content2 a{
	text-decoration: none;
	color: #005191;
}

#content1 a:hover, #content1 a:active, #content2 a:hover, #content2 a:active{
	text-decoration: none;
	color: #005191;
	background-color: #AAC5DC;
}


#popup {
	position:absolute;
	left: 24px;
	top: 26px;

	color: #2268A1;
}


#popupArrows {
	position: absolute; 
	left: 405px;
	width:100px;

}
