@charset "utf-8";
/***** Global Styling *****/

body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #CCCCCC; }

h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 2px;  
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

h2 { font-size: 16px; }

#header {
	background-image: url(../images/shared/header.jpg);
	height: 115px;
	width: 100%;
	border-left: 1px solid #FFFFFF;
}
#Title {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 200px;
}

#homeHolder, #innerHolder {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #D4D9DD;  
}

#homeHolder {
	background-image: url(../images/index/body.jpg);
}

#homeCopy, #bodyTxt, #innerCopy, #innerCopy2 {
	padding: 8px 0px 14px 18px;  
	margin: 0px;
	font-size: 12px;  
}

#homeCopy, #bodyTxt {
	width: 510px;
}

#innerCopy, #innerCopy2 {
	width: 710px;
}

#homeCopy {
  border-left: 2px solid #FFFFFF;
}

#bodyTxt {
	border-left: 1px solid #FFFFFF;
}

#footer {
	background-color: #004b86;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
}

.imgLft {
	float: left;
	margin: 5px 5px 5px 0px;
}
#list1 ul {
	font-weight: normal;
}
#list1 li {
	margin-top: 12px;
}
.red {
	color: #cc0000;
}
#aboutInfo a {
	color: #ff0000;
	text-decoration: none;
}
#aboutInfo a:hover{
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.imgRgt {
	float: right;
	margin: 0px 0px 5px 10px;
}
#innerCopy li {
	margin-top: 10px;
}
#homeCopy a, #innerCopy a, #innerCopy2 a {
	color: #34689A;
	text-decoration: none;
}
#homeCopy a:link, #innerCopy a:link, #innerCopy2 a {
	color: #34689A;
}
#homeCopy a:hover, #innerCopy a:hover, #innerCopy2 a {
	color: #FF0000;
	text-decoration: none;
}
#innerCopy2 ul {
  margin: 5px 0px;
}

.imgRgt2 {
  clear: right;
	float: right;
	margin: 0px 20px 5px 10px;
}

td img {display: block;}

/** NEWS **/
.read_more {font-weight: bold; text-align: right;}

/***** Left Navigation (leftNav) *****/

td#leftnav { background: #6F818F url(/images/left_nav.png) no-repeat; border: 0; border-top: 1px solid #ffffff; text-align: left; vertical-align: top; width: 252px; ) }
#nav th, #nav td { width: 248px; }

#nav, #nav * {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

#nav a:hover { color: #cc0000; }

#nav .title
{
	border-bottom: 1px solid #999999;
  color: #cc0000;
	height: 29px;
	font-size: 17px;
	font-weight: bold;
	padding: 11px 0px 0px 10px;
}

#nav .link_big
{
	border-bottom: 1px solid #999999;
	height: 29px;
	padding: 11px 0px 0px 10px;
}

#nav .link_big a
{
  font-size: 17px;
	font-weight: bold;
}

#nav .link, #nav .current
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;  

	height: 25px;
	padding: 3px 0px 0px 11px;
}

/* bottom cells */
#nav .last { border-top: 1px solid #FFFFFF; }