body{ 
	margin:0; 
	padding:0;
	background: #f1f1f1 url(/static/images/img01.jpg) repeat-x;
	font-family: Helvetica Neue, "Arial", Helvetica, Geneva, sans-serif;
	color: #3875d7;
}

p {
	font-size: 12px;
	color: #808080;
}

h1 {
	font-size: 25px;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin: 5px;
} 

li {
	color: #3875d7;
	font-size: 12px;
	text-indent: 25px;
	list-style-type: circle;
}

a {
    text-decoration: none;
    color: #939393;
    font-size: 14px;
}

#pagecontainer{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	position: relative;
}

#header {
	width: 798px;
	height: 250px;
	background: white url(/static/images/main_banner.jpg) no-repeat;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	margin-top: 10px;
}

#banner {
	width: 798px;
	height: 70px;
	background-image: url(/static/images/logo_banner.jpg);
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	background-color: white;
}

#menu {
  width: 798px;
  height: 40px;
  background: url(/static/images/img04.jpg) no-repeat left top;
  font-family: Arial, Helvetica, sans-serif;
  	border-right: 1px solid silver;
	border-left: 1px solid silver;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#menu li {
	float: left;
	background: url(/static/images/img05.gif) no-repeat right top;
	height: 40px;
	padding: 0 15px 0 15px;
	text-indent: 15px;
	list-style-type: none;
}

#menu a {
  display: block;
  float: left;
  height: 25px;
  margin-right: 1px;
  padding: 13px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#menu a:hover {
  color: #fec34f;
}

#menu .current_page_item a {
  color: #fec34f;
}

#contentcontainer {
	width: 798px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: white;
	padding-top: 10px;
} 

#content {
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	position: relative;
	margin-bottom: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding: 7px;
}

#sidebarleft {
	width: 175px;
	padding: 5px;
	margin-bottom: 14px;
	margin-left: 14px;
	float: left;
}

#sidebarleft h1,
#sidebarright h1 {
	font-size: 16px;
}

#sidebarleft li,
#sidebarright li {
	font-size: 12px;
	color: #808080;
	text-indent: 1px;
}

#sidebarleft h4,
#sidebarright h4 {
	margin-top: 0;
	margin-bottom: 0;
}

#sidebarleft ul,
#sidebarright ul {
	margin-top: 5px;
	padding-left: 24px;
}

#sidebarright {
	width: 175px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	padding: 5px;
	float: right;
}

#fill {
	width: 700px;
	clear: both;
	height: 5px;
	position: relative;
	margin-left: 48px;
	margin-right: 48px;
}

#column1,
#column2,
#column3 {
	width: 238px;
	padding: 5px;
	float: left;
}

#column1 {
	margin-bottom: 14px;
	margin-left: 14px;
	margin-right: 5px;
}

#column2 {
	margin-bottom: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

#column3 {
	margin-bottom: 14px;
	margin-left: 5px;
	margin-right: 14px;
}

#fillbottom {
	clear: both;
	height: 5px;
	border-top: 1px solid silver;
	background-color: #4b89d0;
	position: relative;
}

#footer {
	height: 40px;
	background-image: url(/static/images/img02.jpg);
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 5px;
}

.moveleft {
	margin-right: 203px;
	margin-left: 14px;
}

.moveright {
	margin-left: 203px;
	margin-right: 14px;

}

.center {
	margin-left: 203px;
	margin-right: 203px;
	text-align: center;
}

.full {
	margin-left: 14px;
	margin-right: 14px;
}

.orange {
	color: #ff7c00;
}

.columntext h1 {
	background: url(/static/images/img07.gif) no-repeat left 70%;
	border-bottom: 1px dashed #939393;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	text-align: left;
	text-indent: 24px;
	text-transform: capitalize;
}

.columntext p {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 0;
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
}

td.helpHed { 
	border-bottom: 1px solid #4b89d0;
	border-left: 1px solid #4b89d0;
	background-color: #ccc;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	font-size: 11px;
}

table.sofT { 
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 250px;
	border: 1px solid #4b89d0;
	border-spacing: 0px;
	text-indent: 5px;
	float: left;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 15px;
}

form {
  width: 715px;
  height: 400px;
  color: #3e4a49;
  background-color: #fef7d6;
  padding: 20px;
  border: 2px solid #4899be;
  font-size: 1em;
}

form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 9em;
  margin-right: 1em;
  text-align: right;
}

input {
  width: 40em;
}

input.button {
  width: 10em;
  float: right;
}
