body {
background : #411c00 url(images/bg.gif) repeat;
margin : 20px;
padding : 0;
text-align : center;
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
}


a {
color : #000000;
text-decoration : underline;
}

a:hover {
text-decoration : none;
}


h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 24px;
color : #ffffff;
font-weight : 700;
margin : 0;
}

h2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 22px;
color : #411c00;
margin : 0;
text-transform : uppercase;
margin-left : 25px;
}

h3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
color : #666666;
font-weight : 700;
margin : 0;
padding-bottom : 5px;
border-bottom : 1px dotted #cccccc;
}

h4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

h5 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

h6 {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
color : #000000;
border-top : 1px dotted #cccccc;
}


.left {
text-align : left;
}

.center {
text-align : center;
}

.right {
text-align : right;
}

.justify {
text-align : justify;
}


p {
margin : 5px 0 0 0;
padding : 0 0 5px 0;
font-size : 11px;
}


#page {
width : 710px;
margin : 0 auto;
padding : 10px;
background : #ffffff;
text-align : left;
border : 5px solid #411c00;
}


#logo {
width : 700px;
height : 160px;
border : 0;
margin : 0 0 10px 0;
padding : 50px 0 0 10px;
background : url(images/logo.jpg) no-repeat;
}


#content {
background : #ffffff;
padding : 10px 0;
}


#nav {
margin : 5px;
padding : 5px;
list-style : none;
}

#nav a {
width : 130px;
height : 20px;
display : block;
font-size : 13px;
font-weight : bold;
color : #ffffff;
text-decoration : none;
padding : 11px 10px 9px 10px;
border-bottom : 1px dotted #333;
background : #411c00 url(images/nav.gif) no-repeat;
}

#nav a#last {
border : 0;
}

#nav a:hover {
background : #411c00 url(images/nav-current.gif) no-repeat;
width : 130px;
height : 20px;
padding : 11px 10px 9px 10px;
}

#nav a.current {
background : #411c00 url(images/nav-current.gif) no-repeat;
width : 130px;
height : 20px;
padding : 11px 10px 9px 10px;
}


#left {
float : left;
}

#right {
float : right;
width : 500px;
padding : 0 0 0 20px;
color : #666666;
}


#clear {
clear : both;
}


#footer {
padding-top : 11px;
font-weight : bold;
text-transform : uppercase;
font : 11px Arial, Helvetica, sans-serif;
color : #000000;
}

#footer a {
font-weight : bold;
color : #000000;
}

#footer a:hover {
font-weight : bold;
text-decoration : none;
color : #000000;
}

/* Date Modified:  December 30, 2009 */