html {
  overflow-y: scroll;
  padding-top: 16px;
  text-align:justify;
}

body { 
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 15px;
  width: 780px;
  margin: 0 auto;
}

h2 {
  font-size: 19px;
  margin: 0 0 0 0;
}

h3 {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
}

h4 {
  font-size: 19px;
  margin: 15px 0 8px 0;
}
		
#top { 
  height: 60px;
  background: url('../images/title.jpg') no-repeat;
  padding: 5px 0 0 0;
  text-align: right;
}

#top a {
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 12px;
  color: #192c43;
  background: transparent;
  text-decoration: none;
}
 
#top a:hover { 
  text-decoration: underline;
}

			/*NAVIGATION*/ 
			
#navcontainer ul { 
  margin: 0 0 0 0;
  background: url('../images/nav_bar.gif') no-repeat;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px; 
  padding: 5px 0 7px 0;
} 

#navcontainer ul li { 
  display: inline;
} 

#navcontainer ul li a { 
  padding: 4px 15px 4px 15px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
} 

#navcontainer ul li a:hover { 
  background: #369;
}

div#navimg {
  float: right;
}

div#navimg img {
  width: 175px;
}

			/*RIGHT PANEL*/ 
			
#right { 
  float: right;
  margin-left: 10px;
  clear: right;
} 

#right h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 0;
}

#right ul {
  list-style: none;
  margin: 4px 0 20px 0;
  padding: 0 0 0 0;
}

#right ul .bordertop {
  border-top: 1px solid #000;
}

#right ul li {
  border-bottom: 1px solid #000;
  text-indent: 5px;
}

#right ul li a { 
  color: #192c43;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  text-decoration: none;
}

#right ul li a:hover {
  background: #dcdcdc;
}

#right .align {
  margin: 10px 0 20px 0;
  font-size: 14px;
}

#right .align a {
  color: #192c43;
  font-weight: bold;
  font-family: Arial Narrow normal;
  text-decoration: underline;
}

#right .align a:hover {
  color: #369;
}

#right .line {
  margin: 4px 0 0 0;
  border-bottom: 1px solid #666666;
}

					/*LEFT PANEL*/
			
#left {
  margin: 0 175px 0 0;
  min-height: 680px;
  height: auto;
  border-right: 1px solid #666666;
  padding-right: 20px;
  padding-top: 10px;
}

/* for Internet Explorer */
/*\*/
* html #left {
  height: 680px;
}
/**/


#left .link {
  color: #192c43;
  font-weight: bold;
  text-decoration: underline;
}

#left .link2 {
  color: #CC6600;
  font-weight: bold;
  text-decoration: underline;
}

ul.halful {
  margin-top: 2px;
}

					/*COLOR*/

.orange {
  color: #CC6600;
}

					/*TABLE*/

table.contact {
  border-collapse:collapse;
}

table.contact td {
  padding: 0 75px 10px 0;
}

table.job
{
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.td300wide {
  width: 300px;
}

.td120wide {
  width: 120px;
}

.td310wide {
  width: 310px;
}

.td10high {
  height: 10px;
}

table#power {
  margin: 5px 0 5px 0;
}

p.title {
  margin: 0 0 5px 0;
  font-style:italic;
  font-weight:bold
}

div.tabbertab table td {
  border-top:0;
  padding: 4px;
  background-color: #D9D9D9;
}

div.tabbertab table {
  width: 100%;
  border: 1px solid #aaa;
  border-top:0;
  border-collapse: collapse;
}

 			/*JOB SEARCH*/

div #job_search_box {
  margin: 0 0 0 0;
  background-image: url('../images/job_box.jpg');
  height: 108px;
  width: 165px;
  border: 1px solid #000;
}

div #job_search_content {
  margin: 3px 0 0 5px;
  font-size: 13px;
}

#job_search_content .findjobs {
  text-align: right;
  margin: 3px 8px 0 0;
}

#job_search_content .findjobs a {
  color: #FF6600;
}

#job_search_content .findjobs a:hover { 
  color: #192c43;
}

					/*FOOTER*/ 
			
#footer {
  font-size: 10px;
  border-top: 1px solid #666666;
  margin: 20px 0 0 0;
  padding: 0 0 30px 0;
}

div #images {
  margin: 10px 0 10px 0;
}

div .alignBottomImages {
  border: none;
}

					/*MISC*/

.border1 {
  border: 1px solid #000;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.margintop10{
  margin-top: 10px;
}

#service {
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
  background-image: url(../images/gradient.jpg);
  border: 1px solid #808080;
  width: 580px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

input[type="text"] {
  border: 1px solid black;
  width: 150px;
}

input[type="password"] {
  border: 1px solid black;
  width: 150px;
}

table.checkmark {
  border: 0;
}

table.checkmark td img {
  padding: 0px 8px 0px 10px;
}

					/* JOB SEARCH BOX */

#job {
  width:200px;
  height:115px;
  background: #FFF6BF; 
  color: #817134; 
  padding: 10px; 
  border: 2px solid #FFD324;
  font-size: 14px;
}

#job h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.selectwidth {
  width: 200px;
}

table.tstyle
{
  border:1px solid #c3c3c3;
  border-collapse:collapse;
  width: 100%;
}


table.tstyle th {
  background-color: #E4E3E3;
  padding: 5px; 
}


table.tstyle .link3 {
  color: #000000;
}


table.tstyle td {
  padding: 10px 15px 10px 10px;
}