/* -------------------------------------------
 * Layout Styles
  ------------------------------------------- */
#Wrapper
{
	width: 780px;
	height: 100%;
	text-align: left;
}
/*-------------------------------------------------*/
#Header
{
	background-color: #FFFFFF;
	width: 100%;
	height: 95px;
	font-size: 70%;
	
	/* Outside borders */
	border-top: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}
#HeaderPhoto
{
	float: left;
	background-color: #2F4D96;
	width: 780px;
	height: 123px;
	
	/* Outside borders */
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}
#MenuGlobal
{
	float: right;
	margin-left: 0;
	padding-left: 0;
	background-color: #999999;
	width: 100%;
	height: 31px;
	
	/* Outside borders */
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}
#Content
{
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 300px;
	font-size: 70%;
	padding-bottom: 50px;
	
	/* Outside borders */
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #2F4D96;
}
#MainContent
{
	float: left;
	width: 533px; /* 495px w/ padding */
	padding: 0 10px 0 10px;
}
#RightContent
{
	float: right;
	width: 197px;  /* 225px w/ padding */
	padding: 27px 0 0 0; 
	background: url(/images/rightContent/info.gif) top left no-repeat;
}
#Footer
{
	float: left;
	background-color: #FFFFFF;
	color: #333333;
	width: 760px;
	height: 40px;
	font-size: 70%;
	margin-bottom: 50px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	
	/* Outside borders */
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
}

#MenuFooter
{
	float: left;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	width: 100%;
}
/*-------------------------------------------------*/

	
	
