@media screen {
	
BODY				{border-top: solid 6px #00B186;}
H1					{font: italic 24px Georgia, "Times New Roman", Times, serif; padding:5px 0; color:#447256;}
H2					{font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; color:#58595B;}
#logo-container		{margin: 0 auto; width:100%;}
#logo				{margin: 0 auto; width:1000px;}
#main-container		{margin: 0 auto; width:100%; border-top: solid 0px #58595B; background:url('images/right_bkgd2.gif');}
#main				{margin: 0 auto; background-color:#447256; width:1000px;}
#menu				{background-color:#447256; width:174px; float:left;}
#home-content		{background-color:#c9dcd9; float:left; width: 826px;}
#content			{margin: 0 auto; width:970px;}
#footer-container	{margin: 0 auto; width:100%; border-top: solid 1px #58595B; background:#eee; padding-bottom:2px;}
#footer				{margin: 0 auto; width:1000px; text-align:center;}
.nav-menu 			{width:174px; height:24px; font: bold 12px Arial; color:#ffffff; line-height:24px; text-align:left; border-bottom:solid 1px #c9dcd9}	
A.nav-menu			{width:174px; height:24px; font: bold 12px Arial; padding-left:10px; color:#ffffff; line-height:24px; text-align:left; text-decoration:none; border-bottom:0}	
A:hover.nav-menu	{width:174px; height:24px; font: bold 12px Arial; padding-left:10px; color:#ff0; line-height:24px; text-align:left; text-decoration:none}
.top				{margin-top: 3px;}
.home-text			{font: 400 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:16px;}
.leftbox			{border: solid 1px #CCC; margin-top: 25px; margin-right:5px; width:450px; padding:10px; float:left;}
.rightbox			{border: solid 1px #CCC; margin-top: 25px; margin-left:5px; width:450px; padding:10px; float:right;}
.text2				{font: normal 12px Tahoma, Geneva, sans-serif;}
A.more				{text-decoration:none;}
A:hover.more		{text-decoration:underline;}

.menu 			{width:224px; height:24px; font: 12px Arial; margin-right:0px; color:#ffffff; line-height:24px; text-align:right}	
A.menu			{width:224px; height:24px; font: 12px Arial; margin-right:0px; color:#ffffff; line-height:24px; text-align:right; text-decoration:none}	
A:hover.menu	{width:224px; height:24px; font: bold 12px Arial; margin-right:0px; color:#ffffff; background-color: #00B186; line-height:24px; text-align:right; text-decoration:none}	
.titlebar		{font: bold 15px Tahoma; height:48px; padding-bottom:2px; color:#212123; background-color:#cccccc}	
.title			{font: bold 16px Tahoma; margin:15px}	
.subtitle		{font: 14px Tahoma;}	
.text			{font: 12px Tahoma; margin:15px}	
.bold			{font: bold 12px Tahoma; color:#00B186}	
.hide			{visibility: hidden ; margin-top:-18px}	
.noview			{visibility: hidden ; display: none ; font-size: x-small;}
}

/*-----------------------------------------------------------------------*/

@media print {

	* {
	background-color: white !important;
	background-image: none !important;
	}
	
	.menu {display: none;}
	
	html {
	margin: 1em;
	}
	
	body {
	margin: 1em;
	}
	
	.noprint {display: none;}

}
