.txt {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.menus {
    font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;

}
.menus_link {
    font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration:none;
}
.menus_link:hover {
    font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.bottommtxt {
    font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	font-style:normal;
	font-weight:lighter;
	text-decoration:none;

}
.bottommtxt_link {
    font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	font-style:normal;
	font-weight:lighter;
	text-decoration:none;
}
.bottommtxt_link:hover {
    font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	font-style:normal;
	font-weight:lighter;
	text-decoration: underline;
}
.txthead {
    font-family:Arial;
	font-size:17px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
}
.fsai {
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #FFFFFF url(images/img01-01.jpg) repeat-x;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #0AAAFD;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6700;
}

a:visited {
	color: #7F7772;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 40px;
	padding: 55px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 1px 0 0 0;
	background: url(images/img02-02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img03-03.jpg);
}

#menu .active {
	padding-top: 55px;
}

#menu .active a {
	height: 32px;
	padding-top: 1px;
	background-image: url(images/img04-04.jpg);
	color: #327EBE;
}

#menu .active a:hover {
	background-image: url(images/img04-04.jpg);
}

/* Header */

#header {
	width: 770px;
	height: 161px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 770px;
	height: auto;
	/*background: url(images/img05.jpg) no-repeat;*/
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 0px;
	background: url(images/img07.jpg) no-repeat center center;
	letter-spacing: 8px;
	font-size: 197%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 520px;
	height: 160px;
	background: url(images/img06.jpg) no-repeat;
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
}

.post {
	margin-bottom: 15px;
}

.post .title {
	padding: 0 20px;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 30px;
	margin: 0;
	background: url(images/img08.jpg) no-repeat;
	letter-spacing: -1px;
	color: #FF3300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.boxed .story {
	border: 1px solid #FF8D17;
	margin: 0px;
}

.boxed .meta {
	padding: 5px 10px;
	background: #FF8D17;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}
.txtName
{
	font-family:Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border: 1px solid #0AAAFD;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	background: url(images/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #006699;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar li a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Footer */

#footer {
	clear: both;
	height: 10px;
	padding: 10px 0;
	background: #D1D1D1;
	border-top: 5px solid #999999;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}
.chapter {
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font: lighter normal 11px/20px verdana;
}
.officebearer {
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	font-family: Verdana;
	line-height: normal;
	text-transform: none;
	color: #000000;
	border: 1px solid #000000;
	background-color: #EEECE0;
}
.officebearer1 {
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight: normal;
	text-decoration:none;
	cursor:pointer;
	font-family: "Calibri";
	line-height: normal;
	text-transform: none;
	color: #000000;
	background-color: #EEECE0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 30px;
}
.officebearer1_link {
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	font-family: Verdana;
	line-height: normal;
	text-transform: none;
	color: #000000;
	background-color: #EEECE0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.officebearer1_link:hover {
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-decoration: underline;
	cursor:pointer;
	font-family: Verdana;
	line-height: normal;
	text-transform: none;
	color: #000000;
	background-color: #EEECE0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.officehead {
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	font-family: Calibri;
	line-height: normal;
	text-transform: none;
	color: #000000;
  }
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

