@charset "utf-8";

/* CSS Document */

* {
margin: 0;
padding: 0;
}
html {min-height: 100%; margin-bottom: 1px;}

body {
font: normal 100.01%/140% Georgia, Verdana, sans-serif;
color: #012063;
background: #FFF url(../images/bodyBG.jpg) repeat-x;
overflow: -moz-scrollbars-vertical;
}

#header {
margin: 0 auto;
width: 748px;
background: #FFF url(../images/logo.jpg) no-repeat 0 0;
height: 135px;
margin-top: 14px;
margin-bottom: 15px;
}

#wrapper {
margin: 0 auto;
width: 660px;
background: url(../images/mainBG.jpg) repeat-y;
}

#menu {
background-color: #FFF;
background: url(../images/menuTop.jpg) no-repeat;
font-size: 0.80em;
}
#menu ul {
list-style-type: none;
font-size: 0.90em;
padding: 5px;
margin-left: 3em}

#menu li {
display: inline;
padding-right: 10px;
}

#menu li a {
text-decoration: none;
border-bottom: 1px dashed #666;
font-size: 1.40em;
margin-left: 30px;
padding: 0 15px;
color: #333;
background: url(../images/btnBG.gif) no-repeat 0% 50%;
} 

#menu li a:hover {color: blue;
border-bottom: 1px solid blue;
background: url(../images/btnBGhover.gif) no-repeat 0% 50%;}

#content {
padding: 10px 50px 10px 50px;
font-size: 0.9em;
background-color: #FFF;
background: url(../images/mainBG.jpg) repeat-y;
}

#content h1 {margin-bottom: 15px;
font-size: 1.45em;}

#content p {padding-bottom: 10px;}

#content ul {
margin-left: 25px;
}

p:first-letter {color: #333;
font-weight: bold;
font-size: 1.75em;
padding-right: 0.01em;
}

#footer {
background: #FFF url(../images/footerBG.jpg) no-repeat 0 0;
height: 35px;
text-align: right;
padding-right: 40px;
letter-spacing: 2px;
text-transform: lowercase;
color: #333;
font-size: 0.65em;
padding-top: 5px;
}
