/****** STYLE FOR GENERAL CONTENT ******/
body 
{ 
  background: #FF9999; 
  background-image: url('../images/wrc.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: scroll;
  
  font-family: verdana;
  color: #000000; 
  font-weight: normal; 
  font-size: small;
}

h1,h2,h3,h4,h5,h6
{
  font-family: verdana;
  font-variant: small-caps;
  color: #FFCCCC;
}

img
{
  border-width: 0px;
}

/* maintenance info on every page */
#editby p
{
  font-size: smaller;
}

/* maintenance info on every page*/
#editby h5
{
  color:#663333;
}

/* Style for content in the 'body' of the page*/
div#body
{
  position: absolute;
  top: 130px;
  left: 20px;
  width: 425px;
}

hr 
{
  color: #FFCCCC;
  background-color: #FFCCCC;
  border-width: 0px;
}

/**** CAMPUS & COMMUNITY RESOURCES ****/
hr.ccres /* horizontal row break */
{
  width: 75%;
  color: #FF9999;
  background-color: #FF9999;
  border-top-width: 2px;
  border-style: dashed;
  border-color: #FFCCCC;
}

/********** MENU FORMATTING ***********/
div#menu /* menu formatting*/
{
  position: absolute;
  top: 250px;
  left: 460px;
  width: 250px;
  font-variant: small-caps;
}

#menu p
{
  line-height: 110%;
}
#menu a.odd:link
{
  background-color: #FF8888;
}
#menu a.even:link
{
  background-color: #FFAAAA;
}
#menu a.hilite:hover
{
  background-color: #FFCCCC;
  color: #663333;
  font-weight: bold;
}

/*********** FAQ FORMATTING ************/
span.question
{
  font-weight: bold;
}

span.answer 
/*No Special formatting at this time. Leave for future use*/
{}

div.totop
{
  border-width: 2px;
  border-bottom-style: dashed;
  border-color: #FFCCCC;
}


/******* GENERAL LINKS FORMATTING *******/
A:link 
{
  text-decoration: none;
  color:#663333;
}
A:visited 
{
  text-decoration: none;
  color:#663333;
}
A:hover 
{
  text-decoration: none;
  color:#FFFFFF;
}

