html, body {
	height: 100%;
	font: 12pt Arial, Helvetica, sans-serif;;
	background: #000 url("images/lineBackVERT.gif") 320px 0% repeat-y;
	}
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #000;
	}
#sideBar {
	width:341px;
	background: #000 url("images/lineBackVERT.gif") top right repeat-y;
	}

	
#contentZone {
	background: #000 url("images/lineBackHOR.gif") top left repeat-x;
	}

/* START NAVIGATION BAR */

#navcontainer 
{ 
width: 128px;
height: 809px;
*width: 133px;
background: url("images/navBack.gif") top left no-repeat;
padding-top:45px;
*padding-top:75px;
float:left;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 10px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-variant: small-caps;
font-size: 18px;
*font-size: 17px;
letter-spacing: 0.2ex;
font-weight:bold;
font-style: italic;
}

#navcontainer a
{

display: block;
padding: 8px 0px 8px 0px;
*width: 133px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
color: #19a2ce;
text-decoration:underline;
}


/* END NAVIGATION BAR */
	
#content {
color:#fff;
clear:left;
width:510px;
float:left;
position:absolute;
top:380px;
left:375px;
padding:20px 30px 0px 25px;
  /*overflow: auto;*/
  background: url("images/content.png") top left no-repeat;
  -background: url("images/blackBack.gif") top left repeat;
  text-align:justify;
  line-height:1.5em;
}	

#content a {
color:#0ea5d8;
text-decoration:underline;
}

#content a:link {
color:#0ea5d8;
text-decoration:underline;
}

#content a:hover {
color:#ffd200;
text-decoration:underline;
}

#content .contentImg {
border:1px solid #ffd200;
float:right;
margin:5px 0 5px 15px;
}

#content .contentImg2 {
border:1px solid #ffd200;
float:left;
margin:5px 15px 5px 0px;
}

#content .contentImgBorder {
border:1px solid #ffd200;
}

.checkBox{
width:30px;
margin:0;
padding:0;
}

select {
margin-right:10px;
}

 input {
  width: 230px;
  font-size: 8pt;
  }
 
  .label {
letter-spacing:2px;
font-weight:bold;
font-size:12px;
  }
 
 
   
  .error {
text-align:left;
font-size: 10pt;
  color: #FF0000;
  display:none;
  font-weight:bold;
  letter-spacing:2px;
  }
  
  form{
  margin:0;
  padding:0;
  }


#content h2 {
color:#0ea5d8;
font-size:19px;
line-height:24px;
font-variant:small-caps;
 text-align:right;
 margin-bottom:10px;
}
	
#flashBox {
width:451px;
float:left;
position:absolute;
top:0;
left:470px;
*left:485px;
}
	
	
#footer{
color:#333333;
text-align:center;
font-size:10px;
margin-bottom:10px;
position: fixed;
bottom: 0px;
left:50px;
-margin-top:30px;
}

#footer a{
color:#333333;
text-decoration:underline;
}

#footer a:link{
color:#333333;
text-decoration:underline;
}

#footer a:hover{
color:#ffd200;
text-decoration:underline;
}

