html, body {

}

body {
  background: url('images/bg-grad.jpg') top center repeat-y #c9dddc;
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
}

fieldset { margin: margin: 1em 0; padding: 1em; border: 1px solid #cccccc; }
label { display: block; }
input { width: 200px; }
textarea { width: 300px; height: 100px; }
.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699; }
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666 font-weight: bold;} 
<!--fix for firefox -->
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}



p {
	font-family: Verdana, Arial;   
}



/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: ##076D2B; 
	margin-bottom: 5px;
}

.news_abstract {}

.news_abstract_indented {
  margin-left: 80px;
}

.news_image {
  width: 80px;
  float: left;
  clear: none;
}

.news_date {}

.news_date_indented {
  margin-left: 80px;
}

/* News Page EOF */

/* Infobox Styles */

.side_box {

}

.side_box_heading {
  font-family: Verdana, Arial;
  color: #BC0410;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
}

.side_box_content {
  font-family: Verdana, Arial;
  font-size: 8pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  color: #484747;
  font-size: 11px;
  line-height: 20px;
}


.side_box_content form {
  width: 180px;
  text-align: center;
}


/* Infobox Styles EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/* Chi High Sixth Form Specific Styling */
#site_container {
  width: 808px;
}

#main_menu_container {
  margin-top: 5px;
}

.main_nav_row {
  background: url('images/main_nav_bg.jpg') repeat-x;
}

.main_nav_link {
  padding: 0 2px;
}

.main_nav_link a {
  font-size: 12px;
  color: #842aa1;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

#main_body_top {
  margin-top: 5px;
  background: url('images/sub-top.gif') no-repeat;
  width: 808px;
  height: 21px;
}

#main_body_middle {
  background: url('images/content-sub.gif') repeat-y;
}

#main_body_bottom {
  background: url('images/content-bottom.gif') no-repeat;
  width: 808px;
  height: 21px;  
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 11px;
  color: #000;
  line-height: 17px;
}

#left_column {
  width: 210px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;    
}

#main_content_container {
  margin-left: 220px;
  min-height: 500px;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;  
}

.page_header {
  margin:0;
  font-size: 18px;
  color: #842aa1;
  font-weight: bold;
}

#full_main_body_top {
  background: url('images/content-top.jpg') no-repeat;
  width: 808px;
  height: 21px;  

}

#full_main_body_middle {
  background: url('images/content-side.jpg') repeat-y;
}


#full_main_content_container {
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;  
}

.homepage_col_image {
  margin-bottom: 15px;
  margin-left: 5px;
}

.left_col_button {
  margin-top: 5px;
}

.left_col_button a{
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  background: url('images/button.gif') no-repeat;
  background-position:center;  
  padding: 5px;
  display: block;
  height: 17px;
  text-align: center;
}

.left_col_button a:hover{
  background: url('images/buttonhover.gif') no-repeat;
  background-position:center;  
  color: #fff;
}


#footer_links {
  width: 300px;
  padding-top:5px;
  padding-bottom: 10px;
  float: left;
  text-align: left;
  padding-left: 20px;
  font-size: 11px;
  color: #750192;
  text-decoration: none;
  font-family: verdana, arial;
}

#footer_links a {
  color: #750192;
  text-decoration: none;
  font-weight: bold;
}

#footer_links a:hover {
  text-decoration: underline;
  color: #227A90;
}

#footer_right {
  width: 300px;
  padding-top:5px;
  padding-bottom: 10px;
  float: right;
  text-align: right;
  padding-right: 20px;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  font-family: verdana, arial;
}


#footer_right a {
  color: #750192;
  text-decoration: none;
}


#footer_right a:hover {
  text-decoration: underline;
  color: #227A90;
}


/* From Original Sixth Form Site Stylesheet */



.PageBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
}


.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #750192;
	font-weight: bold;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #c2a3d6;
}

.SubTitle a {
  color: #842aa1;
}

/* From Original Sixth Form Site Stylesheet */



/* Chi High Sixth Form Specific Styling EOF */