body
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #000000;
  background-image: url(../images/bg-image.jpg);
  background-repeat: repeat-x;
  font-family: 'Arial', 'arial', Arial, sanserif;
  font-size: 0.95em; 
}

p, blockquote, ul, li
{
  text-align: left;
}

#outerframe
{
  background-color: transparent;
  position: relative;
  width: 100%;
  height:100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

#mainframe 
{
	background-color: #FFFFFF;
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 0px;
	width: 800px;
  min-height: 500px;
  overflow:hidden;
}

#leftbuttons
{
  float:left;
  margin-top: 20px;
  width: 190px;
}

#leftbuttons img
{
  margin-bottom: 10px;
}

#contentframe, #contentframefull, #contentframecandidates
{
  width: 350px;
  margin-left: 10px;
  padding: 5px;
  height: auto;
  text-align: left;
  background-color: #FFFFFF;
  float: left;
}
#contentframefull
{
  margin-left: 25px;
  width: 480px;
}
#contentframecandidates
{
  margin-left: 25px;
  width: 420px;
}

#right-column
{
  float: right;
  margin-top: 5px;
  width: 175px;
  background-image: url(../images/right-column-cap.gif);
  background-repeat: no-repeat;
  background-color: #263d5b;
  color: #FFFFFF;
  padding: 25px;
  font-size: 1em;
}

#right-column a
{
  color: #a0a0a0;
  font-size: .8em;
  text-decoration: underline;
}

#right-column a:hover
{
  color: #b7b7b7;
}

#bottombar {
  float: left;
  width: 100%;
}

.rightimage
{
  float: right;
  margin-left: 5px;
}

.mainimage 
{
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 380px;
}

.mainimage img, .mainimage object
{
  margin: 0px;
  padding: 0px;
}

.homeimage {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 380px;
}

img {
  margin: 0px;
  border: 0px;
}

h1, h2, h3, h4, h5, h6
{
  color: #243571;
}
div.csstbl{
  width: 100%;
  margin-bottom: 25px;
}
div.row {
  clear: both;
  padding-top: 5px;
  width: 100%;
}

div.row span.label {
  float: left;
  width: 160px;
  text-align: right;
}

div.row span.formw {
  float: left;
  margin-left: 6px;
  width: auto;
  text-align: left;
} 

div.row .contact_input {
	width: 200px;
}
div.row .contact_input_large {
	width: 300px;
}

div.row hr { 
	width: 500px;
}

div.row hr.white { 
	width: 500px;
	color: transparent;
	border-color: transparent;
}

h1 { font-size: 1.25em; }
h2 { font-size: 1em; }
h3 { font-size: 0.85em; }
h4 { font-size: 0.85em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.85em; }

input, textarea, .contact_input, select { border: 1px solid gray; }

.smaller_text 
{ 
  color: #666666;
  font-size: 0.8em; 
  text-align: right;
  margin: 25px;
}

blockquote
{
  color: #464646;
  font-size: .95em;
  margin-left: 15px;
}

table.jobView td.label
{
  text-align: right;
  vertical-align: top;
  padding-right:10px;
}
table.jobView td.content
{
  text-align: left;
  vertical-align: top;
  padding-bottom:25px;
}
#errorMess { color:#FF0000; }
