/*-----------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
BODY,html { 
    height: 100%;
	background-image: url("../images/vbar_rep.jpg");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px 0px 0px 0px;
}
/*-----------------------------------------------------------------------------------------------------*/

img {border:0px}

ul {list-style-type:square;
    margin-top:0px}
    
td {vertical-align:top;}

/*-----------------------------------------------------------------------------------------------------*/
/* this is the style of the main table */
.bg {
    height:100%;
    width:100%;
    vertical-align: top;
    background-image: url('../images/hbar_rep.jpg'); 
    background-repeat: repeat-x;	
}
/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* this style will be used to set the padding of the body text as well as the font color, family etc...*/
.pageHeader
{
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: #9B9B9B;
	padding-bottom: 10px
}
/*-----------------------------------------------------------------------------------------------------*/	


/*-----------------------------------------------------------------------------------------------------*/
/* this style will be used to set the padding of the body text as well as the font color, family etc...*/
.bodyStyle{
	width: 370px;
	height:350px;
	padding-left:32px;
	padding-right: 36px;
	vertical-align:top;
	text-align:left;
	line-height: 2;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #878787;
}
/*-----------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------*/
/* this style will be used to set the padding of the body text as well as the font color, family etc...*/
.bodyHeader{
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #2D599F;
}
/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* this style will be used to set for links in the body text                                           */
a.bodylink{
	color: #878787;
	text-decoration: none;
}

a.bodylink:hover{
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------*/	

/*-------------------------------------------------------------------------------------------------------------*/
/* this style will be used to set the padding of the right column text as well as the font color, family etc...*/
.rtcolStyle{
	vertical-align:top;
	text-align:left;
	line-height: 2;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #878787;
}
/*-------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------*/
/* this class handles all of the hover and static properties for the bottom nav bar	                   */
td.btmNav{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	color: #878787;
	letter-spacing: 0.02cm;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 32px;
	padding-bottom: 16px;
}

a.btmNav{
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	font-size: 9px;
	color: #878787;
	letter-spacing: 0.02cm;
}

a.btmNav:Hover{
	text-decoration: underline;

}
/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
/* this style will be used to set the padding of the body text as well as the font color, family etc.  */
/* for the information appearing in the right hand colum                                               */
.rightbodyStyle{
	padding-left:32px;
	padding-right: 36px;
	padding-top:20px;
	vertical-align:top;
	text-align:left;
	line-height: 2;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #878787;
}

.rightul
{
    list-style-type:square;
    margin-top:5px;
}
/*-----------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------*/
/* this class handles all of the hover and static properties for the copyright	                       */
.copyright{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	color: #878787;
	text-align:left;
	padding-left: 30px;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 16px;
}

a.credit{
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	font-size: 9px;
	color: #878787;
}

a.credit:Hover{
	text-decoration: underline;

}
/*-----------------------------------------------------------------------------------------------------*/
/* Settings for the contact page                                                                       */

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.textInput
{
    border: #dedccd 1px solid;
    font-size: 10px;
    font-family: arial, sans-serif;
    background-color: white
}
select
{
    border: #dedccd 1px solid;
    font-size: 10px;
    font-family: arial, sans-serif;
    background-color: white
}
textarea
{
    border: #dedccd 1px solid;
    font-size: 10px;
    font-family: arial, sans-serif;
    background-color: white
}
/*-----------------------------------------------------------------------------------------------------*/
