/*// header // */
.header {
	background: url(img/tti_banner.jpg);
	height: 200px;
	margin: 0 auto;
	width: 760px;
}
/*// end header // */

/*// wrapper //*/
.wrapper {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}
/*// end wrapper //*/

/*// navigation  menus //*/

/* top navigation */
.topnav {
	background: #22353b; /*dark blue*/
	font: bold 1.1em Verdana,sans-serif;
	height: 30px;
	margin: 0 auto;
	padding: 0 17.3px;
	width: 726px;
}
.topnav a {
	color: #ffffff; /*text link color / almost white */
	text-decoration: underline;
	padding: 3px 3px;
	margin-right: 1px;
	line-height: 28px; /*how far down from top*/
}
.topnav a:hover {
	background: #e3e6eb; /*almost white hover color*/
	color: #22353b; /*dark blue text color when hovering*/
}
/* end top navigation */

/* right side navigation */
.rnav {
	float: right;
	width: 180px;
}
.rnav h1 {
	background: #91BC8E; /*background color of heading tabs*/
	border-top: 0px solid #22353b; /*border color top*/
	border-bottom: 1.3px solid #22353b; /*border color bottom*/
	color: #FFFFFF; /*color of text in heading tab*/
	font-size: 1.0em;
	height: 20px;
	margin: 0;
	padding-left: 12px;
}
.rnav ul {
	margin: 0; /*need for proper display of heading tabs*/
	padding: 0;
}
.rnav li {
	border-bottom: 1.5px solid #22353b; /*border color */
	list-style: none;
}
.rnav li a {
	background: #FFFFFF;
	color: #4A4A4A; /*text link color / dark grey */
	display: block;
	padding: 4px 4px 4px 12px;
	text-decoration: none;
}
.rnav li a:hover {
	background: #E3E6EB; /*almost white hover color*/
	color: #22353b /*dark blue text color when hovering*/
}
/* end right side navigation */

/*// global effects // */
{
	margin: 0;
	padding: 0;
}
a {
	color: #22353b; /*dark blue*//*color in which links are highlighted*/
}

a:hover {
	color: #2e7346; /*red*//*roll over color of links*/
}
body {
	background: #ffffff url(img/background.jpg); /*what appears behind the wrapper*/
	color: #4A4A4A; /*dark grey text that appears within the wrapper*/
	font: normal 62.5% "Lucida Sans Unicode",sans-serif; /*font size and family*/
}
p{
	font-size: 1.3em; /*//anything that appears in the <p> tags will be this  size//*/
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1.3;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.3;
}
h1 {
	font-size: 1.6em;
	margin-bottom: -7px;
	color: #22353b;
	padding-top: 6px;
}
h2 {
	font-size: 1.Oem;
	margin-bottom: 4px;
	color: #2e7346;
	padding-top: 0px;
}
h3 {
	font-size: 1.3em;
	margin-bottom: -15px;
	color: #22353b;
	padding-top: 5px;
}


/*// end global effects // */

.clear {
	clear: both;
}


/* //main  content// */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}
.content {
	padding-top: 12px;
	float: left;
	width: 74%;
}
.content .descr {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 6px;
	padding-top: 10px;
}
.content .descr2 {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 6px;
	padding-top: -2px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 10px;
}
/* // end main content // */

/* footer */
.footer {
	background: #2E7346 url(img/footer.gif) repeat-x;
	color: #ffffff; /* text color/ almost white */
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}