.frontPageHeading {
  color:#00a86b;
  font-size:16px;
  font-weight:bold;
  background:url('site_images/frontpage_bullet.gif') no-repeat 0px 4px;
  padding-left:19px;
}

.requiredField {
  font-weight:bold;
  color:#aa0000;
}

.signUpError {
  font-weight:bold;
  color:#aa0000;
  text-align:center;
  margin-top:15px;
}

.TIANotes {
  margin-left:auto;
  margin-right:auto;
  width:425px;
  margin-top:15px;
}

.TIANotes ul {
  margin:0px;
  padding-left:25px;
}

.TIANotes ul li {
  font-size:11px;
}

.admissionNote {
  text-align:center;
  margin-bottom:15px;
  font-weight:bold;
}

.ABCDResult {
  font-size:16px !important;
}

h1 {
  color:#00a86b;
  font-size:22px;
}

h2 {
  color:#00a86b;
  font-size:19px;
}

body {
  margin:0px;
  font-family:Arial;
  font-size:13px;
  color:#666666;
}

.signUpForm {
  margin-left:auto;
  margin-right:auto;
  width:428px;
  border:1px solid #A8CA00;
  padding:4px;
  background-color:#F2F8D7;
  margin-top:15px;
  overflow:auto;
}

.signUpForm .label {
  font-weight:bold;
  width:145px;
  float:left;
  font-size:12px;
  padding-top:3px;
}

.signUpForm .element {
  width:275px;
  font-size:12px;
  float:left;
  margin-bottom:4px;
}

.signUpForm .element input {
  width:100%;
  font-size:13px;
}

select, option {
  font-size:11px !important;
}

.signUpForm .element .checkbox {
  width:20px;
}

.signUpForm .element textarea {
  width:100%;
  height:75px;
  font-size:12px;
}

.signUpForm select, .signUpForm option {
  font-size:13px;
}

.signUpForm .twoColumns {
  width:428px;
  text-align:center;
  font-weight:bold;
  font-size:13px;
  padding-bottom:3px;
}

.signUpForm .twoSpan {
  width:428px;
}

#body {
  background-color:#cae05c;
}

#main {
  margin-left:auto;
  margin-right:auto;
  width:1003px;
  padding:0px;
/*
  background:url('site_images/main_background_right.gif') repeat-y right;
*/
  border-left:1px solid #7f7f7f;
  border-bottom:1px solid #7f7f7f;
  border-right:1px solid #7f7f7f;
}

#mainSiteBlock {
  width:1003px;
  margin:0px;
  background:url('site_images/left_column_menu_background.gif') repeat-y #ffffff 1px top;
  padding-bottom:6px;
}

#leftColumn {
  width:225px;
  float:left;
  padding-bottom:30px;
}

#leftColumn ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

#leftColumn a {
  background-color:#ececec;
  display:block;
  width:190px;
  padding:3px 3px 3px 8px;
  margin:4px;
  color:#7f7f7f;
  font-size:13px;
  text-decoration:none;
}

#leftColumn a span {
  display:block;
}

#leftColumn #currentpage, #leftColumn a:hover {
  font-weight:bold;
  color:#4193b6;
  background-color:#ffffff;
}

.menuHeader {
  color:#00a86b;
  font-weight:bold;
  margin:25px 0px 0px 12px;
  font-size:13px;
}

#rightColumn {
  float:left;
  width:775px;
}

#languageBar {
  width:760px;
  color:#7f7f7f;
  text-align:right;
  padding-top:3px;
  padding-bottom:5px;
}

#banner {
  margin-left:15px;
}

#footer {
  margin-left:25px;
  color:#999999;
  font-size:11px;
  margin-top:25px;
}

#footer a {
  color:#4193b6;
  text-decoration:none;
}

#footer img {
  float:left;
  margin-right:15px;
}

/*
#bottomStripLeft {
  background:url('site_images/bottom_strip_left.gif') no-repeat top right;
  height:20px;
  width:1015px;
  margin-top:0px;
  padding-top:0px;
  width:225px;
  border-top:1px solid #7f7f7f;
}


#bottomStrip {
  background:url('site_images/bottom_strip_right.gif') no-repeat top right;
  height:20px;
  margin-left:auto;
  margin-right:auto;
  width:1015px;
  margin-top:0px;
  padding-top:0px;
}
*/

#content {
  padding:25px;
}

p {
  margin-top:0px;
  margin-bottom:6px;
}

.frontPageBox {
  background: url(site_images/box_back.gif) no-repeat;
  width: 288px;
  padding:6px;
  vertical-align:top;
}

a:link, a:visited, a:active, a:hover {
  color:#4193b6;
  font-weight:bold;
  text-decoration:none;
}

#cs1, #cs2, #cs3, #cs4 {
  width:18px;
  margin:2px;
  font-size:14px;
  font-weight:bold;
}

#cs1 {
  color:#00a86b !important;
  background-color:#ffffff !important;
  border:1px solid black;
  padding:2px;
  text-align:center;
}

#cs2 {
  color:#ffff00 !important;
  background-color:#000000 !important;
  border:1px solid black;
  padding:2px;
  text-align:center;
}

#cs3 {
  color:#000000 !important;
  background-color:#ffff00 !important;
  border:1px solid black;
  padding:2px;
  text-align:center;
}

#cs4 {
  color:#000000 !important;
  background-color:#ffffff !important;
  border:1px solid black;
  padding:2px;
  text-align:center;
}

#changeFontSize {
  margin-top:20px;
  text-align:right;
  clear:left;
}