/** BASIC */

body {
	margin: 0px auto;
	padding: 0px;
	background: url(back.jpg) repeat-x left top #114877;
	
}

/** HEADER */

#head {
	width: 950px;
	margin: 0px auto;
	background-image: url(header.jpg);
	height: 210px;
	color: #254360;
}
#topFlash {
	width: 156px;
	float: right;
	margin: 0px auto;
	height: 52px;
}
/** MENU */

#links {
	margin: 0px auto;
	height: 53px; 
	width: 950px;
	background-image: url(menuBar.jpg);
	text-align: left;

	
}

#links ul {

	display: block; 
	width: 950px;
	list-style: none;
	margin: 0px auto;
	float: left;


}

#links li {
  	display: block; 
	float:left;

}

#links a {
  	width: 180px;; 
	height: 38px; 
	display:block; 
	float:left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform:  uppercase;
	font-size: 16px;
	text-align: center;
	padding: 15px 0px 0px 0px;
	color: white;
	border-right:  white thin solid;
	border-color: #3d89bf;
}

#links li.New {
	background-image: url(ActionCenter.jpg);
	background-position-x: left;
	background-position-y: top;
	background-repeat: repeat-x;
	text-align: center;

}


#links li.New a {
	border: none;
	color: #666666;

	}



#links li.Current a {
	color: #fdcd0c;
}


#links li.New a:hover {
	color: #666666;
}



#links a:hover {
	color: #fdcd0c;
}

#links.active {
	color: #CCCCCC;
}




/** CONTENIDO DIV----------------------------------- THIS IS THE CONTENIDO DIV */

#contenido {
	width: 950px; height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #f6f6f7;
	background-repeat: repeat-y;
}


#mainPhoto {
	width: 950px; height: 185px;
	margin: 0px auto;
	padding:0px;
}

#textHolder {
	width: 950px; height: 100%;
	margin: 0px auto;
	padding:0px;
	background-color: #f6f6f7;
}

/** BIG BUTTONS----------------------------------- */
#BigButtons {
	width: 950px; height: 200px;
	margin: 0px auto;
	padding:0px;
	background-image: url(BigButtonsBackground.jpg);
	background-position:  top center;
	background-repeat:  no-repeat;
	clear: both;
	
}

#yellow {
	float: left;
	width: 475px;
	height: 200px;
		
}

#blue {
	float: left;
	width: 475px;
	height: 200px;
	background-image: url(blue.jpg);
	
}


/** TEXT DIV----------------------------------- THIS IS THE TEXT DIV */

#text {
	text-align: justify;
	float: left;
	width: 475px;
	background-color: #f6f6f7;	
}

#text p {
	font: 14px/28px "Helvetica" Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 40px 5px 40px;
	text-align: left;
}


#text h2 {
	text-align: left;
	padding: 5px 40px 5px 40px;
	font: 20px/30px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3399cc;
	text-transform: none;

}

#text h3 {
	text-align: left;
	padding: 5px 40px 5px 40px;
	font: 15px/25px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399cc;
	text-transform: capitalize;

}


/** TEXT2 DIV----------------------------------- THIS IS THE LOGOS DIV */


#text2 {
	text-align: justify;
	float: left;
	width: 475px;
	background-color: #f6f6f7;
	
}

#text2 p {
	font: 14px/28px "Helvetica" Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 40px 5px 40px;
	text-align: left;
}


#text2 h2 {
	text-align: left;
	padding: 5px 40px 5px 40px;
	font: 20px/30px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3399cc;
	text-transform: none;
}

#text2 h3 {
	text-align: left;
	padding: 5px 40px 5px 40px;
	font: 15px/25px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399cc;
	text-transform: capitalize;

}



/** BOTTOM DIV----------------------------------- THIS IS THE BOTTOM DIV */


#bottom {

	clear: both;
	margin: 0px auto;
	height: auto;
	background-color:#f6f6f7;
	text-align: center;
}

#bottomText {

	width: 950px;
	margin: 0px auto;
	height: auto;
	background-color:#f6f6f7;
	text-align: center;
}


#bottomText p {

	margin: 0px auto;
	padding: 20px 0px 40px 0px;
	text-align: center;
	font: 13px/20px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
}

#bottomText p2 {

	margin: 0px auto;
	padding: 2px;
	text-align: center;
	font: 13px/20px "Helvetica" Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
}

#bottom a {
	color: #CCCCCC;
}

#bottom ul {
	width: auto;	
	margin: 0px;
	padding: 20px 0px 20px 0px;
	list-style: none;
}

#bottom li {
	display: inline;

}

#bottom a {
  	font: 13px/28px "Helvetica" Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	text-transform: none;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;

}

#bottom a:hover {
	color: #114877;
}

