/* Homepage.css */

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	/* line-height: 1.5em; */
        color: #000;
	background: #fff; 
	margin: 0;
}

.true {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 13px;
}
.grid {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
.trueh1 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 26px;
}
.gridh1 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
}

.trueh2 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 22px;
}
.gridh2 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
}
.trueh3 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 20px;
}
.gridh3 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
.trueh4 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 16px;
}
.gridh4 {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.trueth {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-size: 15px;
}
.gridth {
	font-family:"Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

.small {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.oblique {
	font-style: oblique;
}
.italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.courier {
	font-family: Courier, Monospace;
}	

table, tr, td, th {
	padding: 0;
}
ul {
	list-style-type: none;
}
p, ul, li {
	margin: 0;
	padding: 0;
}
.lisub1 {
	padding-left: 15px;
}
p {
	font-size: 11px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 6px;
}
th {
	font-size: 13px;
	font-weight: bold;
}
a {
	text-decoration: none;
	background: none;
}
a:link { 
	text-decoration: none;
	color: #0000ff;
} 
a:visited {
	color: #881563;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* Wrapper */
#bgwrap2 {
	margin: 0 auto;
	width: 905px;
	background: #2a347e;
}
#wrap {
	clear: both;
	margin: 0 auto;
	width: 885px;
}
#padding {
	padding: 5px 10px;
}


/* Header */
#MainHeader {
	margin: 0 auto;
	width: 885px;
	background: #fff;
}
#desc-img1 {
	padding: 0 45px 0 0;
}


/* Left Column */
#nav-left-wrapper {
	float: left;
	width: 205px;
	margin: 0 0 10px 0;
}
#nav-left {
	background-color: #fff;
	margin: 10px 0 0 0;
}
#nav-left th {
	text-align: left;
}

/* Content */
#content-wrapper {
	margin: 0 auto;
	float: left;
	width: 670px;
	margin: 0 0 10px 9px;
}

#content {
	background: #fff;
	margin: 10px 0 0 0;
}
#content table {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #2a347e; 
}
#content td {
	padding: 0 0 10px 0;
} 
#content table img {
	margin: 0 20px 0 0;
}

/* Footer */ 
#footer {
	clear: both;
	width: 670px;
	color: #fff;
	text-align: center;
	font-color: #cacecf;
	font-size: 9px;
	padding: 0 0 10px 0;
	margin: 0 0 0 205px;
}
#footer a:visited {
	color: #bc509c;
}

#footer a:link {
	color:#74b1d0; 
}

/* Expanding Menu */
ul#menu {
  width: 185px;
  list-style-type: none;
  border-top: solid 1px #2a347e;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  /* font-size: 11px; */
  color: #000;
  font-weight: bold;
}

ul#menu li {
  border-bottom: solid 1px #2a347e;
  line-height: 15px;
  padding: 1px 1px 1px 3px;
}

ul#menu ol li {
  border-bottom: none;
  padding: 1px;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #74b8d0;
}

ul#menu a.active {
  color: #2a347e;
}

/* Collapsible Text */
.mainExpand {
	cursor: hand;
	cursor: pointer;
	color: #0000ff;
} 
.mainExpand a:visited {
	color: #881563;
}
.mainExpand a:hover {
	text-decoration: underline;
}
