﻿body {
	font-family: Verdana, helvetica, Times New Roman, Arial;
	font-size: 10pt;
    margin: 0px 0px 0px 0px;
    padding:0;
    background:#FFFFFF;
}

/***   MASTER PAGE   ***/
	#wrapper {
		width:1026px;
		margin:0px;
		border:0px;
		padding:0px;
	}
	#header {
		border:0px;
		height:181px;
		padding:0px;
		white-space: nowrap;
	}
	#content {
		margin-top:0px;
		padding-bottom:0px;
	}
	#content div {
		padding:0px;
		float:left;
	}
	#content-left {
		width:216px;
		
	}
	#content-main {
		margin-left:2px;
		width:806px;
		border:0px;
	}
	#footer {
		background-color: #F8F49B;
		font-size: 8pt;
		color: #00491A;
		float:left;
		margin-top:5px;
		margin-bottom:5px;
		padding:5px;
		border:1px solid #bbb;
		width:1013px;
		text-align:center;
	}

	.HeaderText {
		font-family: Verdana, helvetica, Times New Roman, Arial;
		color: #00491A;
		font-weight: bold;
		font-size: 16pt;
	}
	
	.SubtitleText {
		font-family: Verdana, helvetica, Times New Roman, Arial;
		color: #00491A;
		font-weight: bold;
		font-size: 12pt;
	}
	
	.button {
		font-family: Verdana, helvetica, Times New Roman, Arial;
		font-size: 10pt;
	}
	
	p, select, td, input, textarea {
		font-family: Verdana, helvetica, Times New Roman, Arial;
		font-size: 10pt;
	}
	
	.SubmitButton
	{
	   font-size:12px;
	   font-family:Verdana, helvetica, Times New Roman, Arial;
	   font-weight:bold;
	   color:#00491A;
	   width:100px;
	   background-color:#EFF6EE;
	   border-style:solid;
	   border-color:#00491A;
	   border-width:2px;
	}
	
	.ErrText 
	{
		font-size:10px;
		font-family: Verdana, helvetica, Times New Roman, Arial;
		color: Red;
	}
	
	a.Links:link, a.Links:visited 
	{
		color: #00491A;
		text-decoration: none;
		font-weight: bold;
	}
	a.Links:hover {
		font-weight: bold;
		color: green;
	}


/***   tblDEFAULT.ASPX   ***/

	#PagePad {
		width: 100%;
	}
	
	#DefaultContent {
		margin-top:0px;
		padding-bottom:0px;
	}
	#DefaultContent div {
		padding:0px;
		/*float:left;*/
		position:absolute;
	}
	#DefaultContent-WelcomeHeader {
		font-family: Verdana, Times New Roman, Arial;
		color: #00491A;
		font-weight: bold;
		font-size: 12pt;
		width: 200px;
		border:1px solid #bbb;
		/*float:left;*/
		left:230px;
		top:215px;
	}
	
	#DefaultContent-StethImg {
		width: 275px;
		/*text-align:right;*/
		border:1px solid #bbb;
		/*float:left;*/
		left:330px;
		top:215px;
	}
	
	#DefaultContent-WelcomeText 
	{
		width:500px;
		/*float:left;*/
		border:1px solid #bbb;
		left:230px;
		top:315px;
	}
	
	
	/***   ContactPTS.ASPX   ***/
	.RedText {
		font-family: Verdana, Times New Roman, Arial;
		color: red;
		font-size: 10pt;
	}
	
	legend {
		border:1px solid; 
		padding:3px 6px !important; 
		color: #00491A;
		}
		

/***   EmploymentFAQs.aspx   ***/
    	.bold {
		font-weight: bold;
	}
	
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html #content-left {
	margin-top: -3px;
	}
	/* End hide from IE5/mac */