* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  background:#d4e1f2 url(./bg.png) repeat-x;
}

body {
  width:960px;
  margin:0 auto;
  font:62.5% 'Trebuchet MS', Helvetica, Arial, sans-serif; 
}

#masthead {
  height:120px;
  background-image:url(./logo.png);
  background-position:center center;
  background-repeat:no-repeat;
}

p, li {
  color:#4f647b;
}

a {
  color:#0099cc;
}

div#content {
  background:#fff url(./content_top.png) no-repeat;
  padding-left:30px;
  padding-top:30px;
  padding-bottom:30px;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

#main_content {
  width:630px;
  margin-left:20px;
  float:left;
}

#main_content a {
  color:#0099cc;
}

#main_content h1 {
  color:#330066;
}

#main_content h2, #main_content h3, #main_content h4, #main_content h5  {
  color:#FF9600;
}

#main_content h1 {
	font-size:3em;
	margin-bottom:5px;
}

#main_content h2 {
  font-size:2em;
  margin-bottom:10px;
}

#main_content p {
  font-size:1.4em;
  line-height:2em;
  margin:10px 0;
}

.article {
  margin-bottom:30px;
}

.article blockquote {
  padding-left:10px;
  margin:15px 10px;
  border-left:5px solid #330066;
}

.article ul, .article ol {
  margin:10px;
}

.article ul li {
  font-size:1.4em;
  margin:5px 0 5px 10px;
  list-style:square;
}

.article ul li li, .article ol li li {
  font-size:1em;
  list-style:circle;
}

.article ol li {
  font-size:1.4em;
  margin:5px 0 5px 20px;
  list-style:decimal;
}

#hd {
	width:960px; 
	height:11px; 
	background:transparent url(./content_top.png) top no-repeat;
}

#main_content p.byline {
  font-size:1.2em;
}

ul.article_footer {
  background:#e4edf8; 
  text-align:right;
  padding:15px 0 15px 10px;
  margin:20px 0 0;
}

ul.article_footer li {
  display:inline;
  margin:0 10px 0 0;
  padding-right:10px;
  border-right:1px dotted #0099cc;
}

ul.article_footer li.last {
  border-right:0;
}

#main_content ul.article_footer li a {
  color:#0099cc;
}

#main_content table {
	margin-bottom:1em;
}

#main_content table tbody tr td, #main_content table tbody tr th {
	font-size:1.4em;
	padding-right:0.5em;
	color:#4f647b;
	text-align:left;
}

#main_content table tbody tr th {
	font-weight:bold;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

#secondary_content {
  width:250px;
  float:left;  
}

#secondary_content p {
  font-size:1.2em;
  line-height:1.75em;
  margin-bottom:10px;
  font-style:italic;
}

ul#nav {
  margin-left:0px;
}

ul#nav li {
  display:inline; /* Prevents weird line-break issue with IE6 */
}

ul#nav li a {
  display:block;
  padding:10px 15px;
  background:#e4edf8 url(./dots.gif) bottom repeat-x;
  text-decoration:none;
  font-size:1.4em;
  font-weight:bold;
  border-right:11px solid #FFF;
  color:#33066;
}

ul#nav li a#current {
  background:#d4e1f2 url(./arrow.gif) right center no-repeat;
  border-right:0;
  /* padding-left:26px; */
  color:#330066;
}

ul#nav li a:hover {
  background:#DCE8F8 url(./dots.gif) bottom repeat-x; 
  color:#330066;
}

#secondary_content h2 {
  font-size:1.6em;
  margin-bottom:8px;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  clear:both;
  width:960px;
  height:11px;
  background:url(./content_bottom.png) top no-repeat;
  text-align:center;
  padding:20px 0;
}

ul#footer li {
  display:inline;
  margin-right:10px;
}

ul#footer li a {
  text-decoration:none;
  font-weight:bold;
}

ul#footer li a:hover {
  text-decoration:underline;
}

/*-----------------------------------------------------------------------------

  Clearfix

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

.article ul.form_warning {
	margin-left:0;
	padding-left:0;
}

.article ul.form_warning  li {
	color:#FF9600;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.article label.text, .article label.textarea {
	display:block;
	font-weight:bold;
	width:40em;
}

.article p.formtextarea textarea {
	width:350px;
}

.article p.formtext input.text {
	width:350px;
}

.article p.formselect label.select {
	display:block;
	font-weight:bold;
}

.article p.formcaptcha {
	display:block;
	margin-left:150px;
	margin-bottom:1em;
}

.article p.formcaptcha img {
	border:5px solid #e7e7e7;
}

.article p.formcaptcha label {
	width:135px;
	height:45px;
}

.article p.formcaptcha span {
	display:block;
	font-size:11px;
}

.article p.formcaptcha input[type=text] {
	width:5em;
}
