/** Set's border, padding and margin to 0 for all values*/
/*{
	padding: 0;
	margin: 0;
	border: 0;
}*/
body, html {
	text-align: center; /*** Centers the design in old IE versions ***/
	/*height: 100%;*/
	margin: 0;
	border: 0;
	background-color: #C3CAD2;
}
/*body {
font-size: 12px;
}
p {
	padding: 7px 0 7px 0;
	line-height: 100%;
}*/

a {
color: #990000;
}
a:hover{
color: #990000;
}

/*h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
	padding-top:3px;
	font-size: 1.4em;
	font-family: "Trebuchet MS";
	color: #333333;
	background-image:url(../images/library/Image/miscellaneous/htag_back.gif);
	background-repeat: repeat-x;
	height: 30px;
}*/
h3 {
	/*padding-top:3px;*/
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: #333333;
	background-image:url(../images/library/Image/miscellaneous/htag_back.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin:2 0 0;
	line-height: 24px;

	*/
}
/*h1 a, #header h2{
color: #fff;
}*/
.clear { clear: both; }
#background_R {
	background-image:url(../images/library/Image/miscellaneous/backfill_red.gif);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
height:100%;
background-color: #C3CAD2;
}
#background_G {
	background-image:url(../images/library/Image/miscellaneous/backfill_green.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
height:100%;
background-color: #C3CAD2;
}
#background_B {
	background-image:url(../images/library/Image/miscellaneous/backfill_blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
height:100%;
background-color: #C3CAD2;
}
#mainContainer {
width: 740px;
margin: 0 auto; /*** Centers the design ***/
/*min-height: 100%;
height:100%;
height:auto !important; */
background:#FFFFFF url(../images/library/Image/miscellaneous/maincontent_back.gif) repeat-y; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
/* html #mainContainer {*/
* html #mainContainer {
height: 100%; 
min-height: 100%;
height:auto !important; 

}
/**************************
HEADER
**************************/
#header {
	background: #E1E2E6;
	padding: 0;
	height:250px;
}
#logobox {
	padding: 0;
	width:216px;
	float:left;
}
#msgbox_R {
	padding: 0 1px 0 5px;
	float:right;
	background-color: #771100;
	background-image: url(../images/library/Image/miscellaneous/msg_red.gif);
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	color: #EEEEEE;
font-family: "Trebuchet MS";
font-size:13px;
}
#msgbox_B {
	padding: 0 1px 0 5px;
	float:right;
	background-color: #771100;
	background-image: url(../images/library/Image/miscellaneous/msg_blue.gif);
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	color: #EEEEEE;
font-family: "Trebuchet MS";
font-size:13px;
}
#msgbox_G {
	padding: 0 1px 0 5px;
	float:right;
	background-color: #771100;
	background-image: url(../images/library/Image/miscellaneous/msg_green.gif);
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	color: #EEEEEE;
font-family: "Trebuchet MS";
font-size:13px;
}
/*#headerslogan {
font-family: "Trebuchet MS";
font-size:10px;
	padding: 0;
	clear:both;
}*/
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 200px;
}
/** html .outer {
padding-right: 145px; */
/* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
/* this causes IE6 to spaz out, but MAY be necessary for IE7 */
/*}*/
.inner {
width: 520px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 120px;
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 740px;
margin-left: -200px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
.content {
float: right;
width: 535px;
padding:0;
margin:0;
}
/** html #content {
	position: relative;
}*/
.contentWrap{
	font-family: "Trebuchet MS";
	font-size: 14px;
padding: 2px 10px 5px 5px;
}
/*.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 0px;
	list-style-type: disc;
}*/
.contentWrap ul {
list-style:url(../dot.gif);
}
.contentWrap li {
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 199px;
padding: 20px 0px 5px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
}
* html #left {
position: relative; 
}
 /*** IE needs this  ***/
#left ul {
list-style:none;
/*padding-bottom: 4px;*/
	padding: 0;
	margin: 0;
	border: 0;
}
#left li {
	padding-bottom: 2px;
		padding: 0;
	margin: 0;
	border: 0;
}

#left li a{
	margin: 0px;
	background-image:url(../images/library/Image/miscellaneous/nav_main_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	font-weight: bold;
	color: #333333; 
	display:block;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 10px;
	line-height: 28px;
	}

#left li a:hover { 
	color:#333333;
	background:#FFFFFF;
	background-image:url(../images/library/Image/miscellaneous/nav_main_back_over.gif);
		background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	}

/* --- sub menu --- */

#left li a.submenu{
	margin: 0px;
	background-image:url(../images/library/Image/miscellaneous/nav_main_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 172px;
	font-size:12px;
	color: #333333; 
	display:block;
	font-weight:normal;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 18px;
	line-height: 22px;
	}

#left li a.submenu:hover { 
	color:#333333;
	background:#FFFFFF;
	font-weight:normal;
	background-image:url(../images/library/Image/miscellaneous/nav_main_back_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 172px;
	}

/*************************
RIGHT COLUMN
**************************/

#right {
	float: right;
	width: 100%;
	padding: 5px 0px;
}
* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -140px; /*** IE gets this margin. ***/
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

#pod_title {
	padding-top:1px;
	line-height: 28px;
	color: #EEEEEE;
	background-image: url(../images/library/Image/miscellaneous/pod_title.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 5px;
}

#pod_content {
	line-height: 18px;
	color: #EEEEEE;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #999999;

}


/**************************
FOOTER
**************************/
#footer {
	width: 740px;
	height: 120px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -120px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	background-color: #6b7C86;
	color: #EEEEEE;
	font-family: "Trebuchet MS";
}

#jiggybox {
	clear: both; 
	width:740px;
	background-color:#D9D9D9;
}

#footer_left {
	padding: 6px 0 0 10px;
	width:220px;
	float:left;
	text-align: left;
	font-size:13px;
}

#footer_left a {
	color: #EEEEEE;
	text-decoration:none;
}

#footer_left a:hover {
	color: #EEEEEE;
	text-decoration:underline;
}


#footer_right {
	padding: 6px 10px 0 0;
	float:right;
	font-size:13px;
}

.form_textfield {
	background:#EEEEEE;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.Cell_FullBorder {
	border: 1px solid #DDDDDD;
}
.Cell_TBRBorder {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.Cell_LTRBorder {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.Cell_TRBorder {

	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.Cell_TBLBorder {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.Cell_LineUnder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
.Cell_LineUnderLR {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
}
.Table_Heading {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}

.jiggytitle {
/*	font-style: italic;
*/	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 13px;
	/*font-weight: bold;*/
	padding-right: 10px;	
	
}
.saying {
display:inline;

	font-style: italic;
/*	color: #666666;*/
/*	font-family: "Trebuchet MS";
	font-size: 13px;*/
	/*font-weight: bold;*/
/*	padding-right: 10px;	*/
}
.redtext {
	color: #CC0000;
}

.bodytxt, .bodytxt a:link, .bodytxt a:visited, .bodytxt a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0; 
	padding: 0;
	color: #777;
	text-decoration:none;
	}
.bodytxt a:hover {
	text-decoration:underline;
}
.bodybut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
	background:#990000;
	margin-bottom: 1px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	}
