body {font-family:arial, verdana, helvetica, sans-serif; font-size:76%; color:#000; margin: 0;
}
a, a:visited {color:blue;text-decoration:none;}
a:hover {color: darkred;text-decoration:none;}
#wrapper {width: 75em;margin: 0 auto;text-align: left;
    background: skyblue url(images/bg.png) repeat;
}

#head {background: url(images/nm_top.jpg) no-repeat; height: 70px;
}

#nav-top {height: 25px;float: left; font-size: 1.1em; 
}
#nav-top ul {background: yellow url(images/NavBg.png) repeat-x;
  margin: 0; padding: 0; float: left; width: 68.2em;
  list-style: none;  text-decoration: none;
}
#nav-top ul li {float: left; position: relative; left: 178px;
}
#nav-top ul a {padding: 0 1em; line-height: 25px;
  background: url(images/NavBorder.png) repeat-y right top;
  text-decoration: none; color: blue; float: left;
  display: block;
}
#nav-top ul a:hover {color: darkred; text-decoration: none;
}
#nav-top .first {background: url(images/NavBorder.png) repeat-y;
}

#main {width: 58em; float: left;padding-bottom: 20px;
}
#main h3 {color: darkgreen; padding-right: 15px;
    padding-left: 5px; padding-top: 10px; font-size: 1.5em;
}
#main h4 {color: darkgreen; padding-right: 15px;
    padding-left: 50px; padding-top: 1px; font-size: 1.3em;
}
#main h5 {color: green; padding-right: 15px;
    padding-left: 5px; padding-top: 1px; font-size: 1.2em;
}

#main p {color: black; padding-right: 20px;
    padding-left: 5px; padding-top: 2px;
    font-size: 1.2em; text-align: justify;
    line-height: 25px;
}
#main hr {
    border-width:1px;
    background:orange;
    border-bottom-color: orange;
    width: 100%;
    height: 1px;
}
#main li {font-size: 16px;
    padding-right: 15px;
    text-align: justify;
}

#left {width: 45em; float: left;
}

#right {width: 13em; float: right;
}
#right p {margin: 0; font-size: 1.1em;
    padding-right: 5px; padding-bottom: 2px;
}   
.right-pic {padding: 25px 5px 5px;
}

#footer {clear: both; font-size: 1.1em;
    background: yellow url(images/NavBg.png) repeat-x; height: 25px;
}

#footer p {color: blue; text-align: center; padding-top: 5px;
}

#footer ul {background: url(images/NavBg.png) repeat-x;
  margin: 0;  padding: 0;  float: left;  width: 68.2em;
  list-style: none;  text-decoration: none;
}
#footer ul li {
  float: left; position: relative; left: 178px;
}
#footer ul a {padding: 0 1em;  line-height: 25px;
  background: url(images/NavBorder.png) repeat-y left top;
  text-decoration: none;  color: blue;  float: left;
  display: block;
}
#footer ul a:hover {color: darkred; text-decoration: none;
}
#footer .first a {background: none;
}


#nav {width: 17em; float: left; padding-top: 15px; height: 10em;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0 0 10px; padding: 10px 0 0; position:absolute; width:15em; z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background: yellow url(images/NavBg.png) center top; color: darkred; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {height:16em; background:lightyellow url(images/menusub.png);}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 15em; margin: 0; cursor:pointer;}
#menu dt {margin:0; padding: 0; font-size: 1.1em; border-top:1px solid #cce;}
#menu dd {margin:0; padding:0; font-size: 1em; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:block; color:blue; padding:5px 5px 5px 10px; background: yellow url(images/NavBg.png) center top;}
.gallery dd a, .gallery dd a:visited {color:blue; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px;background:lightyellow url(images/menusub.png);}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {color:darkred;
    background: #fafe61;
}
/*End of Stu menu */ 

span.arrow {font-size: 1.1em; color: green; float: right; position: relative;
}

/*Style of table*/
#main table {
  border-collapse: collapse;
  width: 48em;
  font-size: 1.1em;
}

#main col#albumCol {
  border: none;
}

#main thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  color:green;
}

#main th {
  font-weight: normal;
  text-align: left;
}
#main .thbyarea {
    text-align: right; padding-right: 0;
}
#main th, #main td {padding: 0.2em;
}

#main .odd {
  background-color: #fff;
}
#main .even {
  background-color: #e6e6e6;
}
#main .current {
  background-color: #efe089;
}
#main .accept {
  background-color: #a0ffab;
}
#main .reject {
  background-color: #e6e6e6;
}
#main .forthcoming {
  background-color: #c3acb4;
}
#main .published {
  background-color: aqua;
}

#main td:hover {
  background-color:#fafe61;
}

#main thead tr:hover {
  background-color: transparent;
  color: inherit;
}
/*End of style of table*/
