/* Company global style definitions */
/* Elements */
h1 {
	font-family: verdana;
	color: blue
}
h2 {
	font-family: verdana;
	color: blue
}
h3 {
	font-family: verdana;
	color: blue
}
h4 {
	font-family: verdana;
	color: blue
}
h5 {
	font-family: verdana;
	color: blue
}
p {
	font-family: verdana;
	color: blue
}
li {
	font-family: verdana;
	color: #006400;
}
blockquote {
	font-family: verdana;
	color: blue
}
td {
	font-family: verdana;
	color: black
}
hr {
	text-align: center;
	width: 80%;
	color: #ff8c00;
}
img {
	border: 0px;
}
form {
	font-family: verdana;
  color: blue
}
li {
	font-family: verdana;
	color: #006400;
}
/* Classes */
.theme {
	font-family: verdana;
	color: blue
}
.inverse {
	font-family: verdana;
	color: white
}
.normal {
	font-family: verdana;
	color: black
}
/* Style Classes */
.header1 {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 200%;
	background-color: #6A5ACD;
}
.header2 {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 110%;
	background-color: green
}
.table {
	font-family: arial;
	color: white;
	font-weight: bold
}
.smalltitle {
	font-family: verdana;
	color: blue;
	font-weight: bold;
	font-size: 110%
}
.copyright {
	font-family: verdana;
	color: blue;
	font-size: 90%
}
.services {
	font-family: verdana;
	color: green;
	font-weight: bold
}
.note {
	font-family: verdana;
	color: red;
}
.note1 {
	font-family: verdana;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
}
.price {
	font-family: verdana;
	color: #A52A2A;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin-left: 3px;
}
.dotcolor {
	color: #ff8c00;
	font-weight: bold
}
.comment {
	font-family: verdana;
	color: black;
	font-size: 10pt;
	margin: 3px;
	text-align: left;
}
.more {
	font-family: verdana;
	color: green;
	font-size: 12pt;
	margin: 3px;
	text-align: center;
}
.separator {
	font-family: verdana;
	color: black;
	font-size: 90%
}
.text {
	font-family: verdana;
	color: black;
	font-weight: bold
}
.sig {
	font-family: brush script mt;
	font-size: 18pt
}
.menu {
	font-family: verdana;
	background-color: blue;
	color: white;
	font-weight: bold
}
/*
  For use when you do not want two linefeeds after the header. Font-size per
  centages approximate the h1-h5 tags.
*/
.hdr1 {
	font-family: verdana;
	color: blue;
	font-size: 180%;
	font-weight: bold
}
.hdr2 {
	font-family: verdana;
	color: blue;
	font-size: 130%;
	font-weight: bold
}
.hdr3 {
	font-family: verdana;
	color: blue;
	font-size: 100%;
	font-weight: bold
}
.hdr4 {
	font-family: verdana;
	color: blue;
	font-size:  96%;
	font-weight: bold
}
.hdr5 {
	font-family: verdana;
	color: blue;
	font-size:  90%;
	font-weight: bold
}
/* Links */
a:visited {
	color: #00FF00;
	text-decoration: underline
}
a:active {
	color: #008000;
	text-decoration: none
}
a:link {
	color: #008000;
	text-decoration: underline
}
a:hover {
	color: blue;
	text-decoration: none
}
div#container {
	width: 9in;
  background: #D3D3D3;
}
div#masthead {
	margin: 0 auto;
	background: white;
	width: 7.5in;
	text-align: center;
}
div#page {
	width: 7.5in;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
div#update {
  float: left;
  color: black;
}div#column1 {
	float: left;
	width: 24%;
}
div#column2 {
	float: left;
	width: 50%;
}
div#column3 {
	float: left;
	width: 25%;
}
div#footer {
	clear: left;
	width: 7.5in;
	background: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mastheadl {
	background-color: #0000cc;
	color: white;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 30pt;
	font-family: arial;
	font-weight: bold;
}
.mastheadr {
	background-color: #0000cc;
	color: white;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 30pt;
	font-family: arial;
	font-weight: bold;
}
.submast {
	background-color: green;
	color: white;
	text-align: center;
	margin: 3px;
	padding: 3px;
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
}
.ifreedom {
	font-family: Times New Roman;
	color: orange;
	font-weight: bold
}
.cap {
	font-family: Times New Roman;
	color: orange;
	font-weight: bold;
	font-size: 130%
}
.clickBanner {
	font-family: arial;
	font-size: 8pt;
}
.small {
	font-family: arial;
	font-size: 80%;
	color: black;
}
.divider {
	float: left;
	width: 1px;
	height: 750px;
	background-color: green;
}
div.segment {
	float: left;
	width: 45%;
	margin: 2%;
}
.center {
	margin: 0 auto;
}
div#html {
  float: left;
  margin-left: 1em;
}
div#css {
  float: right;
  margin-right: 1em;

}