body {
	margin-top: 20px;
	padding: 0;
	background-image:url(../site-images/body_bg_2.jpg);
	background-position:top;
	background-color:#fff;
	font-size: 11px;
/*	text-align: justify; */
	color: #ABABAB;
}
body, th, td, input, textarea, select, option {
	font-family:Verdana, Geneva, sans-serif;
}
th {
	color:#FFF;
	background-color:#2712c1;
	text-align:center;
}
table, tr, td {
	border:1px #2712c1 solid;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	line-height: 200%;
}
blockquote {
	padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
a {
	color: #2712c1;
	text-decoration:none;
}
a:hover {
	color: #2712c1;
	text-decoration:underline;
}
hr {
	display: none;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../site-images/wrapper_bg.jpg) repeat-y left top;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* Header */

#header {
	width: 800px;
	height:80px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	/*background: #2712c1;*/
	background-image:url(../site-images/header_bg.jpg);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom:2px solid #000;
	color: #B64926;
}
#header h1, #header p {
	margin: 0;
	padding-right:8px;
	text-align:right;
	text-transform: lowercase;
	font-family:Verdana, Geneva, sans-serif;
}
#header h1 {
	color: #ffffff;
	font-size: 42px;
	padding-top:2px;
}
#header p {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding:7px 16px 0px 0px;
}
#header a {
	text-decoration: none;
	color: #F79F1A;
}
#notes {
	background-image:url(../site-images/header_notes.gif);
	background-repeat:no-repeat;
}
/* Page */
#page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
}
/* Content */

#content {
	float: right;
	width: 515px;
	margin: 0;
	padding: 25px 15px 15px 20px;
}
.post {
	padding: 0px 0 0 0;
}
.title {
	/*	border-left: 6px solid #2E2E2E; */
	padding: 0 20px 0 27px;
	font-size: 24px;
}
.title a {
	text-decoration: none;
	color: #FFFFFF;
}
.pagetitle {
}
.byline {
	margin: -25px 20px 0 33px;
	color: #FFFFFF;
}
.navigation {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.posts li {
}
.posts h3 {
	margin: 0;
	font-weight: bold;
}
.posts p {
	margin: 0;
	line-height: normal;
}
.posts a {
}
.entry {
	margin: 0;
	padding-left: 35px;
	color:#000;
}
.last {
	border: none;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	padding: 40px 0 0 0px;
	color: #5C1600;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar li ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar li li {
	margin: 0 0 0 31px;
	padding: 0 0 0 16px;
	background: url(../site-images/li_note_bullet.jpg) no-repeat left 50%;
	line-height: 28px;
}
#sidebar h2 {
	width: 240px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 18px;
	letter-spacing:-1px;
	height: 54px;
	background: url(../site-images/sidebar_h2_bg.jpg) no-repeat left top;
    color: #000;
}
#sidebar a {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration: underline;
	color:#666;
}
#sidebar form {
	padding-left:27px;
	margin:0px;
}
#sidebar label {
	line-height:normal;
	color:#000;
	font-weight:bold;
}
#sidebar .memberloginform .submit {
	background-color:#2712c1;
	border:1px #CCC solid;
	color:#FFF;
	height:25px;
	width:158px;
}
/* Footer */
#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#footer p {
	padding: 20px 0;
}
#footer p a {
	color: #2712c1;
}
/* Forms */
label {
	font-weight:bold;
}
/* Contact Us */
.Contact_Us label {
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	font-weight: bold;
}
.Contact_Us .submitarea label {
	background-color: #FFFFFF;
	float: left;
	width: 140px;
	padding: 3px;
	margin-right: 5px;
}
.Contact_Us .captcha label {
	background-color: #FFFFFF;
	float: left;
	width: 140px;
	padding: 3px;
	margin-right: 5px;
}
form.Contact_Us {
	width: 450px;
	padding-bottom: 15px;
	margin:auto;
	margin-bottom: 5px;
}
.Contact_Us textarea {
	height: 80px;
	width: 255px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #2712c1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.Contact_Us input {
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #2712c1;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us input.submit  {
	background-color: #2712c1;
	border: 1px solid #2712c1;
	color: #FFFFFF;
	cursor: pointer;
	width: 140px;
}
.Contact_Us p {
	clear: left;
	margin: 0px;
}
/* New Student */
.New_Student label {
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	font-weight: bold;
}
.New_Student .submitarea label {
	background-color: #FFFFFF;
	float: left;
	width: 140px;
	padding: 3px;
	margin-right: 5px;
}
.New_Student .captcha label {
	background-color: #FFFFFF;
	float: left;
	width: 140px;
	padding: 3px;
	margin-right: 5px;
}
form.New_Student {
	width: 450px;
	padding-bottom: 15px;
	margin:auto;
	margin-bottom: 5px;
}
.New_Student textarea {
	height: 80px;
	width: 255px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #2712c1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.New_Student input {
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #2712c1;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.New_Student select {
	margin-bottom: 5px;
}
.New_Student input.submit  {
	background-color: #2712c1;
	border: 1px solid #2712c1;
	color: #FFFFFF;
	cursor: pointer;
	width: 140px;
}
.New_Student p {
	clear: left;
	margin: 0px;
}
/* Previous and Next Links */
.orderPrevious {
	background-color:#2712c1;
	border:1px #CCC solid;
	color:#FFF;
	float:left;
}
.orderNext {
	background-color:#2712c1;
	border:1px #CCC solid;
	color:#FFF;
	float:left;
}
.error {
	padding: 5px;
	border: 1px solid #DF1F26;
	font-weight: bold;
	margin-bottom:5px;
}

/* SIGHTS PICTURES UL */
.gallerypictures {
	cursor: basic;
	list-style: none;
	width:460px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.gallerypictures a {
	cursor: basic;
}
.gallerypictures a .preview {
	display: none;
}
.gallerypictures a:hover .preview {
	display: block;
	position: absolute;
	top: -22px;
	left: -50px;
	height:112px;
	width:200px;
	z-index: 1;
}
.gallerypictures img {
	background: #fff;
	border-color:#fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top; 
	height:56px;
	width:100px;
}
.gallerypictures li {
	background:#fff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color:#FFFFFF;
	display: inline;
	float: left;
	margin: 1px;
	margin-left:10px;
	padding: 0px;
	position: relative;
}
.gallerypictures .preview {
	border-color: #fff;
	padding:0px;
}
.gallerypictures a {
	position: relative;
}
.gallerypictures a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.gallerypictures li {
	position: static;
}
.featured_student_list, .featured_student_list h4 {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.featured_student_list h4 {
	font-weight:bold;
	font-size:14px;
}