﻿body {
	margin: 17px 0px 0px 0px;
}
p, h1, h2, .content, a, table, li, a
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

h1
{
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	/* color: #FE802B; 
	color: #539E10;    */
	color: #6b2aac;
	text-decoration: none;
	font-style: italic;
}
h1.admission
{
	color: #539E10;
	font-weight: bold;
	font-size: 24px;
	text-align:center;
	margin-top: 40px;
	font-style: normal;
}
h2
{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #274356;
	text-decoration: none;
	margin-bottom:0px;
}
h3
{
	margin-top:5px;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #274356;
	text-decoration: none;
}

.content {
	font-size: 14px;
	margin: 5px 0 5px 0;
	font-weight: normal;
	color: #274356;
	text-decoration: none;
}
.contentIndented {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #274356;
	text-decoration: none;
	padding-left: 10px;
}

.contentHeader {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #274356;
	text-decoration: none;
}
a.leftnav:link {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
a.leftnav:visited {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
a.leftnav:hover {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #54763E;
	text-decoration: underline;
}
a.leftnav:active {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

a:link {
	line-height: 16px;
	font-weight: normal;
	color: #006bd5;
	text-decoration: underline;
}
a:visited {
	line-height: 16px;
	font-weight: normal;
	color: #006bd5;
	text-decoration: underline;
}
a:hover {
	color: #54763E;
	text-decoration: underline;
}

a.eatclean, a.eatclean:visited
{
	color: #BF8AB6;
	font-weight: bold;
	font-style: italic;
	text-decoration:underline
}
tr.row_alt td
{
	background-color: #DDDDDD;
	vertical-align: top;
}
tr.row_nor td
{
	vertical-align: top;
	background-color: #FFFFFF;
}

/* Admin panel styles */
#container
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	width: 100%;
	height: 140px;
}
#footer
{
	width: 100%;
	height: 50px;
}
.rowheader
{
	background-color: #CCCCCC;
	font-weight: bold;
}
.successtext
{
	color:green;
	font-weight: bold;
	font-size: 14px;
	font-style:italic;
}
input.text
{
	width: 480px;
	border: 1px green solid;
}
.errortext
{
	font-weight: bold;
	color: #FF0000;
}
.large
{
	font-size:15px;
}
.greentext
{
	/*color:#539E10;*/
	color:#7A9702;
	
}
.purpletext
{
	color:#7234AB;
}
#header h1.purple
{
	margin-top:30px;
	text-align:center;
	font-family: Arial, Lucida Sans;
	font-size: 31px;
	color: #7234AB;
	font-style:normal;
	font-weight:bold;
}
#header h2
{
	margin-top: 5px;
	margin-bottom:10px;
	text-align:center;
	font-size:23px;
	line-height:27px;
}
#header h3
{
	margin-top:0px;
	margin-bottom:5px;
	font-size:18px;
	text-align:center;
}
input.inputform, textarea.inputform
{
	border: 1px #6B2AAC solid;
	background-color:#EFEFFF;
	width: 300px;
}
input.inputform:focus
{
	background-color:#C493DE;
}


img.photo
{
	margin-left:10px;

}

img.photoleft
{
	margin-right:10px;

}
.testimonial {
	font-size:9pt !important;
}

