@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5; /* 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: #00007E;
	background-color: #000040;
}
.thrColAbsHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/MainContentBack.png);
	background-repeat: repeat-y;
	border: 1px solid #FFFFFF;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: x-small;
	background-color: #CFC891;
	background-image: url(images/TitleHeader.png);
} 
.thrColAbsHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -9000px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColAbsHdr #sidebar1 {
	position: relative;
	float: left;
	left: 0;
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 3px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	min-height: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColAbsHdr #sidebar1 p{
	line-height: 18px;
}
.thrColAbsHdr #sidebar1 a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.thrColAbsHdr #sidebar1 a:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.thrColAbsHdr #sidebar1 a:hover{
	color:#33FFFF;
}
.thrColAbsHdr #sidebar2 {
	position: relative;
	float: right;
	right: 0;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 3px 25px 15px 20px; /* padding keeps the content of the div away from the edges */
	min-height: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColAbsHdr #sidebar2 a:link {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #sidebar2 a:visited {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #sidebar2 a:hover {
	color:#FF2D2D;
}
.thrColAbsHdr #mainContent {
	margin: -10px 210px 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 730px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00007F;
}
.thrColAbsHdr #mainContent p{
	text-align: justify;
}
.thrColAbsHdr #mainContent .menucenter {
	text-align: center;
}
.thrColAbsHdr #mainContent .style3 { /* this class can be used to float an element left in your page */
	padding-left: 3px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #990000;
	text-align: center;
}
.thrColAbsHdr #mainContent img{
	padding: 5px 5px 5px 5px;
}
.thrColAbsHdr #mainContent a:link {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #mainContent a:visited {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #mainContent a:hover {
	color:#FF2D2D;
}
.thrColAbsHdr #footer {
	padding: 20px 10px 0 20px;
	height: 30px;
	background-image: url(images/FooterBack.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
} 
.thrColAbsHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColAbsHdr #footerLeft {
	float: left;
	padding: 20px 0 0 15px;
	width: 435px;
	height: 35px;
	background-image: url(images/FooterBack_Left.png);
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	text-align: left;
} 
.thrColAbsHdr #footerLeft a:link {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #footerLeft a:visited {
	color:#990000;
	text-decoration: none;
}
.thrColAbsHdr #footerLeft a:hover {
	color:#530000;
}
.thrColAbsHdr #footerLeft 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColAbsHdr #footerRight {
	float: right;
	padding: 20px 15px 0 0;
	height: 35px;
	width: 435px;
	background-image: url(images/FooterBack_Right.png);
	background-position: left top;
	font-size: 11px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	text-align: right;
}
.thrColAbsHdr #footerRight 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.libraryitem { /* this class can be used to float an element left in your page */
	font-size: 11px;
}
.style1 { /* this class can be used to float an element left in your page */
	padding-left: 3px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #990000;
}
.itemdate {
	font-size: 10px;
}
.errorstyle1 { /* this class can be used to float an element left in your page */
	font-weight: bold;
	color: #990099;
}
.style2 { /* this class can be used to float an element left in your page */
	padding-left: 2px;
	font-size: x-small;
}
.style4 { /* this class can be used to float an element left in your page */
	padding: 2px;
	color:#FF0;
	background-color:#C00;
}
.style5 { /* this class can be used to float an element left in your page */
	color: #C30;
}
.itemdate {
	font-size: 10px;
}
.CDbtn {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
  background: #00007E;
  padding: 5px 10px 5px 10px;
}

.CDbtn:hover {
  background: #4646c2;
  background-image: -webkit-linear-gradient(top, #4646c2, #7171ad);
  background-image: -moz-linear-gradient(top, #4646c2, #7171ad);
  background-image: -ms-linear-gradient(top, #4646c2, #7171ad);
  background-image: -o-linear-gradient(top, #4646c2, #7171ad);
  background-image: linear-gradient(to bottom, #4646c2, #7171ad);
  text-decoration: none;
}
.DrugTable {
	font-size:11px
}
.DrugInput {
	font-size:10px
}
.cooltable { /* this class can be used to float an element left in your page */
	font-size: 11px;
 	border-collapse: collapse;
}