#txtMessage
{
	width: 250px;
}

#nav a
{
	/*margin-bottom: 5px;*/
}

.row
{
	width: 100%;
	margin-bottom: 20px;
}

.row label
{
	float:left;
	width: 100px;
}

.row input
{
	float:left;
}

.rowLeft, .rowMiddle, .rowRight
{
	float:left;
	margin-right: 20px;
	text-align: left;
	width: 13.7%;
}

.rowLeft label, .rowMiddle label, .rowRight label
{
	margin-bottom: 0px;
	width: auto;
}

.clear, .row
{
	clear:both;
	float:left;
}

.keywords
{
   font-size: 1px;
   color: white;
}

.picWrapper
{
	width: 100%;
	/*border: dashed 1px red;*/
}

.picLeft 
{
   float: left;
   padding-right: 10px;
   /*border: solid 1px blue;*/
}

.picLeft img
{
	/*height: 226px;
	width: 300px;*/
	height: 113px;
	width: 150px;	
	border:none;
}

.picRight
{
	/*float:left;*/
	/*border: solid 1px purple;*/
   /*float: right;
   padding-left: 10px;*/
}

.picRight img
{
	height: 113px;
	width: 150px;
	/*float: left;*/
}

p, .firstParagraph
{
	margin-top: 10px;
	text-align:justify;
}

footer {
	color: #FFFFFF;
	background: url(../Images/footer_bg.gif) repeat-x;
	position: absolute;
	bottom: 20px;
}

.menuClicked
{
	background: url(../Images/menu_background_clicked.png) repeat-x;
}

.menu
{
	background: url(../Images/menu_background.png) repeat-x;
}

.menu, .menuClicked
{
	padding: 10px;
	text-align: center;
	font: Century Gothic;
	font-size: 12px;
	color: White;
	/*vertical-align: sub;*/
}

.heading
{
	/*padding-bottom: 42px;*/
}

.pageHeading
{
	padding-bottom: 10px;
}

.table
{
	width: 768px;
	height: 88px;
}

.tableColumnLeft
{
	padding: .75pt .75pt .75pt .75pt;
	height: 16px;
	width: 659px;	
}

.tableColumnRight
{
	width: 50px; 
	height: 16px;
	text-align: center;
}

html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

a {	
	text-decoration: none;
}

a:hover {	
	color: Red;
}

.left {
	float: left;	
}
.clear {
	clear: both;
}

body, h1, h2, h3, form{
	font: 12px tahoma, arial, sans-serif; /*was 10px*/
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}


body {
	background: url(../Images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 930px;/*774px;*/
	min-height: 768px;
}

#header {
	height: auto; /*203px;*/
	position: absolute;	
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}
#header p 
{
	
	font: 14px verdana;
	color: White;
	margin-top: 5px;
	margin-bottom: 18px;
	
}


a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 210px;
	text-align: justify;
}

#footer
{	
	/*text-align: left;*/
	margin: auto;
	width: 930px;/*774px;*/
	clear:both;
	display:block;
	font-size:80%;	
	text-align:right;
	margin-top: 20px;
}

#footer p.ls
{
	float:left;
}

#footer p
{
	float:right;
	margin: 0;
	padding: 0;
}



