/* CSS Document for IFC */

	/*General*/
	
body{
	background:#edece8;
	min-width:800px;
	text-align:center;
	}

	/*End General*/
	
	/*Images*/
		
#photo{
	background:#4e89be;
	float:right;
	padding:0px 0px 10px 10px;
	}
	
#center{
	text-align:center;
	}

	/*End Images*/
	
	/*Placement*/
	
#copyright{
	float:right;
	margin-right:3px;
	}
	
#masterwrapper{
	width:800px;
	text-align:left;
	margin:0 auto;
	}
	
#top a {
	background:url(images/top.gif) no-repeat;
	text-indent:-5000px;
	text-decoration:none;
	display:block;
	width:800px;
	height:137px;
	}
	
#headerwrapper{
	display:block;
	height:137px;
	margin-left:0px;
	width:800px;
	}
	
#wrapper{
	background:#4e89be;
	width:760px;
	height:auto;
	padding-top:15px;
	margin-left:30px;
	margin-top:-35px;
	}

#stage{
	background:#FFFFFF;
	width:730px;
	min-height:600px;
	height:auto;
	margin-left:10px;
	padding: 0px 0px 10px 10px;
	}
	
#contenthead1{
	color:#FFFFFF;
	background:#FFFFFF url(images/content1_box.jpg) no-repeat center;
	width:375px;
	height:375px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	padding-top:10px;
	}
	
	
#contenthead1 a{
	color:#FFFFFF;
	text-decoration:none;
}
	
#contenthead{
	color:#FFFFFF;
	background:#FFFFFF url(images/content_header.jpg) repeat-x bottom;
	width:375px;
	height:38px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	padding-top:10px;
	}
	
	
#contenthead a{
	color:#FFFFFF;
	text-decoration:none;
}

#text{
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	background-color:#FFFFFF;
	text-align:left;
	}
	
#rightblock{
	background-color:#4e89be;
	float:right;
	width:315px;
	margin-top:-10px;
	margin-left:20px;
	}
	
#contact{
	background:#FFFFFF url(images/contact_box.jpg) no-repeat center;
	width:300px;
	height:110px;
	padding: 35px 0px 0px 20px;
	float:right;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	}
	
#footer{
	background: url(images/footer.jpg) repeat-x;
	width:730px;
	height:19px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:small;
	margin-left:10px;
	padding:3px 0px 0px 10px;
	}
	
	/*End Placement*/

	/*Navigation*/
	/*All other links*/
	
a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4e89be;
}

a:hover{
	text-decoration:underline;
	}

a:hover:visited{
	text-decoration:underline;
	}
	/*Main Nav*/
#nav{
	background-color:#4e89be;
	width:302px;
	padding-left:10px;
	padding-bottom:8px;
	float:right;
	}

#navrow{
	background:url(images/navbg.jpg) repeat-x bottom;
	text-align:center;
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
	height:23px;
	}
	
.navrow2{
	padding-top:5px;
	border-top:#FFFFFF 1px dashed;
	background:url(images/navbg.jpg) repeat-x bottom;
	text-align:center;
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
	height:23px;
}

#nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#FFFFFF;	
	}
	
#nav a:link{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}

#nav a:visited{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#nav a:hover{
	background:#8bb8df url(images/navselect.jpg) repeat-x center;
	}

#nav a:visited:hover{
	background:#8bb8df url(images/navselect.jpg) repeat-x center;
	}
	
	/*End Navigation*/