* {
	margin:0;
	padding:0;
	}
body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #262223;
	padding: 0px 0;
}

  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }
  .page_margins { min-width: 900px; max-width: 900px; }
  .page { padding: 0px; }


.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {
	background-color:#e5e5e5;
}

#main_wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-y;
}

#main_wrapper_inside {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-image: url(../images/bkgd-content-inside.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}

/** begin: HEADER **/
#header{
	height: 81px;
	width: 895px;
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0px 5px 5px;
}
/** end: HEADER **/

/** begin: TOPNAV **/
#topnav {
	float: right;
	width: 50%;
}

#topnav ul {
	background-color: #830102;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0px;
}

#topnav ul li { display: inline; }

#topnav ul li a {
	background-color: #830102;
	color: #ffffff;
	text-decoration: none;
	float: right;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	padding-top: 16px;
	height: 75px;
}

#topnav ul li a:hover {
background-color: #1e3558;
color: #fff;
}

#topnav ul li a.current {
background-color: #1e3558;
color: #fff;
}
/** end: TOPNAV **/

/** begin: FLASH **/
#flash {
	float: left;
	height: 285px;
	width: 607px;
	background-color: #344e76;
	background-image: url(../images/index_05.jpg);
}
/** end: FLASH **/

/** begin: HORZ_NAV_INDEX **/
#horz_nav_index {
	background-color: #1e3558;
	width: 607px;
	float: left;
}

#navcontainer_index ul {
	padding-left: 30px;
	background-color: #830102;
	color: #ffffff;
	float: right;
	width: 577px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer_index ul li { display: inline; }

#navcontainer_index ul li a {
	background-color: #830102;
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8b2b2c;
	line-height: 40px;
}

#navcontainer_index ul li a:hover {
background-color: #1e3558;
color: #fff;
}

#navcontainer_index ul li a.current {
background-color: #1e3558;
color: #fff;
}
/** end: HORZ_NAV_INDEX **/

/** begin: HORZ_NAV_INSIDE **/
#horz_nav {
	background-color: #1e3558;
	width: 900px;
	float: left;
}

#navcontainer_inside ul {
	padding-left: 36px;
	background-color: #1e3558;
	color: #ffffff;
	float: right;
	width: 571px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#navcontainer_inside ul li { display: inline; }

#navcontainer_inside ul li a {
	background-color: #1e3558;
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #344e76;
	line-height: 40px;
}

#navcontainer_inside ul li a:hover {
background-color: #344e76;
color: #fff;
}

#navcontainer_inside ul li a.current {
background-color: #344e76;
color: #fff;
}
/** end: HORZ_NAV_INSIDE **/

/** begin: SIDENAV  additional styles in tcmc-superfish.css**/

#col_left {
	background-color: #1e3558;
	text-align: left;
	width: 293px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer {
	width: 293px;
	margin: -1px 0px 0px;
	padding: 0px;
	height: 100%;
}

#nav_email {
	float: left;
	width: 257px;
	text-align: left;
	height: 100%;
	padding-left: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #344e76;
	padding-bottom: 10px;
	margin-bottom: 2px;
	margin-top:10px;
}
.nav_email {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
/**	font-weight: bold;**/
}

.box-copy {
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

#navcontainer_corp {
	width: 293px;
	margin: -1px 0px 0px;
	padding: 0px;
	height: 100%;
}

#navcontainer_corp ul {
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
}

#navcontainer_corp a {
	display: block;
	width: 257px;
	background-color: #830102;
	padding-left: 36px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: -3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #344e76;
}

#navcontainer_corp a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navcontainer_corp a:hover {
	background-color: #344e76;
	color: #fff;
}

   
/** end: SIDENAV **/

#content {
	width: 507px;
	text-align: left;
	float: right;
	padding-top: 31px;
	padding-left: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#table_ads {
	margin-top: -31px;
	margin-right: -60px;
	margin-left: 20px;
	width: 162px;
	float: right;
	height: 269px;
	margin-bottom: -20px;
}

#footer {
	background-color: #830102;
	float: right;
	/**	height: 29px;**/
	width: 885px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.footer {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
}

.footer a:link {color: #f2e4c9; text-decoration: none;}
.footer a:visited {color: #f2e4c9; text-decoration: none;}
.footer a:hover {color: #175277; text-decoration: none;}
.footer a:active {color: #175277; text-decoration: none;}


/** begin: GENERAL **/

p{
	padding-bottom: 10px;
}
ul{
	line-height: 13px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
li{
	line-height: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

a:link {color: #830102; text-decoration: none;}
a:visited {color: #830102; text-decoration: none;}
a:hover {color: #1e3558; text-decoration: none;}
a:active {color: #1e3558; text-decoration: none;}

.clear{
	clear: both;
}
.clear_left{
	clear: left;
}

.pics_left{
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pics_right{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: -35px;
}

.more{
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #175277;
	margin-top: -8px;
}

/** begin: HEADLINES **/

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #1e3558;
}

h1{
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 16px;
	font-weight: normal;
	margin-left: -30px;
}
h2{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #1e3558;
	padding-bottom: 6px;
	padding-top: 6px;
}
h3{
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #1e3558;
	padding-bottom: 6px;
	padding-top: 6px;
}
h4{
	font-size: 14px;
	line-height: 20px;
	color: #863100;
}
h5{
}
h6 {
}

.entry_head1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #1e3558;
}

.entry_head2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 75px;
	color: #1e3558;
}

.entry_head3 {
	font-size: 36px;
	line-height: 24px;
	font-weight: bold;
	color: #1e3558;
}
.body_entry {
	font-size: 12px;
	line-height: 20px;
	padding-top: 16px;
	padding-left: 40px;
	padding-right: 180px;
}

.email{
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	padding-right: 2px;
	padding-bottom: 2px;
}

/** BUTTONS **/

#corporate_home {
	text-align: right;
	width: 87px;
	height: 41px;
	padding: 0px;
	float:right;
	margin-top: 5px;
}
a.button {
	background: transparent url(../images/but-home.jpg) no-repeat scroll right top;
	color: #444;
	display: block;
	float: right;
	font-weight: bold;
	width: 87px;
	height: 41px;
	text-decoration: none;
}
a.button:hover {
	background-position: bottom right;
	color: #000;
	outline: none;
}

.bold {
 color:#1e3558;
 font-weight:bold;
}
