#PageContainer{
	text-align: center;
}

#BodyContainer{
	width: 1024px;
	text-align: left;
}

#Header{
	height: 119px;
	width: 1024px;
}

#Logo{
	width: 1024px;
	height: 119px;
}

#Menu{
	padding: 0px;
	background: url(/images/menubg.jpg);
}

#MenuCenter{
	width: 1024px;
	float:left;
}

#SubMenu{
	width: 1024px;
	height: 27px;
	background: url(/images/titlebars.jpg);
}

#ContentContainer{		
	width: 1024px;
	padding: 0px;
	background: url(/images/bodybg.jpg);
}

/* ------------ Left Column ----------- */
/* ------------------------------------ */

#LeftColumn{	
	float:left;
	width: 203px;		
	height: 322px;
	background: url(/images/palm.jpg) top center no-repeat;
}

#LeftColumn h2 {
	font-weight: normal;
	font-size: 130%;
	color: #333;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#LeftColumn h2 a {
	color: #666;
}

/* ------------ Center Column ----------- */
/* ------------------------------------ */

#CenterColumn{	
	width: 618px;
	float:left;	
}	

#vendors{
	width: 100%;
}

#vendors td{
	padding-bottom: 30px;
}

#vendors img {
	margin: 0 15px 0 0;
}	

#vendors h2{
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 10px 0px;
	color: #990000;
}

#vendors h3{
	font-size: 1.3em;
	margin: 0 0 15px 0;
}

#vendors h3 a{
	text-decoration:none;
	color: #000000;
}

#vendors h3 a:hover{
	text-decoration:underline;
}

/* ------------ Right Column ----------- */
/* ------------------------------------ */

#RightColumn{	
	float:left;
	width: 203px;		
}

#RightColumn h2 {
	font-weight: normal;
	font-size: 130%;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px;
	margin: 0;
}

#RightColumn h2 a {
	color: #666;
}

div.ColumnContent{
	padding:10px;
}

#PageContent{
	padding: 10px;
}

#BodyBottom{
	clear:both;
	background: url(/images/footer.jpg);
	width: 1024px;
	height: 10px;
}

#Footer{	
	clear:both;	
}

div.clr{
	clear:both;
}

/* ------------- Standard HTML Tags ------------- */
/* ---------------------------------------------- */

Body{
	font: normal 62.5% Verdana,Tahoma,Helvetica,sans-serif; 
	margin: 0px;
}


h1{
	color: #73735c;
	font: normal 2.5em 2.5em;
	line-height: 33px;
	margin: 10px 0 4px;
	padding: 0;
}

h1.subhead{
	text-decoration: underline;
}

h2{
	font-size: 14px;
}

img{
	border: none;
}

/* ----------------- News Module ---------------- */
/* ---------------------------------------------- */

.NewsArticle{
	border-bottom: 1px solid #000000;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

.NewsArticle a{
	color: #333;
	text-decoration: none;
}

.NewsArticle a:hover{
	text-decoration: underline;
}

.NewsArticle .ReleaseDate{
	font-style: italic;
	font-weight: bold;
}

/* ----------------- Calendar Module ---------------- */
/* -------------------------------------------------- */

#CalendarEvent .EventDate{
	font-style: italic;
	margin-bottom: 20px;
}