/*Stylesheet for College Tidbits*/
body {
  background: #75746C url('../img/page_bg.jpg') top center no-repeat; color: #333333; 
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 12px; 
  line-height: 18px; 
  text-align: center; 
  margin-top: 15px; 
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

/*Formatting for all un-clicked Links-A=Blue, Vistited=Blue, Active=Blue, Hover=Red*/
A {
  background-color: transparent; 
  color: #0033CC; 
  text-decoration: none; 
}

A:visited {
  background-color: transparent; 
  color: #0033CC; 
  text-decoration: none;
}

A:active {
  background-color: transparent; 
  color: #0033CC; 
  text-decoration: none;
}

A:hover {
  background-color: transparent; 
  color: #CC0000; 
  text-decoration: none;
}
/*H1 - Used for Titles, the color is Black-24pt*/
h1 { 
  background-color: transparent; 
  color: #333333; 
  font-size: 24px; 
  padding: 0px;  
  margin-top: 0px; 
  margin-bottom: 7px;
}
/*H2 - Used for Section on the Page, the color is Red-21pt*/
h2 { 
  background-color: transparent; 
  color: #333333; 
  font-size: 21px; 
  padding: 0px; 
  margin-top: 0px; 
  margin-bottom: 7px;
}
/*H3 - Used for Body Articles on the Page, the color is Red-18pt*/
h3 { 
  background-color: transparent; 
  color: #CC0000; 
  font-size: 18px; 
  padding: 0px;
  margin-top: 0px; 
  margin-bottom: 7px;
}
/*H4 - Used for Heading on the Right Column, the color is Red-16pt*/
h4 { 
  background-color: transparent; 
  color: #CC0000; 
  font-size: 16px; 
  padding: 0px; 
  margin-top: 0px; 
  margin-bottom: 7px;
}

h5 { 
  background-color: transparent; 
  color: #333333; 
  font-size: 12px; 
  padding: 0px; 
  margin-top: 0px; 
  margin-bottom: 7px;
}

p {
  padding: 0px; 
  margin: 0px; 
  margin-bottom: 10px;
}

#outside_wrapper {
  width: 720px;
  background-color: #ffffff; 
  border: 1px solid #7C7A74; 
  border-top: 0px;
  padding: 20px; 
  padding-top:0px;
  margin: 0px auto; 
}

#inside_wrapper {
  background-color: #ffffff; 
  border: 0px solid #eeeeee; 
  padding: 0px;
  margin: 0px;  
}

#page_top {
  height: 30px;
  width:762px;
  margin: 0px auto;
  background: transparent url('../img/top_bg.jpg') top center no-repeat;    
}

#page_header {
  text-align: left;
  background: transparent url('../img/header_bg.jpg') top left no-repeat;  
  padding-top: 0px;
  padding-bottom: 39px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px; 
}

#page_header h1 { 
  background-color: transparent; 
  color: #FFFFFF; 
  font-size: 30px; 
  line-height:32px; 
  padding: 0px; 
  padding-top:20px;
  margin: 0px; 
  margin-bottom: 0px;
}

#page_header h2 { 
  background-color: transparent; 
  color: #ADE2F6; 
  font-size: 15px; 
  line-height: 24px; 
  letter-spacing: 1px;
  font-weight: normal; 
  padding: 0px;  
  margin: 0px; 
  margin-bottom: 0px;
}

#page_header A:link, #page_header A:visited, #page_header A:active {
  color: #FFFFF2; 
  text-decoration: none;
}

#page_header A:hover {  
  background-color: transparent; 
  color: #F5EED2; 
  text-decoration: none;
} 

#navlist
{
  text-align: left;
  padding: 3px 0;
  margin: 0px;
  background: #eeeeee url('../img/tab_bg.jpg'); 
  background-position: 0px 0px; 
  border-bottom: 1px solid #333333;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #333333;
  border-bottom: none;
  background: #E3D9BE;
  text-decoration: none;
}

#navlist li a:link { color: #0033CC; }
#navlist li a:visited { color: #0033CC; }

#navlist li a:hover
{
  color: #CC0000;
  background: #FCF5E3;
  border-color: #333333;
}

#navlist li a#current
{
  background: white;
  border-bottom: 1px solid white;
}

#content_area {
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y; 
  padding: 20px; 
  padding-left: 10px;
  padding-bottom:10px;
  margin: 0px;
}

#content_area ul {
  list-style: none;
  padding: 0px; 
  padding-top: 5px; 
  margin-left: 5px; 
  margin-top: 0px; 
  margin-bottom: 15px;
}
/*Used for Bullets, the size is now 12pt*/
#content_area li {
  background-image: url('../img/arrow.gif'); 
  background-repeat: no-repeat; 
  background-position: 0px 6px; 
  color: #333333;
  text-align: left; 
  font-family: verdana, arial, sans-serif; 
  font-size: 12px; 
  line-height: 18px; 
  padding:0px; 
  padding-left: 10px; 
  margin: 0px; 
}

#left_column {
  float: left;
  text-align: left;
  width: 470px;
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

#right_column {
  float: right;
  text-align: left;
  width: 180px;
  background-color: transparent;
}

#page_footer {
  background-color: #2B61C3; 
  padding: 20px; 
  margin: 0px;
  border-top: 1px solid #333333;
}

#page_footer p {
  background: transparent; 
  color: #B6E5F7; 
  font-size: 12px; 
  line-height: 12px;  	
  padding: 0px; 
  margin: 0px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
}

#page_footer A {
  background-color: transparent; 
  color: #FFFFFF; 
  text-decoration: none; 
}

#page_footer A:visited {
  background-color: transparent; 
  color: #FFFFFF; 
  text-decoration: none;
}

#page_footer A:active {
  background-color: transparent; 
  color: #FFFFFF; 
  text-decoration: none;
}

#page_footer A:hover {
  background-color: transparent; 
  color: #F5EED2; 
  text-decoration: none;
}

.spacer { 
  margin: 0px;
  clear: both; 
}

.featurebox { 
  background-color: #F4F7FB; 
  border: 1px solid #D2D9E2;
  padding: 10px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
}

.featurebox p {
  padding: 0px; 
  margin: 0px;
}

.featurebox ul {
  list-style: none;
  padding: 0px; 
  padding-top: 5px; 
  margin-left: 5px; 
  margin-top: 0px; 
  margin-bottom: 15px;
}

.featurebox li {
  background-image: url('../img/arrow.gif'); 
  background-repeat: no-repeat; 
  background-position: 0px 6px; 
  color: #333333;
  text-align: left; 
  font-family: verdana, arial, sans-serif; 
  font-size: 12px; 
  line-height: 18px; 
  padding:0px; 
  padding-left: 10px; 
  margin: 0px; 
}

.image_left {
  float: left;
  margin-right:10px;
}

.image_right {
  float: right;
  margin-left:10px;
}



