
body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin: 30px;
 padding: 0px;
 background-color: #000000;
 color: #5A6F5A;
}

h1 {
 font-family: arial;
 font-size: 26px;
 font-weight: normal;
 color: #e9f2fc;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 }

h2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 border-bottom: 1px solid #e9f2fc;
 color: #e9f2fc;
 background-color: transparent;
 }

p {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 padding: 0px 0px 0px 15px;
 line-height: 18px;
 color: #e9f2fc;
 background-color: transparent;
 }

p.series {
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 padding: 0px 0px 0px 0px;
 line-height: 0px;
 text-align: center;
 } 

p.caption1 {
 font-size: 12px;
 font-style: italic;
 padding: 0px 0px 0px 0px;
 line-height: 0px;
 }

p.caption2 {
 font-size: 10px;
 padding: 0px 0px 0px 0px;
 line-height: 0px;
 }

a {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 color: #CD6839;
 background-color: transparent;
 }

a:visited {
 text-decoration: underline;
 color: #CD6839;
 background-color: transparent;
 }

/*............................... Frames ............................*/
.border1 {
 background-color: #5a6f5a;
 width: 100%;
 }

.border1m {
 background-color: #5a6f5a;
 width: 942px;
 }

.border1p {
 background-color: #5a6f5a;
 }

.border1c {
 background-color: #5a6f5a;
 width: 200px
 }

.border2 {
 background-color: #cccccc;
 width: 100%;
 }

.border3 {
 background-color: #ffffff;
 width: 100%;
 }

.border4 {
 background-color: #5a6f5a;
 width: 100%;
 }

.picture {
 padding: 20px;
 background-color: #000000;
 text-align: center;
 }

.picturecell {
 padding: 12px 0px 0px 0px;
 text-align: center;
 vertical-align: top;
 }

.picturecellb {
 padding: 12px 0px 12px 0px;
 text-align: center;
 vertical-align: top;
 }

/*............................... Title / Copyright ............................*/
.tcr {
 background-color: #474747;
 width: 100%;
 }

.copyright {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 color: #e9f2fc;
 background-color: transparent;
 }


/*............................... Nav Menu ............................*/
.navoutline {
 background-color: #cccccc;
 width: 100%;
 }

.navcell {
 padding: 3px 7px 3px 7px;
 background-color: #666666;
 text-align: center;
 }

.navcellcurrent {
 padding: 3px 7px 3px 7px;
 background-color: #9FAC9F;
 text-align: center;
 }

a.navlink {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #e9f2fc;
 background-color: transparent;
 }

a.navlink:visited {
 text-decoration: none;
 color: #e9f2fc;
 background-color: transparent;
 }

/*............................... Drop Down ............................*/
/* Main Cell portion */
.menu {
 width:40px;
 position:relative;
 z-index:100;
 }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }

.menu ul ul {
 width:149px;
 }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
 float:left;
 position:relative;
 }

/* style the links for the top level  Width is Block Size for Top level Line-height is height*/
.menu a, .menu a:visited {
 display: block;
 line-height: 10px;
 width: 5px;
 }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
 background:#CD6839;
 }

/* style the second level hover */
.menu ul ul a.drop:hover{
 background:#c9ba65;
 }

.menu ul ul :hover > a.drop {
 background:#c9ba65;
 }

/* hide the sub levels and give them a POSITION absolute so that they take up no room */
.menu ul ul {
 visibility: hidden;
 position: absolute;
 top: 0px;
 left: 0;
 width: 149px;
 }

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
 position: absolute;
 top: 0;
 left: 0;
 border-collapse: separate;
 }

/* style the second level links    Controls the actual drop down*/
.menu ul ul a, .menu ul ul a:visited {
 background: #CD6839;
 color: #000;
 height: auto;
 line-height: 1em;
 padding: 5px 10px;
 width: 128px;
 border-top: 1px solid #000000;
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
 border-bottom: 0px solid #000000;
 }

/* style the top level hover */
.menu ul ul a:hover {
 color:# 8B0000;
 background: #EE9A49;
 }

.menu a:hover {
 color:# 8B0000;
 background: transparent;
 }

.menu :hover > a, .menu ul ul :hover > a {
 color:#fff;
 background: #EE9A49;
 }


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
 visibility:visible;
 }

/*............................... Update Layer ............................*/
.updatelayer {
 background-color: #5A6F5A;
 width: 100%;
 }

.update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 color: #e9f2fc;
 background-color: transparent;
 }

/*............................... Content Cell ............................*/
.contentcell {
 background-color: #8B3A3A;
 }

.textblock {
 background-color: #474747;
 color: #e9f2fc;
 padding: 12px 15px 12px 15px;
 width: 100%;
}

.gallery {
 width: 490px;
 text_align: center;
 }

