body { 
margin-top:10px; 
background-color: #c4cad6; 
background-image: url(images/background.jpg); 
background-repeat: repeat-x; 
} 

#container { 
width: 760px; 
border: 1px #000000 solid; 
background-color: #FFFFFF; 
} 

/* header area start */ 

#header { 
width: 760px; 
border-bottom: 14px #142c5b solid; 
} 

#utility_nav { 
width: 760px; 
text-align: right; 
padding-top: 4px; 
padding-bottom: 4px; 
background-color: #142c5b; 
} 

/* topnav area start */ 

#topnav { 
width: 760px; 
text-align: right; 
padding-top: 3px; 
padding-bottom: 3px; 
background-color: #FFFFFF; 
white-space: nowrap; 
background-image: url(images/topnav_left_met_002.gif); 
background-repeat: no-repeat; 
} 

/* main area start */ 

#main { 
width: 760px; 
background-color: #FFFFFF; 
border-top: 1px #000000 solid; 
} 

#leftnav { 
width: 160px; 
padding-top: 40px; 
padding-bottom: 60px; 
background-color: #FFFFFF; 
} 

#content_area { 
width: 600px; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 20px; 
} 

/* footer area start */ 

#footer { 
width: 760px; 
text-align: center; 
padding-top: 8px; 
padding-bottom: 8px; 
background-color: #142c5b; 
} 

#bottom { 
width: 760px; 
height: 14px; 
background-color: #FFFFFF; 
} 

#thomas_info { 
width: 760px; 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

#thomas_info a{ 
font-family: Arial; 
font-size: 10px; 

} 


/* heading styles */ 

h1 { 
color: #e11d19; 
font-size: 20px; 
font-weight: bold; 
font-style: italic; 
} 

h2 { 
color: #000000; 
font-size: 14px; 
font-weight: bold; 
} 

h3 { 
color: #142c5b; 
font-size: 14px; 
font-weight: bold; 

} 

h4 { 
color: #e11d19; 
font-size: 12px; 
font-weight: bold; 

} 

h4 a{ 
color: #e11d19; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline; 

} 

h4 a:hover { 
color: #000; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 

} 
h5 { 
color: #142c5b; 
font-size: 12px; 
font-weight: bold; 

} 
h5 a{ 
color: #142c5b; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline; 

} 

h5 a:hover { 
color: #c4cad6; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 

} 
h6 a{ 
color: #646464; 
font-size: 12px; 
font-weight: bold; 
text-decoration: underline; 

} 

h6 a:hover { 
color: #e11d19; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none; 

} 
.small { 
color: #000; 
font-size: 11px; 
} 

/* image styles */ 

.img01 { 
border: 1px #000000 solid; 
} 

.img02 { 
border: 1px #000000 solid; 
float: left; 
margin-right: 10px; 
margin-bottom: 10px; 
} 

.img03 { 
border: 1px #000000 solid; 
float: right; 
margin-left: 10px; 
margin-bottom: 10px; 
} 

/* miscellaneous */ 

p, td, tr, li { 

font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
} 



a { 

font-family: Arial, Helvetica, sans-serif; 
color: #0000ff; 
text-decoration: underline; 

} 

a:hover { 

font-family: Arial, Helvetica, sans-serif; 

color: #000; 

text-decoration: none; 

} 
.headline { 
font-family: Arial, Helvetica, sans-serif; 
color: #fff; 
font-weight: bold; 
font-size: 14px; 
} 
.form { 
font-family: Arial, Helvetica, sans-serif; 
color: 000; 
font-size: 11px; 
} 
.small { 

font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
} 
a.get {
    text-decoration: none;
    color: white;
    outline: none;
}
a.get:hover {
    text-decoration: underline;
}
span.get {
    cursor: pointer;
    display: block;  
    width: 100%;
    height: 100%;
    padding: 10px;
}
td.get {
    color: white; 
    font-weight: bold; 
    background-color: red;
    height:100%;
    width:50%;
}
td.colhead {
    color: white !important;
}