html, body {
 height:100%;
 margin:0; /*  it's good to have these  */
 margin-top: 5px;
 padding:0;  /*  it's good to have these  */
 background-color:white;  /* you shouldn't forget your background colour. */
 font-size: 0.65em;
 font-size: 12px;
 font-family: verdana;
}

form {
 margin:0;
}
body {
 min-width: 812px; /*  this is for Firefox  */
}

body input.standard {
 background: #FCFCFC;
 border: 1px solid #949494; 
}

body input,select,textarea {
 background: #FCFCFC;
 border: 1px solid #949494; 
}

body input[type="hidden"] {
 background: none;
 border: 0;
}

.highlighted {
 background: yellow;
 color: black;
}

.result_line {
 margin: 2px;
}

.small_text {
 font-size: 10px;
}

.error {
 color: red;
 font-weight: bold;
}

.w270 {
 width: 270px;
}

.w150 {
 width: 150px;
}

.align-left {
 text-align: left;
}

.align-right {
 text-align: right;
}

.align-center {
 text-align: center;
}

body label.standard {
 font-size: 0.95em;
 width: 70px;
 padding-top: 3px;
}

body input,label {
 display: block;
 float: left;
}

body select,label {
 display: block;
 float: left;
}

body textarea,label {
 display: block;
 float: left;
}


#body_wrapper {
 position: relative;
 min-height: 99%;	/*  this is for Firefox  */
 margin: auto;
 width:812px;	
}

* html #body_wrapper {
 height: 99%;	/*  this is for IE  */
 width: 812px;
}

#header {
 position:relative;
 margin:0;
 padding:0;
 height:90px;
 z-index:10;
}

.footer
{
	font-size: 9px;
	text-align: center;
}

img {
 border: 0px;
}

img.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

#inside-wrapper:after {
 content:" ";
 display:block;
 clear:both;
}

* html #inside-wrapper {
 height:1px;
}

#content {
 position: relative;
 width: 288px;
 float: left;
}

#content_right {
 position: relative;
 width: 518px;
 margin-left: 5px;
 float: left;
}

a.subdivision_title {
 color: #142774;
 font-size: 14px;
}

a.subdivision_title:hover {
 color: #142774;
 font-size: 16px;
}

a.subdivision_title:visited {
 color: #142774;
 font-size: 14px;
}

.texttop
{
 vertical-align: text-top;
}

.quote_box
{
 border-left: 1px solid #2D527B;
 border-top: 1px solid #2D527B;
 border-right: 1px solid #89ACD3;
 border: 1px solid #1B3047;
 background-color: #d0d0d0;
 color: black;
 padding: 4px;
 margin: 4px;
 overflow: hidden;
}

input.formatting_button
{
 background-color: #FFFFFF;
 color: black;
 border: 1px solid #ccd2e0;
 font-size: 11px;
 font-family: verdana;
}

body a {
 text-decoration: none;
}

body a:hover {
 text-decoration: underline;
}

body a:visited {
 color: blue;
}

.error {
 color: red;
}

.hidden {
 visibility: hidden;
 display: none;
}

table.std_table
{

}

table.std_table th
{
	background: #E1E1E1;
	border-bottom: 1px dotted #555555;
}

table.std_table td
{
	border-right: 1px dotted #555555;
	border-bottom: 1px dotted #555555;
}

.tag1 {
 font-size: 10px;
 color: darkblue;
}

.tag2 {
 font-size: 12px;
 color: darkblue;
}

.tag3 {
 font-size: 14px;
 color: darkblue;
}

.tag4 {
 font-size: 15px;
 color: darkblue;
}

.tag5 {
 font-size: 18px;
 color: darkblue;
}

.tag6 {
 font-size: 20px;
 color: darkblue;
}

.tag7 {
 font-size: 22px;
 color: darkblue;
}

.comment_box
{
	padding: 10px;
	background: url("/ui/img/comment_back") repeat-x;
	margin-left: 5px;
	border-left: 1px solid #F2F2F2;

}

.comment_info_box
{
	padding: 2px;
	border-top: 1px dotted #3C3C3C;
	border-bottom: 1px solid #FFFFFF;
	background: #EFEFEF;
	font-size: x-small;
	color: #787A78;
}

.comments_header
{
	padding: 4px;
	border-top: 1px dashed white;
	background: #006699;
	color: #C4ECFF;
	font-weight: bold;
}

.footer_hr {
 height: 3px;
 border-top: 1px solid #a3a3a3;
 border-bottom: 1px solid #a3a3a3;
 border-left: 0px;
 border-right: 0px;
}