body {
  background-color: #416187;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  line-height: 1.21;	
}

a {
  color: #233769;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000066;
  background-color: #FFFFFF;
}



blockquote {
  font-style: italic;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
  color: rgb(72,31,3);
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

.titles {
	margin: 2px 5px 10px 2px;
	padding: 3px;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #416187;
}
.right_box {
	margin: 6px 17px 0px 17px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.right_box ul {
  list-style-type: square;
  list-style-position: outside;
  text-indent: -20px;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  text-indent: 15px;
}


#main {
  background-color: #EAEFF4;
  margin: 0px auto;
  text-align: left;
  width: 650px;
  border-left: 1px solid #EAEFF4;
  border-right: 1px solid #EAEFF4;
}

#titleBar  {
	padding: 0;
	height:162px;
	border-top: 3px solid #314110;
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: #233769;
	border-top: 5px solid #597d19;
	color: #ffffff;
	padding: 2px .5em;
}
#copyright a{
	color: #AEC1D9;
	text-decoration: underline;
}

#content {
  background-color:#EAEFF4;
  background-image: url(../images/header2.jpg);
  background-attachment: fixed;
  background-position: left top;
  background-repeat:no-repeat;
	padding: .1em 1em .25em 1em;
}


#content2 {
  background-color:#EAEFF4;
  background-image: url(../images/header3_bottom.jpg);
  background-attachment: fixed;
  background-position: left top;
  background-repeat:no-repeat;
	padding: .1em 1em .25em 1em;
}


/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #EBF0F5;
  border: 1px solid rgb(0,0,0);
  float: right;
  font-size: 10pt;
  margin: 0px 3px;
  width: 180px;
}


.sideBarHdr {
  background-color: #314110;
  color: #FFFFFF;
  border-left: 10px solid #597D19;
   border-bottom: 1px solid #416187;
  font-weight: bold;
  padding: .5em;
}


.sideBarTxt {
	display: block;
    padding: 4px .5em 4px .5em;
	border-top: 1px solid #000000;
  	background-image: url(../images/bar.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}
.sideBarTxt a {
	display: block;
	padding: 2px;
}
.sideBarTxt a:hover {
	background-color: #416187;
	color: #CCCCCC;
	display:block;
}

.box {
	border: 1px solid rgb(74,0,0);
	margin: 5px auto 3px auto;
	padding: 4px;
	background-color: rgb(235,232,217);
}
.frame {
	border-top: 1px solid #233769;
	border-bottom: 1px solid #233769;
	border-left: 10px solid rgb(49,83,131);
	border-right: 10px solid #314110;
	margin: 20px 0 20px 0;
	width: 90%;
	padding: 5px;
	background-image: url(../images/bar.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	font-weight:bold;
	color: #233769;
	text-align: center;
}

.line {
	border: 1px solid #000000;
}
