body {
	background: #0C2D83;
	margin: 20px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
}
a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {color: #639;}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 5px;
}
h1 {
	font-size: 170%;
	color: #006;
}
h2 {
	font-size: 150%;
	color: #369;
    clear: both;
}
h3 {
    font-size: 120%;
    color: #009;
}
.text h1 {
	font-size: 150%;
	color: #006;
}
table, div, td {
}
#header {
	margin: 0 auto;
	width: 784px;
	height: 174px;
	background: #FFF;
	padding: 2px;
    overflow: hidden;
}
#headerRight {
	float: right;
	width: 260px;
}
#headerLeft {
	float: left;
	width: 522px;
}
#info {
	height: 130px;
	background: url(pix/globe.jpg) no-repeat right;
	margin-bottom: 2px;
	font-size: 10px;
}
a#logo {
	float: left;
	display: block;
	margin: 10px;
	width: 80px;
	height: 110px;
	background: url(pix/logo.gif) no-repeat;
}
#title {
	float: left;
	text-align: left;
	margin: 8px 4px;
}
#title h1 {
	font-size: 200%;
	color: #000066;
}


/* NAV STYLES */
#nav {
	position: relative;
        height: 20px;
        margin-bottom: 2px;
        text-align:left;
}
#subnav {
    height: 20px;
    background: #9297c2;
}

#navlist
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#navlist li
{
    list-style-type: none;
    float: left;
}

#navlist a { 
    display: block;
    padding: 4px 13px; 
    background: #0c2d83;
    margin-left: 1px;
    color: #FFF;
}

#navlist a:hover {
    background: #C6C7DE;
    border: none;
    text-decoration: none;
    color: #006;
}
#navlist li.first a {
    padding: 4px 15px;
}
#navlist li.last a {
    padding: 4px 15px;
}


/* STYLE SUBS */
#navlist ul {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 25px;
    left: 10px;
    width: 522px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
ul#services {display: none;}
ul#emc {display: none;}
ul#env {display: none;}
ul#company {display: none;}

#navlist ul li a {
    display: inline;
    padding: 0;
    background: none;
    margin: 0 8px;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    color: #006;
}
#navlist li li a:hover {
    background: none;
    color: #CFF;
}

/* SIDE DIVS */
#search {
	height: 45px;
	background: #9297C2;
	margin-bottom: 2px;
}
#notice {
	height: 174px;
	background: #405299 url(pix/topright.jpg);
    color: #006;
}
#notice h1 {
    display: block;
    color: #FFF;
    background: #0C2D83;
    font-size: 150%;
    text-align: center;
}
#notice p {
    padding: 0 10px;
    text-align: left;
}
#notice a {
    padding: 0 0px;
    text-align: left;
}
#notice a:hover {
    padding: 0 6px;
    text-align: left;
    color: white;
}

/* MAIN */
#main {
	clear: both;
	position: relative;
        margin: 0 auto;
	width: 784px;
	background: #FFF url(pix/main.gif) repeat-y right;
	border-bottom: 2px solid #FFF;
        padding: 0 2px;
        min-height: 326px;
}
#pagetext {
        float: left;
	width: 482px;
	min-height: 326px;
	text-align: justify;
	padding: 10px 20px;
        font-size: 115%;
}
#pagetext img {
        padding:6px;
}
#pagetext h1 {
	font-size: 160%;
	color: #006;
}
.clearer {clear: both;}
.text {padding: 10px 20px;}
#flash {
	float: right;
	width: 260px;
	height: 346px;
}
#flash img {
    border-bottom: 2px solid #FFF;
}

/* FOOTER STUFF */
#footer {
	clear: both;
	margin: 0 auto;
	width: 788px;
}
#footer a {font-weight: normal;}
#bottomMenu {
	float:  left;
	height: 12px;
	width: 514px;
	background: #9297C2;
	border: 2px solid #FFF;
    border-top: none;
    padding: 4px;
}
#footerText {
	float: right;
	color: #FFF;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* TDS STUFF */
#bytds {
	margin: 40px 0;
	clear: both;
	color: #FFF;
	font-weight: bold;
}
#bytds a {color: #FFF;}
#edit a {color: #0C2D83;}
#edit a:hover {color: #FFF;}

