body {
	background-color: #336699;
}
.body_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #224568;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
{this the top of the header links}
.green_header {
	color: #006633;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
{this adjusts the outside of the Tulane Webpage}
.body_green_bold {
	color: #00331a; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
}
{this adjusts the Links in the header}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
{this adjusts the body of the webpage}
.body_black_bold {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
}
{this adjusts the text part of the body of the webpage}
.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.grey_bar a:hover {
  background: #CCC;
  color: #333;
  text-decoration: none;
}

{this adjusts the Related Links, Dept. Calendar & Dept. News}
.black_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-image: url("images/square_green_bullet.gif");
	text-align: left;
	float: none;
	clear: none;
	padding-bottom: 4px;
	margin-left: -15px;
}
{this adjusts the Menu Items under the Main Menu List} 
.blue_bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #224568;
	list-style-image: url("images/square_green_bullet.gif");
	text-align: left;
	float: none;
	clear: none;
	padding-bottom: 4px;
	margin-right: 10px;
}

.SubNavWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

{this adjusts the radio bottons}
.tulane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
{this adjusts the audience nav menu}
.brightgreen_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #669933;
}
.brightgreen_top a:hover {
  background: #cce4d9;
  text-decoration: none;
}
{this adjusts the menu above the search box}
.dkgreen_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336699;
}
.dkgreen_top a:hover {
  background: #EBF4E1;
  text-decoration: none;
}

{this adjusts the subject menu in the blue bar}
.topnav_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.topnav_white a:hover,
.topnav_white li.current a {
  background: #3277b7 url("images/main_menu_bg_hover.png") repeat-x;
  text-decoration: none;
}
{this adjusts the department name for all templates except Academic_Option1}
.deptname {
	color: #006633;
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: 24pt;
}
{this adjusts the department name for Academic_Option1}
.deptname2 {
	color: #006633;
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: 20pt;
	text-transform: uppercase;
}
{this sets the style for the search button in the header}
input#search_btn {
  background: #81b650;
  color: #FFF;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  border-top: 1px solid #81b650;
  border-left: 1px solid #81b650;
  border-bottom: 1px solid #4d6d2e;
  border-right: 1px solid #4d6d2e;
}


