@import url("style_resetCss.css");
/* CSS Document */

em {
	font-style:italic;
	}
strong {font-weight:bold;
}
html{ font-size:100%; }

body {font-family:Helvetica, Arial, sans-serif;
		font-size:13px;
		height:100%; 
		background:url('bodyBG.gif') repeat-y top center #d4dce0;
		color:#526773;
		}
		
		/* I FUCKING HATE Internet Explorer Fix \*/
		/* html body{background:#005c84;} */

a:link {color:#333;
	    border:none;
				   }
a:visited {color:#333;
			border:none;
					}
a:hover {color:#000;
		border:none;
					}
a:active {color:#333;
		border:none;
				}
img {border:none;
	  text-decoration:none;}
a {border:none;
   text-decoration:none;
}

h2 {font-weight:bold;
			color:#687985;
			font-size:20px;
			padding-bottom:20px;
		}

#bodyMainWrap {width:989px;
			   margin:0px auto;
			   background:url('mainWrapBG.gif') repeat-y;
}
	#bodyTop {height:138px;
			  background:url('topBG.png') no-repeat center bottom;
	}
		#bodyFTPright {float:right;
					   width:67px;
					 
		}
		#bodyTopFTP {position:absolute;
					 z-index:5000;
					 overflow:hidden;
					 /*left:1100px;*/
					 width:67px;
					 height:30px;
					 cursor:pointer;
					 color:#FFF;
					 font-size:12px;
					 background:#8a8f92;
					 -moz-box-shadow: 2px 2px 6px #555;
					 -webkit-box-shadow: 2px 2px 6px #555;
					 box-shadow: 2px 2px 6px #555;
		}
			#bodyTopFTP input {width:98%;
			}
			#bodyTopFTP form {padding:28px 5px 5px 5px;}
			
		#bodyTop ul {width:447px;
					float:right;
					clear:right;
					margin-top:84px;
					z-index:2;
		}
			#bodyTop ul li {float:left;
							width:110px;
							height:45px;
							margin-right:15px;
							overflow:hidden;
			}
	#bodyContent {min-height:300px;
				 background:url('contentBG.gif') center bottom no-repeat;
				 padding:15px 0px;
	}
	
	#bodyFooter {text-align:right;
				 font-size:10px;
	}
	
h1{	
	font-size:34px;
}
#mastheadframe { display:none; }
