/* 	CSS created by Kenn Lucas, creative director, Byte Technology
			
		Copyright 2008 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		Fax:		831.855.0291

		Modified 08/04/08
		Created 07/07/08

*/

/* Hide Content
--------------------------------------------------------------------------- */

.HideMe { /* Paste the "display: none;" in selectors that are to be hidden when using the print style sheet. */
	display: none;
}

/* Container
--------------------------------------------------------------------------- */

.Container {
	width: 924px;
	background-color: #415A9B;
	padding: 0px;
	margin: 0px;
	float: none;
	top: 600px;
}

/* Header
--------------------------------------------------------------------------- */

.HeaderLeft {
	width: 400px;
	padding: 10px;
}

.HeaderLeft a:link,
.HeaderLeft a:visited {
	color: #cc0000;
	text-decoration: none;
}

.HeaderLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.HeaderRight {
	float: right;
	width: 524px;
	padding: 10px;
	text-align: right;
}

.HeaderRight a:link,
.HeaderRight a:visited {
	color: #cc0000;
	text-decoration: none;
}

.HeaderRight a:hover {
	color: #000000;
	text-decoration: none;
}

/* Bread Crumbs
--------------------------------------------------------------------------- */

.BreadCrumbs {
	font-size: 11px;
	padding: 10px;
}

.BreadCrumbs a:link,
.BreadCrumbs a:visited {
	color: #cc0000;
	text-decoration: none;
}

.BreadCrumbs a:hover {
	color: #000000;
	text-decoration: none;
}

/* Main Content Area
--------------------------------------------------------------------------- */

.MainContent {
	padding: 10px;
}

.Logo {
	padding: 30px 10px 30px 0px;
}

.BackGround {
	background-position: 20px;


}
.BackgroundLatestNews {
	background-image: url(../images/LatestNews.jpg);
	height: 349px;
	width: 198px;
}
/* Two Columns
--------------------------------------------------------------------------- */



.AreaOne {
	background: #415A9A;
	text-align: left;
	color: #FFFFFF;
}

.AreaTwo {
	background: #415A9A;
	text-align: right;
	color: #FFFFFF;


}

.AreaThree {
	margin: 275px 20px 0px 20px;
	font-size: 11px;
}

.AreaFour {
	padding: 0px;
	height: 94px;
	margin: 0px;
	border: 0px;
	background-image: url(../images/BackGroundWhatsNew.jpg);
	width: 198px;
}

/* Footer
--------------------------------------------------------------------------- */

.FooterLeft {
	width: 50%;
	font-size: 10px;
	padding: 5px 0 20px 10px;
}

.FooterLeft a:link,
.FooterLeft a:visited {
	color: #cc0000;
	text-decoration: none;
}

.FooterLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.FooterRight {
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
}

.FooterRight a:link,
.FooterRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.FooterRight a:hover {
	color: #000000;
	text-decoration: none;
}
