@charset "utf-8";
/* CSS Document */

body {
		margin-left: 0px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family:Helvetica, Arial, sans-serif;
}

#header {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 900px;
		height: 62px;
		text-align:right;
		background-image:url(images/tr_logo.gif);
		background-repeat:no-repeat;
		}

#divider {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 100%;
		height: 12px;
		text-align:center;
		background-image:url(images/divide.gif)
		}
		
#content {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 1000px;
		background-image:url(images/content_bg.gif);
		background-repeat:no-repeat;
		}
		
#footer {
		margin: 0px auto;
		padding: 0px;
		border:0;
		width: 100%;
		height: 300px;
		text-align:center;
		background-color:#233e6a;
		background-image:url(images/footer_bg.gif);
		background-repeat:repeat-x;
		}
		
/* NAV BAR CODING */

    #nav-example {
    background:url(images/tr_nav.gif) no-repeat;
    width:584px;
    height:62px;
    margin:314;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:62px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 60px;}
    #nav-example-02 {width: 101px;}
    #nav-example-03 {width: 111px;}
    #nav-example-04 {width: 128px;}
	#nav-example-05 {width: 111px;}
	#nav-example-06 {width: 73px;}

    #nav-example-01 a:hover {background:url(images/tr_nav.gif) 0px -62px no-repeat; }
    #nav-example-02 a:hover {background:url(images/tr_nav.gif) -60px -62px no-repeat; }
    #nav-example-03 a:hover {background:url(images/tr_nav.gif) -161px -62px no-repeat; }
    #nav-example-04 a:hover {background:url(images/tr_nav.gif) -272px -62px no-repeat; }
	#nav-example-05 a:hover {background:url(images/tr_nav.gif) -400px -62px no-repeat; }
	#nav-example-06 a:hover {background:url(images/tr_nav.gif) -511px -62px no-repeat; }

#footer p {
	font-size: 12px;
	color:#FFFFFF;
}

#footer a {
	font-size: 12px;
	color:#FFFFFF;
}

p {
	font-size: 12px;
	color:#233e6a;
	padding-left:20px;
}

h2 {
	font-size: 15px;
	color:#f8941e;
	padding-right:20px;
	text-align:right;
}

h3 {
	font-size: 15px;
	color:#f8941e;
	padding-left:20px;
}

a {
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color:#233e6a;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:#f8941e;
}
a:active {
	text-decoration: underline;
}
