/* Standard HTML Redefintions */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-size: 12px;
	font-family: Arial;
}

a {
	color: #66716d;
}

a:hover {
	color: #62894D;
	text-decoration: none;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

h1 {
	font-size: 19px;
	font-family: Arial;
	color: #3B653E;
	margin: 0;
	padding-bottom: 8px;
	font-weight: Normal;
}

h2 {
	font-size: 15px;
	font-family: Arial;
	color: #558F57;
	text-transform: capitalize;
	margin: 0;
	padding: 8px 0;
}

h3 {
	font-size: 13px;
	font-family: Arial;
	margin: 0;
	padding: 6px 0px;
}

h4 {
	font-size: 8pt;
	font-family: Arial;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin: 0;
	padding-bottom: 8px;
	font-size: 12px;
}

table {
	font-size: 12px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

.std_hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #CCCCCC;
}

img {
	border: none;
}

/* Custom Classes */
.nav_section_ncheading {
	margin-top: 0;
	padding-left: 5px;
	line-height: 19px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #f2f6f5;
	border-top: 1px solid #cfd5d3;
}

.nav_section_heading {
	margin-top: 0;
	padding-left: 5px;
	line-height: 19px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #E1EEDB;
	border-top: 1px solid #cfd5d3;
	border-bottom: 1px solid #cfd5d3;
	font-weight: bold;
	color: #86BA6D;
}

.nav_section_heading a {
	text-decoration: none;
	display:block;
}

.nav_section_ncheading a {
	text-decoration: none;
	display:block;
}

.menu_item {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	height:25px;
	font-size: 12px;
	font-weight:normal;
	text-transform: capitalize;
	background-color: #e2ebe6 ;
	background-image: url(images/li1a.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #EEF5F7;
	border-bottom: 1px none #EEF5F7;
}

.menu_item a {
	text-decoration: none;
	display:block;
}

.sel_menu_item {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	height:25px;
	font-size: 12px;
	font-weight:normal;
	text-transform: capitalize;
	background-color: #BDD1C6 ;
	color: #3B5346;
	background-image: url(images/li1a.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #EEF5F7;
	border-bottom: 1px none #EEF5F7;
}

.sel_menu_item a {
	text-decoration: none;
	display:block;
	color: #3B5346;
}

.sub_menu_item {
	margin-top: 0;
	padding-left: 20px;
	height:25px;
	line-height: 19px;
	font-size: 12px;
	font-weight:normal;
	text-transform: capitalize;
	background-color: #C2DCE3;
	background-position: 13px 5px;
	background-repeat: no-repeat;
	border-top: 1px solid #EEF5F7;
	border-bottom: 1px none #EEF5F7;
}

.sub_menu_item a {
	text-decoration: none;
	display:block;
}

.lower_level_menu {
	margin-top: 0;
	padding-left: 25px;
	height:25px;
	line-height: 19px;
	font-size: 12px;
	font-weight:normal;
	text-transform: capitalize;
	background-color: #A1CEDB;
	background-position: 13px 5px;
	background-repeat: no-repeat;
	border-top: 1px solid #EEF5F7;
	border-bottom: 1px none #EEF5F7;
}

.lower_level_menu a {
	text-decoration: none;
	display:block;
}

.slogan {
	font-size: 38px;
	letter-spacing: -2px;
	color: #a3b0a9;
}

.homepage_ads {
  font-size: 12px;
}

.hdr_cname {
  font-size: 18px;
  color: #5a655f;
  text-transform: uppercase;
  font-weight:normal;
}

.news_area_title {
  font-size: 12px;
  color: #8DA1AC;
  text-transform: uppercase;
  font-weight: bold;
}

.news_date {
  font-size: 10px;
  color: #8DA1AC;
}

.news_title {
  font-size: 12px;
  color: #546378;
}

.news_title a {
  font-size: 12px;
  color: #546378;
}

.news_title a:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.news_briefbody {
  font-size: 12px;
  color: #444444;
}

.login_box {
  border: 1px #AACCD5 solid;
  background-color: #FFFFFF;
}

.login_area {
  font-size: 9px;
  color: #FFFFFF;
  background-color: #556477;
  border: 1px #CCCCCC solid;
  text-transform: uppercase;
}

.login_area_form {
  font-size: 9px;
  color: #666666;
}

.login_btn {
	border:2px solid #ddd;
	background:#fafafa;
	font: 9px arial,sans-serif;
}

input, textarea, select {
  padding: 2px;
	border:2px solid #ddd;
	background:#fafafa;
	font: 12px arial,sans-serif;
}

input[type="text"]:focus, textarea:focus {
  padding: 2px;
	border: 2px solid #FC0;
	font: 12px arial,sans-serif;
}

form#input:focus, form#textarea:focus, form#select:focus {
	border-color:#5D8733;
	background:#fff;
}

form#input:active, form#textarea:active, form#select:active {
	border-color:#5D8733;
	background:#fff;
}

form {
  padding: 0px;
  margin: 0px;
}

ul,ol {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 180%;
}

.std_text {
	font-size: 12px;
	font-family: Arial;
}

.latest_cstudy_area {
	border: 1px #A2D1FF solid;
	background-color: #EAF5FF;
	padding: 5px;
	line-height: 135%;
}

.latest_cstudy_area h1 {
	font-size: 13px;
	color: #004080;
	font-family: Arial;
	padding-bottom: 0px;
}

.latest_cstudy_area p {
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	line-height: 150%;
}

.nav_contactus {
	color: #666666;
	font: 9pt arial,sans-serif;
}

.pullquote {
    margin-left: 10px;
    padding:10px;
	float:right;
	font-size:125%;
	font-style: italic;
	text-align: center;
	background: #e6e6e6;
}