/* CSS Document */

body  {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 14px;
	color: #2c4833;
}

p  {
	margin-top: 0px;
	margin-bottom: 0pc;
	line-height: 133%;
}

h1   {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	color: #ff8b1a;
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

h3    {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	color: #ff8b1a;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;

}

a:link {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 14px;
	color: #1B6BB0;
	text-decoration: none; }

a:visited {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 14px;
	color: #1B6BB0;
	text-decoration: none;}

a:hover {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 14px;
	color: #ff8b1a;
	text-decoration: none;}

a:active {
	font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size: 14px;
	color: #1B6BB0;
	text-decoration: none;}

/******** Main Menu  *******/

.menu-wrapper   {
	align: center;
	width: 475px;
	
	}
	
a.menu-wrapper:link    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	 }
	 
	  
a.menu-wrapper:visited    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	 }	 
	 
a.menu-wrapper:hover    {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	 }
	 
a.menu-wrapper:active    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
text-decoration: none;
	 }
	 

	 
.menu   {
	margin: 12px;

}
	
a.menu:link    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	 }
	 
	  
a.menu:visited    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	 }	 
	 
a.menu:hover    {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	 }
	 
a.menu:active    {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
text-decoration: none;
	 }
	 



/***** Layout Styles *******/

.main-wrapper   {
width: 987px;
background-color: #ffffff;

}

.menu-cell  {
	display: block;
	background-image: url("images/menu-back.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
}


.content  {
	display: block;
	background-color: #ffffff;
	background-image: url("images/content-back.png");
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 0px;
	}
	
	
.footer   {
	display: block;
	background-color: #2c4833;
	color: #ffffff;
	font-size: 12px;
	

}