/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

html,body { 	
	background-color: #ffffff; 
	font-family: 'Trebuchet MS', Times, serif;
	font-size: 12px;
	color: #777777;
	line-height: 150%;
}

h1 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
}

h2 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #333333;
	margin-top: 8px;
}

.small {
	font-size: 11px;
	letter-spacing: normal;
	color: #777777;
	font-weight: normal;
	border-left: 1px solid #cccccc;
	padding-left: 6px;
	margin-left: 0px;
	line-height: 14px;
}

a {
	color: #0d55a9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#left-column > ul {
	margin-top: 16px;
}

#left-column h2 {
	display: block;
	text-align: right;
}

#left-column ul li ul li, #right-column li {
	text-align: right;
	/* border-bottom: 1px solid #cccccc; */
	padding: 2px 0px 2px 0px;
	color: #333333;
}


#right-column form li {
	text-align: left;
}

strong {
	color: #333333;
}

p {
	margin: 12px 0px;
}

img {
	margin: 6px 12px 6px 6px;
	border: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#container {
	width: 890px;
}

#image {
	margin-bottom: 24px;
}

#title {
	height: 98px;
	background: #ffffff url('images/logo.jpg') no-repeat;
	background-position: 24px 28px;
}

ul#menu {
	float: right;
	height: 49px;
}

ul#menu li {
	float: left;
	margin-left: 24px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	max-width: 80px;
	text-align: center;
}

#menu a {
	color: #333333;
	display: block;
	padding-top: 40px;
	background-color: #ffffff;
	padding: 40px 2px 2px 2px;
	letter-spacing: 1px;
}

#menu a:hover, #menu li.current_page_item a {
	background-color: #0d55a9;
	color: #ffffff;
	text-decoration: none;
}

#left-column {
	width: 198px;
	float: left;
	display: inline;
	margin-left: 24px;
	padding-right: 32px;
	border-right: 1px solid #cccccc;
}

#right-column {
	width: 603px;
	float: right;
	display: inline;
	padding-left: 32px;
}

#footer {
	height: 32px;
	line-height: 32px;
	margin-top: 16px;
}

.screen-reader-text {
	display: none;
}

#searchform {
	text-align: right;
}

#s {
	width: 130px;
}

/* `Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* FORMS */

form fieldset {
  margin-bottom: 10px;
  border: 1px solid #000000;
  text-align: left;
  padding: 12px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: block;
  float: left;
  /*line-height: 1.8;*/
  padding: 0.5em 0;
  margin-right: 12px;
  vertical-align: top;
  width: 120px;
  overflow: visible;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  display: block;
  text-align: left;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
  float: none;
  padding: 0.2em 0;
  margin-left: 132px;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}

/* Clear fix for li */
form li:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

form li {
	display: inline-block;
}

* html form li {
	height: 1%;
}
