/*
a:link {color:#333333; text-decoration:none;}
a:active {color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#0094f0; text-decoration:none;}
*/

/*
padding is 

top right bottom left

*/

body {
	font: 13px Helvetica, Ariel;
	background: white;	
	text-align: center;
	min-width: 740px;
	min-height: 370px;
	}

#container{ 
	text-align: left;
	padding: 80px 1px 1px 1px;
	width: 747px;
	height: 352px;
	margin: 0px auto;
	background: white;
	}	

#top{
	height: 29px;
	background: url(../images/barisimon_graphic.jpg) no-repeat;
	}

#middle{

	}

#middleleft{
	width: 324px;
	height: 357px;
	float: left;
}

#midlefttop{
	width: 324px;
	background: #999999;
	height: 55px;
	border-bottom: 3px solid white;
}

#midleftleft{
	float: left;
	width: 144px;
	background: #cccccc;
	height: 300px;
	border-right: 0px solid white;
	text-align: left;
}

#midleftright{
    text-align: center;
	width: 176px;
	float: right;
	background: #cccccc;
	height: 300px;

}

#middleright{
	float: right;
	margin-left: 2px;
	width: 413px;
	/*_width: 418px; IE Only HACK*/
	height: 350px;	
	border-top: 8px solid #cccccc;
	border-right: 8px solid #cccccc;
	text-align: center;
}

#navcontainer{
	text-align: right;
	margin-top: 35px;
	margin-right: 25px;
	list-style-type: none;
	}
	
#navlist{
    padding: 0;
    padding-left: 8px;
    margin: 0;
}

#navlist li#about{
	margin: 0;
	padding: 18px 0px 0px 0px; 
	list-style-type: none;
}

#navlist li{
	margin:0;
    padding: 18px 0px 0px 0px; 
	color: white;
	display: block;
	list-style-type: none;
	}

#navlist li a, #navlist li a:link{ 
	text-decoration: none;
	color: white;
	}

#navlist li a:hover{
	cursor: pointer;
	color: #339999
	}


#navlist li a#current, #navlist li a#current:link{
	color: #339999;
	cursor: default;
	}

#navlist li#blank{
	border-bottom-style: double
	}

#navlist li a#current:hover{
	}

a#res, a#res:link{ 
	text-decoration: none;
	color: #999999;
	}
	
td{
	text-align: center;
}	

.enlargeText {
	text-align: center;
	font-size: 8pt;
	color: #999999;
	line-height: 12pt;
	vertical-align: middle;
}


a#res:hover{ 
	text-decoration: none;
	color: #339999;
	}

#bottom{
	width: 100%;
	float: left;
	height: 31px;
	background: url(../images/contactinfo_graphic.jpg) no-repeat;
	text-align: right;
	}