﻿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;
}
.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;
}
