body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}



#tplMenu 
{
    text-align: left;
}

#tplCenterContainer 
{
    margin: auto;
    border: 0;
    width: auto;       /* desired width here, if using centered layout */
}

#tplContainerOuter 
{
    margin: 0;          /* desired margin here */
    border: 0;          /* desired border here */
    padding: 0;         /* desired padding here */
    text-align: left;
}

#tplContainerInner 
{
    width: auto;        /* desired page width here; if using centered layout, same as width of tplCenterContainer */
}

#tplHeaderOuter 
{
    margin: 0;          /* desired margin here */
    border: 0;          /* desired border here */
    padding: 0;      /* desired padding here */
}

#tplHeaderInner 
{
    width: auto;        /* desired width here */
}

#tplSmallColumnOuter 
{
    margin: 15px;          /* desired margin here */
    border: 0;          /* desired border here */
    padding: 0;       /* desired padding here */
    position: absolute;
    /* background: url(leftColSolidColor.png) repeat-y; */   /* same bg as tplSmallColumnFullHeightBox; or, if you want a non-repeat img followed by repeating bg color, switch this to that image an dsee notes in height below */
    height: 250px;      /* can force a minimum height here if you want your col tall enough to show a background image's entire height; you'll likely want to set repeat: none on the background. */
}

#tplSmallColumnInner 
{
    width: 200px;       /* desired CONTENT width here */
}

#tplSmallColumnFullHeightBox 
{
    background: url(leftColSolidColor.png) repeat-y;   /* same bg as tplSmallColumnOuter, or maybe just a continuing fill if there's an image above */
}

#tplContentOuter 
{
    margin: 15px;          /* desired margin here */
    border: 0;          /* desired border here */
    padding: 10px;      /* desired padding here */
    margin-left: 225px; /* should be: tplSmallColumnOuter:margin + tplSmallColumnOuter:padding + tplSmallColumnOuter:border + tplSmallColumnOuter:width. Don't forget margin/padding/border can be on BOTH sides. */
    min-height: 500px;      /* minimum height of this box; should be >= min hieght of the tplLeftOuter */
    height: auto !important; /* this line and the next are an IE6 "trick" for implementing min-height. IE6 doesn't do min-height, but it does implement height as if it were min-height. */
    height: 500px;          /* IE6 also doesn't do !important. So, this trick makes ie see only height: X; while all other browsers see min-height + height: auto; */
}

#tplContentInner 
{
    width: auto;        /* desired width here */
}

#tplFooterOuter 
{
    margin: 0;          /* desired margin here */
    border: 0;          /* desired border here */
    padding: 0;
}

#tplFooterInner 
{
    width: auto;        /* desired width here */
}





.error
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.home_error
{
	color: #0066CB;
	font-weight: bold;
	font-size: 12px;
}

.blue
{
	color: blue;
}

.main-body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover.main-body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.main-body-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover.main-body-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.main-body-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

a:hover.main-body-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}

.table-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/* text-transform: capitalize; */
	color: #FFFFFF;
	text-decoration: none;
}

.main-menu-nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
}

a:hover.main-menu-nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.main-body-small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

.main-body-small-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.signout
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

a:hover.signout
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #ff0000;
	text-decoration: underline;
}

.main-page-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.table-body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.table-body_10
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.table-body_11
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.table-body-emphasis
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

.table-body-links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
}

a:hover.table-body-links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	text-decoration: underline;
}

.main-top-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-transform: none;
}

a.main-top-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-transform: none;
}

a:hover.main-top-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.blue-body-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover.blue-body-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

.path-links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover.path-links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

.table-body-big
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.table_border_t
{
	border-color: #1164A8;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

.table_border_t_black
{
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
}

.table_border_trl
{
	border-color: #1164A8;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
}

.table_border_trl_black
{
	border-color: #000;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
}


.table_border_trbl_black
{
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}



.table_cell_b
{
	border-color: #1164A8;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

.table_cell_b_black
{
	border-color: #000;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

.table_cell_r
{
	border-color: #1164A8;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
}

.table_cell_r_black
{
	border-color: #000;
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
}

.table_cell_l
{
	border-color: #1164A8;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
}

.table_cell_l_black
{
	border-color: #000;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
}

.table_cell_rb
{
	border-color: #1164A8;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}

.table_cell_rb_black
{
	border-color: #000;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}

.table_cell_bl
{
	border-color: #1164A8;
	border-width: 0px 0px 1px 1px;
	border-style: none none solid solid;
}

.table_cell_rl
{
	border-color: #1164A8;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
}

.table_cell_rl_black
{
	border-color: #000;
	border-width: 0px 1px 0px 1px;
	border-style: none solid none solid;
}

.table_cell_rbl
{
	border-color: #1164A8;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

.table_cell_rbl_black
{
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

.table_cell_trbl
{
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
}

.input_text
{
	width: 175px;
	border: 1px solid;
	color: #000;
	font-size: 11px;
}

.input_text_phone
{
	width: 110px;
	border: 1px solid;
	color: #000000;
	font-size: 11px;
}

.input_text_phone_ext
{
	width: 44px;
	border: 1px solid;
	color: #000000;
	font-size: 11px;
}

.input_textarea
{
	height: 100px;
	width: 300px;
	border: 1px solid #666666;
	color: #000000;
}

.input_select
{
	width: 175px;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
}

.input_file
{
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
}

.input_submit
{
	font-weight: normal;
}
