body {                                  background-color:#FFF;
                                        margin:0;
                                        margin-bottom:30px;
                                        background-image:url( images/bg.jpg );
                                        background-repeat:repeat-xy;
                                        background-position:left top;}

body, td {                              color:#000;
                                        font-family: Verdana, Tahoma, Verdana, Arial, sans-serif;
                                        font-size:12px;}

table.main {                            width:750px;
                                        border:solid 1px #000;
                                        border-bottom-width:0;
                                        margin-left:auto;
                                        margin-right:auto;}

td.topBar {                             background-color:#FFF;
                                        background-image:url( images/topBg.gif );
                                        background-repeat:repeat-x;
                                        background-position:left bottom;
                                        height:100px;
                                        vertical-align:bottom;}

td.company {                            background-color:#8C8A8D;
                                        background-image:url( images/tabs.gif );
                                        background-repeat:no-repeat;
                                        background-position:right top;
                                        text-align:left;}

td.dash {                               background-color:#8C8A8D;
                                        text-align:left;}

td.photos {                             border-top:solid 1px #FFF;
                                        border-bottom:solid 1px #FFF;}

table.content {                         width:750px;
                                        border:solid 1px #000;
                                        border-top-width:0;}

td.banner {                             text-align:left;
                                        background-image:url( images/numbers.gif );
                                        background-repeat:no-repeat;
                                        background-position:left top;}

td.navContainer {                       background-color:#8C8A8D;
                                        background-image:url( images/navBg.gif );
                                        background-repeat:repeat-y;
                                        background-position:right top;
                                        vertical-align:top;}

table.nav {                             width:100%;
                                        border:solid 0px #FFF;}

td.nav {                                padding-left:8px;
                                        padding-right:8px;
                                        /*height:25px;*/
                                        width:120px;
                                        font-size:11px;
                                        font-weight:bold;
                                        cursor:pointer;}

td.navOver {                            padding-left:8px;
                                        padding-right:8px;
                                        height:16px;
                                        font-size:11px;
                                        font-weight:bold;
                                        background-color:#FBF7D9;
                                        cursor:pointer;
                                        /*filter: alpha(opacity=85); -moz-opacity: 0.85;*/}


td.content {                            background-color:#FFF;
                                        padding:10px;}

a {                                     color:#EBB51D;}
a:hover {                               color:#000;}


td.footer {                             padding-left:8px;
                                        padding-right:8px;
                                        text-align:center;
                                        height:24px;
                                        color:#FFF;
                                        font-size:10px;
                                        border-top:solid 0px #000;
                                        border-bottom:solid 0px #000;
                                        background-color:#868487;
                                        background-image:url( images/footerBg.gif );
                                        background-repeat:repeat-x;
                                        background-position:left top;}

td.footer a {                           color:#FFF;
                                        text-decoration:none;}
td.footer a:hover {                     color:#EBB51D;}

p {
		line-height: 1.5em;
		margin: 1em 0em 1.2em 0em;
	}

h3, h4 {
		border-bottom: 1px solid #8C8A8D;
		color: #000;
		font: 1.5em normal Tahoma, Helvetica, Arial, sans-serif;
	}

.content img {
		border-color: #000;
	}