1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
/* reset styles - scroll down for site-specific styles */
table, tr, td { border-style: none;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
body {line-height:1.5;background:#fff;font-size:75%;color:#222;font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;margin:1.5em 0;}
table {border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
a img {border:none;}
h1,h2,h3,h4,h5,h6 {color:#cd4e04;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:400;}
h1 {font-size:2em;line-height:1;margin-bottom:.5em;}
h2 {font-size:1.5em;margin-bottom:.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:700;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:700;}
p.last {margin-bottom:0;}
ul,ol {margin:0 1.5em 1.5em;}
ul {list-style-type:circle;}
ol {list-style-type:decimal;}
dd {margin-left:1.5em;}
blockquote {color:#666;font-style:italic;margin:1.5em;}
th {font-weight:700;}
/* font adjustment - default fontsize is 12px
use one of these options to adjust the font size
by putting the font size you want to use last */
body {
font-size: 87.5%; /* 14px */
font-size: 75%; /* 12px */
font-size: 81.25%; /* 13px */
}
a {
color: #d40000;
}
a:visited {
color: #d40000;
}
a:hover {
color: #f44800;
}
#content {
width: 552px;
height: 272px;
margin: 0 auto;
background: #fff url(images/bg.png) no-repeat;
padding-top: 100px;
text-align: center;
}
#content h1 {
display: none;
}
#logo {
width: 425px;
}
#searchbox {
width: 425px;
margin: 0 auto;
text-align: left;
white-space: nowrap;
}
#searchbox img {
margin: 0;
padding: 0;
border-style: none;
}
#links {
padding-top: 80px;
text-align: middle;
}
|