@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #034695 url(../assets/images/layout/bg.jpg) repeat center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

* html #navigation a {
  width: 100%;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../assets/layout/layout_04.jpg) repeat-y;
} 

#header {
	background: #DDDDDD url(../assets/images/layout/layout_01.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 156px;
	margin: 0px;
} 

#navigation {
	margin: 0px;
	padding: 0px;
	height: 33px;
}
#contentWrapper {
	margin: 0px;
	padding: 20px 0px 0px;
	background: url(../assets/images/layout/layout_03.jpg) repeat-y;

}

#mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	width: 650px;
	float: left;
	display: inline;
} 

#mainContent h1 {
	font-size: medium;
	color: #003366;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
}
#mainContent h2 {
	font-size: 14pt;
	color: #01307E;
	font-style: italic;
	margin: 20px 20px 10px 0px;
	padding: 0px;
	width: 300px;
}
#mainContent h3 {
	font-size: 12pt;
	border-bottom: thin dotted #B3D7FF;
}

#mainContent p {
	font-size: small;
}


#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0px 0px;
	font-size: small;
	text-align: center;
	margin: 0px;
}
#sidebarBottom {
	background: url(../assets/images/layout/sidebar_03.jpg);
	margin: 0px;
	padding: 0px;
	height: 27px;
}
#sidebarContent {
	background: url(../assets/images/layout/sidebar_02.jpg) repeat-y;
	margin: 0px;
	padding: 0px 7px;
}
#sidebar h1 {
	background: url(../assets/images/layout/sidebar_01.jpg) no-repeat;
	margin: 0px;
	height: 31px;
	padding-top: 10px;
	font-size: medium;
	color: #FFFFFF;
}
#sidebar  p {
	font-size: 9pt;
	margin: 0px 0px 10px;
	padding: 0px;
}

#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../assets/images/layout/layout_04.jpg) no-repeat;
	margin: 0px;
	clear: both;
} 
#footer a {
	color: #FFFF00;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer h1 {
	font-size: small;
	padding: 0px 25px;
	text-align: center;
	margin: 0px 0px 20px;
	color: #034695;
}
#footer h2 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}
#emailFormHalfPage {
	margin: 0px 0px 0px 20px;
	padding: 10px;
	float: right;
	width: 50%;
	border: 1px dashed #666666;
}
#emailFormHalfPage input {
	float: right;
	width: 100px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#twoHalves {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
#twoHalves h1 {
	font-size: large;
	font-style: italic;
}

.twoHalves_left {
	margin: 0px 10px 0px 0px;
	padding: 10px;
	float: left;
	width: 315px;
	border-right: thin dotted #999999;
}
.twoHalves_right {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
	width: 290px;
}

input.txt {
	color: #034695;
	border: 1px inset #00008B;
	width: 200px;
	background: #D5DDE6;
}
#textarea {
	background: #D5DDE6;
	color: #034695;
}

input.btn {
	color: #034695;
	background-color: #D5DDE6;
	border: 1px outset #00008B;
}
#subject {
	width: 350px;
}

form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
form div label {
  float: left;
  width: 40%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
ul#multiColLists	{	
	float:left;	
	width: 600px;	
	margin: 5px 0 10px 35px;    
	padding: 0;
}
ul#multiColLists li	{	
	float:left;	
	width: 150px;	
	margin: 5px 0 0 0;    
	padding: 0;
}
