/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #d8eafd;
	font-size: 14px;
	color: #00288c;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #00288c;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #0066cc;
	text-decoration:none;
	border-bottom: 1px dotted #fff900;
}

a:hover {
	text-decoration: none;
	color: #cc9900;
}

img {
	border: 0;
	vertical-align:middle;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img01.gif) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	text-align: right;
	color: #022894;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 100px;
}

#header a {
	color: #ffd800;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 460px;
}

.post {
	padding: 0 0 20px 0;
}

.inline-i {
  float: left;
  width: 165px;
  border: thin black solid;
  background-color:#000000;
  margin: 0;
  padding: 0;
}
.inline-p {
  float: right;
  width: 250px;
  margin: 0;
  text-align: left;
  padding: 0 0 0 10px;
  font-size:17px;
  font-weight:bold;
}

.title {
	margin: 0;
	border-bottom: 2px solid #ffd100;
	font-weight:bold;
}

.subhead {
	margin: 0;
	font-weight:bold;
}

.byline {
	margin: 0;
	color: #ffd800;
}

.meta {
	text-align: right;
	color: #ffe900;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 2px solid #ffd100;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #ffd100;
}

#sidebar a {
	text-decoration: none;
}


#sidebar li a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Quote */

#quote {
	clear: both;
	width: 760px;
	height: 218px;
	margin: 0 auto;
	padding: 20px 400px 0px 0px;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}


/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #ffd100;
	text-align: right;
	font-size: smaller;
}

/* Form */


.cssform p{
width: 356px;
clear: left;
margin: 0;
padding: 5px 0px 8px 0px;
padding-left: 105px; /*width of left column containing the label elements*/
background-color:#dddbdb;
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
padding-left: 10px;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}

.cssform textarea{
width: 200px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* financial report */
.report p{
width: 305px;
clear: left;
text-align: center;
margin: 0;
padding: 5px 0px 8px 0px;
}

.report table{
width: 325px;
clear: left;
margin: auto;
padding: 5px 0px 8px 0px;
}

.caption{
	margin-left: -237px; /*width of left column*/
	width: 230px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    vertical-align: top;
	text-align:left;
}

.amount{
text-align: right;
margin-left: -237px; /*width of left column*/
width: 75px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

