/* CSS Document */


*{
margin:0;
padding:0;
}

html,body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:99%;
	}
	a{
	color:#000000;
	text-decoration:none;
	}
	a:hover{
	color:#AA0004;
	}
	p{
	margin:0px 0px 20px 0px;
	}
	h1{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 20px 0px; 
	}
	h3{
	margin:0px 0px 10px 0px;
	}
	.bold{
	font-weight:bold;
	color:#AA0004;
	}
	.selected{
	color:#AA0004;
	}

#flash{
	margin:10px 0px 0px 0px;
	height:95%;
}
#flashtobereplaced{
	margin:0px 0px 0px 0px;
	height:100%;
}

/*-----------------igloo stuff-------------------*/

#accesslink{
	display:none;
	}
	.divFull{
	font-size: 9px;
	color: #666666;
	float:right;
	text-align:right;
	}
	.igloo{
	font-size: 9px;
	color: #666666;
	float:left;
	text-align:left;
	}
	.divFull a{
	color:#666666;
	}
	.divFull a:hover{
	text-decoration:underline;
	}
	.igloo a{
	color:#666666;
	}
	.igloo a:hover{
	text-decoration:underline;
	}
	.html-info{
	width:790px;
	margin:0 auto;
	}
	.flash-info{
	width:80%;
	margin:0 auto;
	}


/*-----------------------------------------------------------------*/	

.clear{
	clear:both;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

#top{
	background: url(../images/top.jpg);
	height:31px;
	margin-top:10px;
}
	
#middle{
	background:url(../images/middle.gif) repeat-y;
	}
	#min-height{
	height:500px;
	float:left;
	width:1px;
	}
	#logo{
	width:300px;
	height:115px;
	margin:0 auto;
	}
	#content{
	float:left;
	width:799px;
	text-align:center;
	}
	#first-page{
	margin-top:50px;
	}

#main-menu{
	width:600px;
	margin:20px auto 0px auto;
	}
	#main-menu li{
	list-style:none;
	text-align:center;
	width:200px;
	float:left;
	}
	#main-menu a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	}
	#main-menu a:hover{
	color:#AA0004;
	}
	
#main-content{
	width:700px;
	margin:0 auto;
	}
	#sub-menu{
	width:600px;
	margin:10px auto 0px auto;
	}
	#sub-menu li{
	list-style:none;
	text-align:center;
	width:150px;
	float:left;
	}
	#sub-menu a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	}
	#sub-menu #sub-selected{
	color:#AA0004;
	}
	#sub-menu a:hover{
	color:#AA0004;
	}

#page-content{
	padding:40px 0px 30px 0px;
	}
	#left-col{
	margin-top:30px;
	text-align:right;
	width:200px;
	float:left;
	font-weight:bold;
	}
	#left-col li{
	list-style:none;
	margin:0px 30px 5px 0px;
	}
	#right-col{
	float:left;
	width:400px;
	margin:30px 0px 0px 0px;
	text-align:left;
	}
	#network-right{
	float:left;
	width:400px;
	margin:30px 0px 0px 0px;
	text-align:center;
	}
	.n-left{
	width:150px;
	float:left;
	margin:0px 20px 20px 0px;
	text-align:right;
	}
	.n-right{
	width:200px;
	float:left;
	margin:0px 0px 20px 0px;
	text-align:left;
	}
	#contact-left{
	margin-top:30px;
	text-align:right;
	width:200px;
	float:left;
	font-weight:bold;
	}
	#contact-left li{
	list-style:none;
	margin:0px 30px 20px 0px;
	}

#bottom{
	background:url(../images/bottom.jpg);
	height:30px;
}