
body {
margin : 0;
background-image : url(../images/bckg.jpg);
background-repeat : repeat-x;
background-color : #a9a9a9;
}
p, ul, ol, li, blockquote, td, body {
font-family : "Myriad Pro", "Trebuchet MS", Arial;
font-size : 10pt;
font-style : normal;
font-weight : normal;
color : #1b1d1e;
text-decoration : none;
}
a:link, a:active, a:visited {
color : #c23b01;
vertical-align : middle;
}
a:hover {
color : #333333;
}
#container {
background-image : url(../images/containerbg.jpg);
background-color : #ffffff;
width : 800px;
position : absolute;
left : 50%;
top : 0;
z-index : 1;
margin-left : -400px;
border : 1px solid #0a325c;
}
#header {
background : url(../images/header_bckg_main.jpg) repeat-x;
border : none;
}
#logo {
background : url(../images/header_bckg.jpg) no-repeat;
padding : 0;
height : 113px;
color : #ffffff;
font-style : italic;
border : none;
}
#logo a {
color : #ffffff;
text-decoration : none;
font-weight : bold;
font-size : 20px;
font-style : italic;
text-transform : uppercase;
border : none;
}
#logoimg {
border : none;
}
#menu {
background : url(../images/menu_bckg.jpg);
height : 30px;
border : none;
}
#menu ul {
margin : 0;
padding : 0;
border : none;
}
#menu ul li {
display : inline-block;
float : left;
list-style : none;
text-align : center;
padding-left : 5px;
padding-right : 5px;
border : none;
line-height:21px;
}
#menu a {
display : block;
float : left;
color : #ffffff;
font-size : 8.5pt;
text-transform : uppercase;
font-weight : bold;
text-decoration : none;
padding-top : 4px;
font-style : italic;
padding-left : 5px;
padding-right : 5px;
border : none;
}
#menu a:hover {
padding-top : 4px;
height : 22px;
background : url(../images/menu_bckg_over.jpg);
border : none;
}
#navlink {
font-size : 8pt;
text-transform : uppercase;
font-style : italic;
font-weight : bold;
color : #ffffff;
text-decoration : none;
}
#text {
margin : 0 270px 0 20px;
border : none;
}
#text p {
padding : 0 20px 10px 0;
border : none;
}
#sidebar {
float : right;
width : 200px;
padding : 0 20px 0 10px;
font-size : 14px;
border : none;
}
h1 {
text-transform : uppercase;
font-size : 12pt;
color : #1b1d1e;
font-style : italic;
border : none;
}
h2 {
text-transform : uppercase;
font-size : 12pt;
color : #1b1d1e;
font-style : italic;
border : none;
text-align : center;
}
#main {
float : left;
background : url(../images/sidebar_bckg.gif) repeat-y top right;
padding : 20px 0 0 0;
border : none;
}
#footer {
background : #87bf3d url(../images/footer_bckg.jpg);
border : none;
height : 32px;
clear : both;
font-size : 9pt;
font-style : italic;
font-weight : bold;
color : #ffffff;
text-align : center;
}
a.footer {
color : #ffffff;
}
a.footer:hover {
color : #333333;
}
#dropmenudiv {
position : absolute;
border : 1px solid black;
border-bottom-width : 0;
line-height : 18px;
z-index : 100;
}
#dropmenudiv a {
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 1px solid black;
padding : 1px 0;
text-decoration : none;
font-weight : bold;
}
#dropmenudiv a:hover {
background-color : #6ea525;
}
.textfield {
border : 1px solid #333333;
}
