/* ----------------------------------------------------------------+
 |  Cascading Style Sheet                                          |      
  -----------------------------------------------------------------*/

    html, body {
    background-color: #fff;
    cursor: default;
    font-family: Georgia, arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: normal;
    margin: 0px auto;
    width: 1000px;
    padding: 0px 0px 0px 0px;
    min-width: 1000px;
    text-align: center;    
  }

a:link,a:active,a:visited {
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#A83C0F;
text-decoration:none;
}
a:hover {
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#EBAB00;
text-decoration:none;
}

.selected{
background-color: transparent;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#EBAB00;
text-decoration:none;
}

  img, img a {
    border: none;
  }

h1 {
      background-color: #transparent;
      padding: 0px 0px 10px 0px;
      margin: 0px auto;
      font-family: "Arial",sans-serif;
	font-size: 14pt;
      color: #5e6563;
      text-align: left;
}

/*
 ---------------------------------------------------------------------
 |  ID's and Classes
 ---------------------------------------------------------------------
*/
#content {
background-color: #fff; 
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 1000px;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: normal;
color:#000;
text-align: center;
}
#wrapper {
width: 1000px;
}
#banner {
margin-top: 20px;
width: 1000px;
height: 75px;
text-align: left;
}
#content_wrapper{
width: 1000px;
text-align:center;
}
#nav {
background-color: #fff; 
margin: 0px auto;
padding: 0px 0px 0px 10px;
width: 160px;
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18pt;
color:#efefef;
text-align: left;
float:left;
}

#middle {
background-color: transparent; 
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 12pt;
color: #efefef;
line-height: 16pt;
margin: 0px auto;
padding: 0px 0px 0px 20px;
width: 750px;
text-align: left;
/* float: left; */
}

#middle a:link {
font-size:12pt;
text-decoration:none;
/* border-bottom:2px dotted #85d5f5; */
}

#right {
background-color: transparent; 
font-family: Georgia, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000;
line-height: 12pt;
margin: 0px auto;
padding: 0px 20px 0px 30px;
width: 500px;
height:450px;
text-align: justify;
float: left;
overflow:auto;
}

#bottom {
margin: 0px auto;
width: 1000px;
clear: both;
padding: 30px 0px 30px 0px;
font: 9pt Geneva,Arial,sans-serif;
color: #999;
text-align: center;
position:relative; 
bottom: 0px;
}

#footer {
margin: 0px auto;
width: 1000px;
clear: both;
padding: 30px 0px 30px 0px;
font: 9pt Georgia,Arial,sans-serif;
color: #333;
text-align: center;
position:relative; 
bottom: 0px;
}

#form {
width: 500px;
/* float: left; */
padding: 0px 0px 0px 20px;
font: 13pt Arial,Arial,sans-serif;
}
.month{
      background-color: #transparent;
      padding: 0px 0px 0px 0px;
      font-family: "Helvetica",sans-serif;
	font-size: 14pt;
      color: #8e7eb5;
      text-align: left;
	border-top: 1px solid #9e8ec5;
	border-right: 1px solid #ae9ed5;
}

div.docBlock {
	margin-bottom: 2em;
	min-width: 600px;
	padding: 0.8em !important;
}

div.docBlock .code {
	background-color: #FFFDE8;
	border-color: #003366;
	border-style: solid;
	border-width: 0.1em;
	color: #333333;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em;
	padding: 1em;
}

div.docBlock table {
	background-color: #7E9FDA;
	width: 100%;
}

div.docBlock td {
	background-color: #FFFDDD;
	padding: 0.2em;
	vertical-align: top;
}

div.docBlock, fieldset, input, textarea {
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	/* padding: 0.1em; */
}

fieldset {
	padding: 1em;
}

input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

