﻿#search /*search background bar*/
{
	width:100%;
	height:56px; 
	background:url(../Images/Header/MainSearchBg.gif) repeat-x;	 		
	float:left;	
}

#search div /*search blue bar*/
{
	background:url(../Images/Header/Search.png) no-repeat;
	width:904px;
	height:56px;
	margin: 0 auto;
}


#footer div
{
	margin: 0 auto;
	width:980px;
	height:100%;
}

#mainSubBannerBg
{
	background:url(../Images/Main/GreenBg.jpg) repeat-x;
	width:100%;
	height:176px;
	float:left;
	color:white;	
}

#mainSubBannerBg .centerBg /*I need to add class, replacing the class with div will not function well*/
{
	margin:0 auto;
	width:904px;
	height:100%;
}

#fromPrincipal
{
	float:left;	
	width:317px;
	padding:10px 0;
}

#fromPrincipalBg
{
	background:url(../Images/Main/fromtheprincipal.png) no-repeat;
	width:284px;
	height:120px;
	float:left;
	padding:10px 20px 0 10px;
}

#fromPresident
{
	margin:10px 0 0 0;
	float:left;
	width:580px;
}

#presidentPic
{
	background:url(../Images/Main/PresVea.png) no-repeat;
	float:left;
	width:133px;
	height:132px;
	margin:15px 10px;
}

.bigTitle /*use in welcome message*/
{
	font-family:Comic Sans MS;
	font-size:1.5em;
	padding-bottom:5px;
	color:White;
}

.newsMain
{
	float:left;
	width:280px;
	padding:0 10px 15px 10px;
}

a:link.anchorTitle,a:visited.anchorTitle /*use in news title*/
{
	color:#284a91;
	font-weight:bold;
}

a:hover.anchorTitle,a:active.anchorTitle
{	
	text-decoration:underline;
}