html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ECEEF0;
	font: 13px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #33384a;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	color: #212A2F;
}

h1 {
	line-height: 40px;
	letter-spacing: -1.5px;
	font-size: 40px;
}

h1.tall{
margin-bottom: 10px;
}

h1.bigtop{
margin-top: 15px;
}


h2{ 
	line-height: 28px;
	font-size: 28px;
}

h3 {
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	}
	
	h4{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 700;
	}
	
.calendar{
margin-top: 10px;
color: #505773;
}

.heading-style1 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #576D7C;
}

.heading-style2 {
	font-size: 22px;
	font-weight: normal;
	color: #576D7C;
}

.heading-style3 {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #663366;
}


p, ol, ul {
	margin-top: 0px;
	margin-bottom: 24px;
	text-align: justify;
}

span.arial{
font-family: arial, sans-serif;
}

strong {
	color: #2F3B43;
}

a {
	color: #007388;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}

img.border {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

.image-style1 {
	width: 150px;
	height: 130px;
	margin: -13px 15px 0px -15px;
	padding: 20px;
	background: url(images/bg1_01.gif) no-repeat left top;
}
.image-style9left {

  float: left;
	width: 260px;
	height: 180px;
	margin: -13px 15px 0px -15px;
	padding: 20px;
	}

.image-studentsleft {
   clear: left;
    float: left;
	width: 362px;
	height: 187px;
	margin: -13px 15px 20px -15px;
	padding: 20px;
	}


hr.qa{
width: 500px;
color: #f0f0f0;
float: left;
}

hr.qa300{
width: 300px;
color: #f0f0f0;
float: left;
}



/** LIST STYLE 1 */



.list-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px;
}

.list-style1 b {
	display: inline-block;
	line-height: 250%;
	width: 58px;
	margin-right: 15px;
	background: url(images/fb.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
}

.list-style1 c {
	display: inline-block;
	line-height: 250%;
	width: 58px;
	margin-right: 15px;
	background: url(images/tw.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
}

.list-style1 d {
	display: inline-block;
	line-height: 250%;
	width: 58px;
	margin-right: 15px;
	background: url(images/yt.jpg) no-repeat;
	text-align: center;
	color: #FFFFFF;
}

/** LIST STYLE 2 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	padding-bottom: 15px;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 930px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** BACKGROUNDS */

#bg1 {
	background: #FFFFFF url(images/bg_01.jpg) repeat-x left top;
}

/** HEADER */

#header-bg {
	background: url(images/bg_02.jpg) no-repeat center top;
}

#header {
	height: 157px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding-left: 40px;
}

#menu a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #FF3300;
}

li.here{
color: #FF3300;
font-size: 18px;
}

/** PAGE */

#page-bg {
	background: url(images/bg_02.jpg) no-repeat 50% -157px;
}

#page {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
}

.home #page {
	padding: 25px 0px 0px 0px;
}

/** BANNER */

#banner {
	height: 297px;
	padding: 0px 0px 55px 0px;
	background: url(images/homepage_05.gif) no-repeat center bottom;
}

#banner .image {
	float: left;
	width: 635px;
	height: 297px;
}

#banner .links {
	float: right;
	width: 295px;
	height: 297px;
	background: url(images/homepage_03.gif) no-repeat left top;
}

#banner .links ul {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	list-style: none;
}

#banner .links li {
	float: right;
	width: 225px;
	height: 79px;
	padding: 20px 0px 0px 70px;
}

#banner a:hover{
color: black;
}

#banner .links .link1 {}
#banner .links .link2 {}
#banner .links .link3 {}

#banner h2 {
	letter-spacing: -2px;
	font-size: 30px;
	color: #FFFFFF;
}

#banner p {
	text-transform: lowercase;
	font-size: 16px;
	color: #FFFFFF;
}

#banner a {
	text-decoration: none;
	color: #FFFFFF;
}

/** CONTENT */

#leftcolumn{
float: left;
width: 560px;
margin-right: 20px;
padding: 0px;
}

#content {
	float: left;
	width: 565px;
	padding: 0px 0px 0px 30px;
}

.home #content {
	float: right;
	padding: 0px 30px 0px 0px;
}

.single #content {
	width: 870px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px 25px 0px 0px;
}

.home #sidebar {
	float: left;
	padding: 0px 0px 0px 25px;
}

.leftfloatsidebar{
float: left;
width: 280px;
padding: 0px 0px 0px 25px;
border-left: 1px solid #e0e0e0;
}

#sidebar h2 {
	margin-bottom: 20px;
}

/** FOOTER BOX */

#footer-box-bg {
	background: #ECEEF0 url(images/bg_03.jpg) repeat-y center top;
}

#footer-box-bgtop {
	padding: 20px 0px;
	background: url(images/bg_04.jpg) no-repeat center top;
}

#footer-box {
}

.three-cols {
	width: 930px;
	margin: 0px auto;
	overflow: hidden;
}

.three-cols .col {
	float: left;
	width: 300px;
}

.three-cols .col1 {
	padding-left: 5px;
}

.three-cols .col2 {
	padding-left: 10px;
}

.three-cols .col3 {
	padding-left: 10px;
}

.three-cols .title {
	padding: 10px 20px;
}

.three-cols .image {
	width: 260px;
	height: 70px;
	padding: 20px;
	background: url(images/bg1_02.gif) no-repeat left top;
}

.three-cols .entry {
	padding: 10px 20px;
}

/** FOOTER */

#footer-bg {
	background: url(images/bg_05.jpg) no-repeat center top;
}

#footer {
	padding: 50px 0px;
	text-transform: lowercase;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #C2CAD0;
}

#footer .legal {
}

#footer .links {
}

#footer a {
	color: #C2CAD0;
}