@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(img/bgd_2.jpg);
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
}
.oneColFixCtrHdr  #footer2 p {
	padding: 0 10px;
	background-color: #CCCCCC;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
.oneColFixCtrHdr  #footer p {
	padding: 0 10px;
	background-color: #CCCCCC;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial;
	font-size: 14px;
}
.box {
	display: block;
	padding: 5px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
.box1 {
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	border: 5px solid #CCCCCC;
	background-color: #F3F3F3;
}
.box3 {
	display: block;
	padding: 5px;
	color: #333333;
	height: 182px;
}
.box2 {
	display: block;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 182px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box4 {
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 500px;
}
.box91 {
	background-color: #F4F4F4;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 1px;
}

.RedButton /* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
 {
	padding: 2px;
	background-color: #990000;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px;
}
.BlueButton {
	padding: 2px;
	background-color: #304876;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px;
}

.box5 {
	padding: 5px;
	margin-bottom: 5px;
	border: 5px solid #CCCCCC;
	background-color: #990000;
	color: #FFFFFF;
	width: 300px;
}

.h3     {
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin: 2px;
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #22416F;
	background-color: #91AFDD;
	background-image: url(img/color.jpg);
}

.ht {
	font-family: Tahoma;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
}
.h7 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E1E1E;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.h6 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.footer_divs {
	background-position:top-left;
	background-repeat:no-repeat;
	text-align:left;
	float:right;
}
