/* CSS Document */
body {
	margin:0;
	text-align:center;	
	width:99%;
	background-color:#2D003B;
	background-image:url(components/images/background.png);
	background-repeat:no-repeat;
}

/*Header code*/
#nav_bar {
	background-color:#585858;
	height:37px;
	width:990px;
	border:2px solid black;	
}

#header_container {
	height:106px;
	width:990px;
	background-color:#151A1F;
	text-align:left;
	border:2px solid black;
	border-bottom: 0;
}

#logo {
	 height:90px;
	 width:auto;
	 padding:8px;
	 border: none;
}

#emblem {
	height:90px;
	width:auto;
	padding:8px;	
}

.menu-item-text {
display: inline-block !important;
}

.button {
	width:121.75px;
	height:37px;
	float:left;
	display:inline;
	font-family:sans-serif;
	color:#FFF;
	margin-top:0px;	
	border: none;
	
}

.button:hover {
	background-color:#2FA49C;
	cursor:pointer;
}


/*drop down menu code*/
.drop_down {
	width:121.75px;
	height:37px;
	font-family:sans-serif;
	color:#FFF;
	background-color:#585858;
	display:none;
	margin-top:-11px;
	position:relative;
	z-index:1000;
}


#footer {
	background:#151A1F;
	width: 990px;
	height: 70px;
	padding-top:0px;
	border:2px solid black;
    border-top: 8px solid #000;
	
}
	
#footer_text {	
	text-align:center;
	font-size:12px;
	color:#A0A0AB;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

/*Body code*/
#body_container {
	background:#CCCCCC;
	width: 990px;
	height:610px;
	padding-top:15px;	
	border:2px solid black;
	border-top:0;
}

#content {
	font-family:sans-serif;
	font-size:14px;	
	height: 610px;
	width:930px;
}

.header_text {
	margin-top:4px;	
	text-decoration:none;
	padding-top:5px;
}

a {
	text-decoration:none;
}

h2 {
	 text-align:left;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:28px;
	
}

#news_text {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	
}


#download_table {
	font-family:Century Gothic;
	font-size:28px;
	color:red;
}

#index_image {
	height:300px;
	width:auto;
	margin:5px;
	vertical-align: middle;

}

#download_icon {
	 height:90px;
	 width:90px;
	 border: none;
	
}
