 /* Standard font family for site */ body, table, tr, td, a, p, h1, h2, h3, h4, 
h5 { font-family: times, serif; } /* Page body style */ body { margin: 0px; padding: 
0px; font-size: 110%; background-color: #262626; } /* Standard paragraph style 
*/ p { font-family: times, serif; font-weight: normal; color: #fff; font-size: 
0.7em; margin-top: 0px; margin-bottom: 18px; } /* Links */ a:link, a:active { 
font-family: times, serif; color: #7D888E; font-size: 1.0em; text-decoration: 
none; } a:hover { color: #fff; font-size: 1.0em; text-decoration: none;} a:visited 
{ color: #7D888E; font-size: 1.0em; text-decoration: none;} /* Headings */ h1 
{ font-family: times, serif; font-weight: normal; color: #73735E; font-size: 1em; 
letter-spacing: 0.4em; margin-top: 0px; } h2 { margin-top: 0px; padding-top: 10px; 
font-family: times, serif; font-weight: bold; font-size: 0.7em; color: #73735E; 
} h3 { margin-top: 0px; padding-top: 10px; font-family: times, serif; font-weight: 
bold; font-size: 0.7em; color: #A6B7C0; } /* Container for page */ #container 
{ padding-top: 0px; padding-bottom: 10px; margin-left: auto; margin-right: auto; 
position: relative; width: 750px; background-color: #1A1A1A; } /* Page header 
top area - main */ #header { background-color: #1A1A1A; width: 750px; height: 
359px; background-image: url("images/home_header_bg.jpg"); background-repeat: 
no-repeat; } /* Page header top area - subpage */ #header-sub { background-color: 
#1A1A1A; width: 750px; height: 271px; background-image: url("images/page_header_bg.jpg"); 
background-repeat: no-repeat; } /* Page header text area - main */ #headertext 
{ position: relative; background-color: #1A1A1A; width: 326px; top: 230px; left: 
400px; color: #73735E; } /* Page header text area - sub */ #headertext-sub { position: 
relative; background-color: #1A1A1A; width: 326px; top: 150px; left: 400px; color: 
#73735E; } .headerbodytext { color: #73735E; margin-top: -12px; } /* Left Column 
Container */ #left { float: left; width: 390px; margin-bottom: 0px; } /* left-column 
text area - subpage */ #left-text { width: 310px; padding-left: 40px; padding-right: 
40px; } #left-text p { color: #A6B7C0; } /* Menu */ #menu { padding-left: 40px; 
padding-right: 40px; padding-top: 20px; padding-bottom: 20px; color: #7D888E; 
font-weight: normal; font-size: 1.2em; } #menu a { color: #7D888E; margin-right: 
0px; font-size: 1.2em; text-decoration: none; line-height: 1.5; } #menu a:hover 
{ text-decoration: none; color: #fff; } /* Page Content Container (main page) 
*/ #page-content { float: right; width: 326px; padding-top: 20px; padding-right: 
25px; } /* Page footer area */ #page-footer { width: 685px; height: 25px; padding-left: 
40px; padding-right: 25px; padding-top: 15px; font-size: 0.8em; } /* Standard 
images */ img { border: none; } 