body
{
	background-color: #ECEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main_container
{
	width: 850px;
	height: 540px;
	background-color: white; 
	left: 50%;
	top: 50%;
    margin-left: -425px;
    margin-top: -290px;
    position: absolute;
    padding-left: 30px;
    padding-top:  20px;
    background-image:url('../images/bw_background.gif');
}

#menu
{
	width: 140px;
	height: 415px;
	float: left;
	padding-left: 10px;
	margin-top: 60px;
	line-height: 22px;
	color:#a3a3a3;
}

#header
{
	width: 660px;
	float: left;
	height: 165px;
	padding-left: 10px;
	margin-top: 60px;
}

#main_content
{
	float: left;
	height: 280px;
	width: 370px;
	padding-left: 10px;
	font-size: 11px;
	color:#666666;
	margin-top: 10px;
}

#left
{
	float: left;
	height: 280px;
	width: 255px;
	padding-left: 15px;
	font-size: 16px;
	font-family: arial;
	padding-right: 10px;
	margin-top: 10px;
	text-align:center;
}

#large_pic_left
{
	float: left;
	width: 250px;
	height:130px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 30px;
	color: white;
	
}

#large_pic_right
{
	background-color: white; 
	float: left;
	width: 288px;
	height:130px;
}

#small_pic
{
	background-color: white; 
	float:left;
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#pic_cont
{
	float: left;
}
/* added div */
#wn
{ 
    position:relative; 
    width:370px; 
	height:245px; 
    overflow:hidden;
	
}
#lyr1
{
	width:375px;
	text-align:justify;
}
#main_content_wide
{
	float: left;
	height: 280px;
	width: 630px;
	padding-left: 10px;
	font-size: 11px;
	color:#666666;
	font-family: arial;
	padding-right: 10px;
	margin-top: 10px;
}

#terms
{
	font-size: 9px;
	color:#a3a3a3;
	left: 50%;
	top: 50%;
    margin-left: -410px;
    margin-top: 245px;
    position: absolute;
}

div.right
{
	float: right;
}



A:link {text-decoration: none; color:#a3a3a3;}
A:visited {text-decoration: none; color:#a3a3a3;}
A:active {text-decoration: none; color:#a3a3a3;}
A:hover { /*text-decoration: underline; */ color:#a3a3a3;}

a.pagelink:link { color: #AFC17E; text-decoration: none }
a.pagelink:visited { color: #AFC17E; text-decoration: none }
a.pagelink:active { color: #AFC17E; text-decoration: none }
a.pagelink:hover { color: #AFC17E; text-decoration: none }

#main_content a:link { color: #AFC17E ; text-decoration: none; }
#main_content a:visited { color: #AFC17E ; text-decoration: none; }
#main_content a:active { color: #AFC17E ; text-decoration: none; }
#main_content a:hover { color: #AFC17E ; text-decoration: none; }


em
{
	font-weight: bold;
	font-style: italic; 
}
