/* Start of CMSMS style sheet 'Dartmoor Stylesheet' */
body
{
                margin: 0;
               padding: 0;
	  background: #181818;
	  font-family:Arial, Helvetica, sans-serif;
	  color:#DAA520;
               font-size: 13px;
}

#header
{  
                margin-top: 20px;
               
}

#header h1
{
                font-size: 36px;
                color: DAA520;
                text-align:center;
               
}

#header h1 span style
{
               font-size: 20px;
               font-style: italic;
}
 a:link {
	color: #DAA520;
	text-decoration: none;
}
a:visited {
	color: #DAA520;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}    


 /*page*/

#page
{
                width: 980px;
                margin: 0 auto;
}


/*menu*/

#menu-horz {
	padding: 10px;
             background: #181818 repeat x;
          
}

#menu ul {
	margin: 0;
	padding-top: 20px;
	list-style: none;
         
}

#menu li {
	padding: 5px 0;
                color: #DAA520;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #DAA520;
              
}

#menu a:hover {
                text-color:#FFFFFF;
	text-decoration: none;
}

#meun li.first
{               
                 background: none 0;
}
#content 
{
	float: right;
                width: 980px;
                background-color: #181818;
              
}

#content h1
{
                 color: #DAA520; 
                 padding-top: 20px; 
}  
#p
{
	font-size: 13px;
}
#table li{
              color: #DAA520;
              font-size: 14px;
}
hr
{
                 width: 980px;
                 color: #DAA520;
                 background-color: #DAA520;
               
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
            
#footer
{
                 text-align:center;
                 padding-top:1px;
}


/* End of 'Dartmoor Stylesheet' */

