<!--
body {
	background: ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	background-image: url('PaintedDesert2.jpg');
	background-repeat:no-repeat;

}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 10 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-image: url(trinity_bg.jpg);
	background-repeat:no-repeat;
	height: 100%;*/
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 10; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #navbar { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColLiqCtrHdr #navbar p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->
#navbar {
	width: 100%;
	float: right;
	font-size:16px; /* could be specified at a higher level */
	margin-right:0px;
	padding: 0 10px 10px 10px;
	border-bottom: 0px solid #666;
	}

#navbar li {
	float: right;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#navbar a:link, #navbar a:visited {
	float: right;
	font-size: 85%;
	line-height: 20px;
	font-weight:bold;
	margin: 0 50px 0 0px;
	text-decoration: none;
	color: #666633;
	}

#navbar a.active:link, #navbar a.active:visited, #navbar a:hover {
	border-bottom: 0px solid #333;
	padding-bottom: 5px;
	color: #666633;
	}

.style1 {color: #666633}
.style2 {color: #666633;

}
#header { margin: 0 0 20px 0; padding: 20px 0; border-bottom: 0px dotted #000; }
#header h1 { margin: 0; font-size: 36px; }
#header h4 { margin: 7px 0 0 0; font-weight: normal; }
#header h4 a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: normal; } 
h1, h2, h3 { color: #0075D9; letter-spacing: -0.01em; }
h4 { font-weight: bold; font-size: 1.2em; margin: 5px 0; }
h1 span { color: red; }
h3 { color: red; font-size: 18px; }
h2 { border-bottom: 0px solid #8dd6e2; padding-bottom: 2px; margin-top: 30px; }
a { color: #0075D9; }
a.x:hover{ background: #0075d9; color: white; text-decoration: none; }
a.x { text-decoration: none; }
a img { border: 0; }
blockquote { border: 1px dotted #fff; padding: 5px;  }
h2 span {
    float: right;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
}
pre {
    white-space: pre-wrap;       /* CSS-3                  */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999    */
    white-space: -pre-wrap;      /* Opera 4-6              */
    white-space: -o-pre-wrap;    /* Opera 7                */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre { padding: 10px; }
code { padding: 1px 3px; }
code, pre { color: #555; background: #eee; }
#top {
    width:788px;
    margin: 0 auto;
    border: 20px solid #DEE6EE;
    border-width: 25px 0;
    padding: 15px;
    position: relative;
    color:#333;
    background:#fff;
}
.thumb img { padding: 5px; background: #eee; border: 1px solid #aaa; }
.thumb:hover img { border-color: #777; }
#toc { float: right; color: #333; width: 250px; margin: 0 0 40px 10px; background: #CCEAFF; padding: 0 10px; border: 1px #0075D9 solid; }
#toc h2 { margin-top: 18px; color: #336699; border: 0; margin: 10px 0 5px 0; }
#toc a { color: #336699; }
.hastoc { margin-right: 0px; }
.hastoc { margin-right: 0px; }
.b { font-weight: bold; }
.doc { list-style-type: none; padding-left: 0; margin-left: 0; }
.doc li { padding: 5px; margin: 5px; }
.doc li h5 { font-size: 1.2em; margin: 0 0 5px 0; color: blue; }
h1 small, h2 small, h3 small, h4 small, h5 small { font-size: 0.7em; color: #333; font-weight: bold; }
.doc li dl { margin: 5px 0 0 0; padding: 0; position: relative; }
.doc li dt { font-weight: bold; text-transform: lowercase; position: absolute; left: 0; }
.doc li dd { padding-left: 80px; margin: 0; }
#header #login-form { float: right; width: 330px; padding-top: 5px; }
#menu { overflow: hidden; margin: 0 27px; }
* html #menu { height: 1%; }
#menu ul, #menu li { list-style: none; }
#menu li { float: left; background: #69b0eb url("images/menu-left.gif") no-repeat; }
#menu li a { background: #ffffff; padding: 4px 12px; display: block; float: left; text-decoration: none;}
#menu li.current a,
#menu li a:hover { color: #ffffff; background: transparent url("images/menu-right.gif") top right no-repeat;  text-decoration: none; }

.message {
    position:relative;
    background:#69B0EB url('images/message-top.gif') no-repeat 0 0;
    color:#FFFFFF;
    font-size:1.3em;
    line-height: 1.4em;
    margin:0px auto 20px auto;
    width:788px;
}
.message p {
    background:transparent url('images/message-bottom.gif') no-repeat 0 100%;
    margin:0;
    padding:20px;
}
.container { color: #333333;  font: 1em "Trebuchet MS", sans-serif; line-height: 1.6em; padding: 15px; width: 900px; border-right: 1px black solid; background: white; height: 100%; border-bottom: 1px black solid; padding-bottom: 50px;}
td { font-size: 11px; line-height: 1.65em; }
td strong { font-size: 13px; }
td h2 { padding-bottom: 10px; }