@charset "utf-8";
body {
	background-image:url(../images/background.jpg);/**/
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height:100%;
	text-align: center; /* for IE */
}
#whitecontainer{
	min-height:627px;
	background-color: #FFF;
}
#bigcontainer {
	width: 615px;  /* this will create a container 80% of the browser width */  /* 
	border: 1px solid #000000;  the auto margins (in conjunction with a width) center the page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	/*margin-top: 10px;*/
	margin-left: 15px;
	height:53px;
	width:585px;
	background-image:url(../images/bg_top_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	/*padding: 0px 0px 0px 0px;   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. */
} 
#shadow_Left {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 15px; /* since this element is floated, a width must be given */
  height:644px;
  /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
  background-image:url(../images/bg_left.jpg);/**/
  /*padding: 15px 0;  top and bottom padding create visual space within this div  */
}
#shadow_Right {
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 15px; /* since this element is floated, a width must be given */
  height:644px;
  /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
  background-image:url(../images/bg_right.jpg);/**/
  /*padding: 15px 0;  top and bottom padding create visual space within this div  */
}
#shadow_Top {
	margin-left: 15px;
	width:585px;
	height: 16px;
	background-image:url(../images/bg_top.jpg);
}
#containerTopLeft {
	height:5px;
	width:5px;
	background-image:url(../images/Container_NW.jpg);
	position:relative;
	float: left;
}
#containerTopRight {
	height:5px;
	width:580px; background-color:#FFFFFF;
	background-image:url(../images/Container_NE.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position:relative;
	float: left;
}
#containerTGrayLeft {
	height:5px;
	width:10px;
	background-image:url(../images/Gray_NW.jpg);
	position:relative;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}
#containerTGray_Logo {
	height:4px;   /* -1 for the border */
	width:171px;
	margin-right:5px;   /* space between logo and orange */
	position:relative;
	float: left;
	border: 1px solid #C8C8C8;
	border-bottom-style:none;
	border-left-style:none;
}
#containerTGray_Orange {
	height:4px;   /* -1 for the border */
	width:388px;
	position:relative;
	float: left;
	background-color:#F59000;
	border: 1px solid #C8C8C8;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
}
#containerTGrayRight {
	height:5px;
	width:10px;
	background-image:url(../images/Gray_NE.jpg);
	background-repeat: no-repeat;
	position:relative;
	float: left;
}
.logo {
	margin-left:6px;    /*space between logo and orange */
	margin-right:6px;    /*space between logo and orange */
	position:relative;
	float: left;
	border: 1px solid #C8C8C8;
	padding-top:5px;
	
}
.logoright {
	margin-right:5px;   /*  */
	position:relative;
	float: left;
	border: 4px solid #F59000;
}
#bodymaincontainer{
width: 585px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#bodycontentwrapper{
float: left;
width: 100%;
}
#bodycontentcolumn{
	margin-left: 187px; /*Set left margin to LeftColumnWidth*/
	width: 381px;
	min-height: 493px;
	float: left;
	margin-right:5px;   /*  */
	background-image:url(../images/body_bkg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border: 1px solid #C8C8C8;
	border-top-style:none;
	padding-right: 5px;
	padding-left: 5px;
}
#bodyleftcolumn{
	float: left;
	background-image: url(../images/ContentShadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 189px; /*Width of left column*/
	margin-left: -580px; /*Set left margin to -(MainContainerWidth)*/
	height:100%;
}
.Menu_Item {
	height:24px;
	width:175px;   /* 177 -2 for the border */
	border: 1px solid #C8C8C8;
	border-top-style:none;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 30px;
	vertical-align: middle;
	padding-top: 8px;
	color: #C8C8C8;
	text-align: left;
}
.Menu_Item_This {
	background-image: url(../images/Menu_Image.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:24px;
	width:175px;   /* 177 -2 for the border */
	border: 1px solid #C8C8C8;
	border-top-style:none;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 30px;
	vertical-align: middle;
	padding-top: 8px;
	color: #333333;
	text-align: left;
}
a.Menu_Item_hover:hover {
	background-image: url(../images/Menu_Image_Hover.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: auto;
	cursor:pointer;
	color: #666666;
}
.Menu_Item:hover {
	background-image: url(../images/Menu_Image_Hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	cursor: auto;
	cursor:pointer;
	color: #666666;
}
.Menu_Under {
	background-image: url(../images/Menu_Under.jpg);
	height:230px;
	width:176px;   /* 177 -2 for the border */
	border: 1px solid #C8C8C8;
	border-top-style:none;
	border-bottom-style: none;
	border-left-style: none;
}
#containerBottomLeft {
	margin-left: 15px;
	height:5px;
	width:5px;
	background-image:url(../images/Container_SW.jpg);
	position:relative;
	float: left;
	clear: left;
}
#containerBottomRight {
	height:5px;
	width:580px;
	background-image:url(../images/Container_SE.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#FFFFFF;
	position:relative;
	float: left;
}
#shadow_Bottom {
	margin-left: 15px;
	width: 585px;
	height: 10px;
	position:relative;
	float: left;
	background-image:url(../images/fl_bottom.jpg);
}
#copyright {
	height: 15px;
	width: 100%;
	position: relative;
	color: #FBFBFB;
	font-size: 10px;
	text-decoration: none;
	text-align:center;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align:justify;
}
.innertube_bot{
	margin-right:25px;
	margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	text-align:justify;
}
.innertube_bot40{
	margin-right: 40px;
	margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	text-align:justify;
}
.titleimage {
	margin-left: 0px;
}
.leftimage {
	margin-right: 10px;
}
.subnav {
	margin-right: 5px;
	background-color: #999999;
	border: 1px groove #000066;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}
.subnav a{
	color: #000000;
	text-decoration: none;
}
.subnav:hover {
	background-color: orange;
	color: white;
	text-decoration: none;
}
#bodytd{
	background-image:url(../images/body_bkg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border: 1px solid #C8C8C8;
	border-top-style:none;
	padding-right: 5px;
	padding-left: 5px;
}
.formsubmit {
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	font-size: 16px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #F59000;
	padding-top: 10px;
}
