/* Reset all Browser defaults */

* {
  margin:0;
  padding:0;
}
option {
  padding-left: 0.4em;
}
html {
  height:100%;
}
body {
  font-size: 100.01%;
  position: relative;
}
fieldset, img {
  border: none;
}
select, input, textarea {
  font-size: 99%;
}
ul {
  list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* HTML */
html {
	background: #F5FAFC;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color: #272A8B;
	font-size: 0.9em;
}


/* Classes */
div.hr {
  height: 4px;
  width: 440px;
  overflow: hidden;
  margin: 5px auto;
  text-align: center;
/*  background: url('../images/hr.png') top center;*/
}

div.hr hr {
  display: none;
}

div.clear {
  clear: both;
}

.message {
	margin: 5px;
	width: 90%;
	color: #00AA00;
}

.required {
	margin: 5px;
	width: 90%;
	color: #CC0000;
}

a.ButtonStudents, a.ButtonDonate {
  color: #EC6B2E;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding:0 0 0 16px;
}

a.ButtonStudents b, a.ButtonDonate b {
  padding: 0 16px 0 0;
  display: block;
}

a.ButtonStudents:hover, a.ButtonDonate:hover {
  text-decoration: underline;
}

a.ButtonStudents {
  width: 191px;
  margin: 0 4px;
  background: url('../images/button_students.png') top left no-repeat;
}

a.ButtonStudents b {
  background: url('../images/button_students.png') top right no-repeat;
}

a.ButtonDonate {
  width: 100px;
  background: url('../images/button_donate.png') top left no-repeat;
}

a.ButtonDonate b {
  background: url('../images/button_donate.png') top right no-repeat;
}

img.StudentPhoto {
  border: none;
}

p.StudentPhotoDesc {
  margin: 0 auto 10px auto;
  width: 80%;
}

div.Widget {
  position: relative;
  margin: 0 0 8px 0;
}

div.Widget h1 {
  position: relative;
  top: -7px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  /*background: url('../images/widget_header.png') top center no-repeat;*/
}

div.WidgetContent {
  padding: 0 15px;
  text-align: justify;
  font-size: 0.9em;
  background: url('../images/bg_widget.png') top center repeat-y;
}

div.WidgetContent embed {
  text-align: center;
  margin: auto;
  display: block;
}

div.WidgetTop {
  width: 100%;
  height: 14px;
  overflow: hidden;
  background: url('../images/widget_top.png') bottom center no-repeat;
}

div.WidgetBottom {
  width: 100%;
  height: 14px;
  overflow: hidden;
  background: url('../images/widget_bottom.png') bottom center no-repeat;
}

div.PayPalTuition {
  padding: 0 15px;
}

div.TuitionBar {
  width: 160px;
  height: 13px;
  overflow: hidden;
  margin: 2px auto;
  background: url('../images/progressbar_back.gif') center center no-repeat;
}

div.TuitionLevel {
  height: 7px;
  border: none;
  background: url('../images/progressbar_progress.gif') center left repeat-x;
  margin: 3px 2px 2px 2px;
}

/* IDs */
#SiteContainer{
  position: relative;
  width: 1000px;
  margin: auto;
  text-align: left;
}

#Header {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin: 0 0 3px 0;
}

#Header #TextVersion {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
}

#Header img {
  position: relative;
  z-index: 5;
}

#Header .ButtonDonate {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 10;
}

#Navigation {
  position: relative;
  float: left;
  display: inline;
  width: 235px;
  overflow: hidden;
}

#NavTop {
  width: 100%;
  height: 21px;
  overflow: hidden;
  background: url('../images/nav_top.png') bottom center no-repeat;
}

#NavBottom {
  width: 100%;
  height: 21px;
  overflow: hidden;
  background: url('../images/nav_bottom.png') top center no-repeat;
}

#NavQuote {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: url('../images/nav_quote.png') top center no-repeat;
  margin: 10px 0 0 0;
  font-size: 1.2em;
}

#NavQuote p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  line-height: 50px;
}

#Navigation a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

#Navigation a.current, #Navigation a.section, #Navigation a:hover {
  text-decoration: underline;
  color: #EC6B2E;
}

#Navigation li {
  padding: 2px 0;
}

#Navigation ul.menu {
  background: url('../images/bg_nav.png') top center repeat-y;
  position: relative;
  padding: 0 15px;
}

#Navigation ul.submenu {
  margin-left: 15px;
}

#Navigation ul.submenu a {
  text-decoration: none;
  font-weight: normal;
}

#PageContentContainer {
  position: relative;
  width: 546px;
  float: left;
  display: inline;
}

#PageContent {
  width: 530px;
  overflow: hidden;
  background: url('../images/bg_content.png') top center repeat-y;
  padding: 0 8px;
}

#PageTop {
  width: 100%;
  height: 21px;
  overflow: hidden;
  background: url('../images/content_top.png') bottom center no-repeat;
}

#PageBottom {
  width: 100%;
  height: 21px;
  overflow: hidden;
  background: url('../images/content_bottom.png') top center no-repeat;
}

#PageContent a {
  color: #EC6B2E;
  text-decoration: underline;
}

#PageContent a:hover {
  background: url('../images/bg_link.png');
  color: #FFFFFF;
}

#PageContent h1 {
  font-size: 1.3em;
  width: 80%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  margin: 0 auto 0 auto;
  text-align: center;
}

#PageContent h2 {
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
}

#PageContent h3 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

#PageContent h4 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}

#PageContent h5, #PageContent h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;  
}

#PageContent ol {
  padding-left: 28px;
}

#PageContent ul {
  list-style-type: square;
  padding-left: 20px;
}

#PageContent ul ul {
  list-style-type: circle;
}

#PageContent img.left {
  display: block;
  float: left;
  padding: 5px;
}

#PageContent img.right {
  display: block;
  float: right;
  padding: 5px;
}

#Content {
  position: relative;
  text-align: justify;
}

#StudentVideo {
  text-align: center;
}

#StudentText {
  text-align: justify;
  width: 95%;
  margin: 5px auto 0 auto;
}

#StudentPhotos {
  text-align: center;
}

#Sidebar {
  position: relative;
  width: 215px;
  overflow: hidden;
}

#SidebarPicture {
  width: 215px;
  height: 450px;
  overflow: hidden;
  margin: 6px 0 0 0;
}

#SidebarPicture img {
  background: top center no-repeat;  
}

#Footer {
  position: relative;
  width: 100%;
  text-align: center;
}

#Footer p {
  font-size: 0.9em;
}

