body
{
	background-color: #FFFFFF;
	background: url(../images/bottomBG_02.jpg) bottom repeat-x;
   	color:#666667;
	line-height: 1;
	margin:0px;
}

h1
{
	padding:0px 0px 10px 0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color:#005481; 
	font-style:italic;
   	line-height: 1em;
  	margin: 0;
}

body, td 
{
	font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #666;
}

img
{
	border:0;
}

a
{
	text-decoration: underline;
	color:#005481;
	outline:none;
	border:0;
}

div.hr 
{
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
   clear:both;
}

div.print
{
	float:right;
	padding:10px;
}

table.main
{
	width:800px;
	margin:0px;
	margin-left:8px;	/* Added to keep the table in the right spot for the background shadow image */
	padding:0px;
	border-collapse:collapse;
	/*border: 1px #000000 solid;*/
}

td
{
	vertical-align:top;
	text-align:left;
}

td.fullCols
{
	width: 800px;
	background-color:#717174;
}

td.mainContent
{
	border-left: dotted medium #DAE4EB;
	vertical-align: top;
	width: 650px;
}

td.verticalLines
{
	border-left: dotted medium #DAE4EB;
	vertical-align:top
}

td.horizontalLines
{
	border-top: dotted medium #DAE4EB;
	vertical-align:top;
}

table.main td
{
	padding:0px;
	margin:0px;
	/*border: 1px #000000 solid;*/
}

td.promoPano
{
	/*padding-right:10px;*/
	vertical-align:top;
	background:url(../images/right_LightBlueBox_smaller.jpg) top left no-repeat;
}

td.promoPano
{
	vertical-align:top;
}

td.promoPano div.promo
{
	padding:10px;
	width:125px;
	overflow:hidden;
}

/* center wrapper, min max width */
div#pagewrapper
{
   margin: 0 auto;     	/* this centers wrapper */
   max-width: 80em; 	/* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color:#666667;
   width:816px;
   background: url(../images/bg01_b.jpg) top no-repeat;
}

div#header
{
   height: 206px; /* adjust according your image size */
   width:800px;
   /*background:url(../images/bg01_b.jpg) top no-repeat;*/
   float:left;
   text-align:center;
   padding:0px;       
}

div#footer
{
	clear:both;       /* keep footer below content and menu */
   	color: #fff;
}

div#main
{
	min-height:530px;	/* This just makes sure that the table is long enough and looking nice */
}

div.promo a
{
	color:#666667;
	text-decoration:none;
}

.breadcrumb
{
	float: left;
	padding: 10px;
}

.breadcrumb a
{
	color:#666667;
}

div.search
{
	float:right;
	padding:10px;
}

div.side_menu
{
	font-size:12px;
}
div.side_menu a:hover
{
	text-decoration:underline;
}