/* Start of CMSMS style sheet 'DWRC stylesheet' */
body {
	margin: 0;
	padding-left: 20px;
                padding-right: 20px;
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
            
}

a {
	color: #181245;
}

a:hover {
	text-decoration: none;
}
#header
{  
                margin-top: 0px;
                margin-bottom: 0px;
               
}
#header a
{
              align: center;
              font: arial;
              font-size: 20px;
              font-weight: bold;
              text-dercoration: none:
             
}
#header a hover
{         
              text-decoration: underline;
}
              


.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}
/*nav bar*/


#menu_horiz {
	padding: 2px;
	background:  url(uploads/images/dwrc navbar1.gif) repeat-x;
                height: 75px;
                margin: 0 ;

}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 1px;
   padding:0;
   
   
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   text-decoration: none;
   background: #ffffcc;
   margin: 7px ;
   padding: 1px;
   color: #000000;
   font-size: 12px;
  
}
/* the links, that is each list item */
div#menu_horiz a {
   padding: .2em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   font: arial;
   font-weight: bold;
   font-size: 12px;
   display: block; /* IE has problems with this, fixed above */
}


div#menu_horiz a:hover {
	text-decoration: underline;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFCC;
                
            
}



/* Content */

#content {
	float: left;
	width: 980px;
                background-color: #ffffcc;
                }



/* Footer */

#footer {
             clear: both;
             height: 75px;
             margin: 0 auto;
             background: url(uploads/images/dwrc footer copy.jpg) repeat-x;
             text-align: center;
             padding: 20px;
}

#footer p {
	margin: 0;
	font-size: 85%;
             padding: 1.5em;
             padding-bottom: 1.5em;

}

#footer a
{
               color: #000000;
}

/* End of 'DWRC stylesheet' */

