a:link, a:visited {font-family: 'Tahoma','Arial',sans-serif; font-size: 12px; color: #fff; text-decoration: none; font-weight: bold;}
a:hover {font-family: 'Tahoma','Arial',sans-serif; font-size: 12px; color: #fff; text-decoration: underline; font-weight: bold;}

img {border: 0;}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background: #f5f5f5 ;
	padding: 0px;
	margin: 5px;
	border: 0px;
}
	
h1 {

	font-size: 130%;}
	
h2 {
	font-size: 115%;}

div {
	vertical-align: top; text-align: left; }

table, td, tr {
	padding: 0px;}

ul {
	padding-left: 30px;}
	


.site_outer {
	width: 980px; margin: 0px auto; padding: 5px; background-color: #fff; height: 100% !important; border: 1px solid #e5e5e5;}

.header {
	width: 980px; height: 90px; margin: 0px; padding: 0px; background: url(../images/header.gif) left top no-repeat;}
	
.logo {
	float: left; margin:0px; padding: 0px;}

.menu {
	float: left;
	display: block;
	width: 960px;
	height: 30px;
	background: url(../images/menu_top3_bg.gif);
	padding: 10px 0px 0px 20px;
	vertical-align: middle;}

.footer {
	width: 980px;
	height: 18px;
	background: url(../images/table_top_bg.gif);
	font-family: 'Tahoma', 'Arial';
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;}

.left_column {
	display: block;
	width: 200px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 20px 50px 20px;
	border: 1px solid #bbb;
    background-color: #f8f8f8;
	}

a.left_column {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

a.left_column:hover{

	text-decoration: underline;
	}
	
#left_column2 {
	display: block;
	width: 200px;
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 5px 20px 50px 20px;
	border: 1px solid #bbb;
    background-color: #f8f8f8;
	}

#left_column2 a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

#left_column2 a:hover{
	text-decoration: underline;
	}

	
#contentForm {
  display: block;
  float: left;
  width: 640px;
  margin-top: 0px;
  margin-bottom: 0px;/*this line will center the page*/
  padding: 5px 30px 5px 30px;
  border: 1px solid #bbb;
  background-color: #f8f8f8;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 200px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  text-align: right;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
}

input.button2 {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/reset.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
	
	

