﻿#logo 
{
	background-image:url(../../images/logo.gif); 
	background-repeat:no-repeat; background-position:top left; 
	margin-top:30px; 
	margin-bottom:10px; 
	width:300px; 
	height:150px;
	text-align:left; 
	border:solid 1px red; 
	text-align:center;
}

body 
{
	font-family: Georgia;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px; 
}

.masterTable
{
	width: 950px;
	/*height: 205px; */
}

a, a:link, a:visited
{
	color: Blue;
	font-size: 12px; 
	text-decoration: none; 
}

a:hover
{
	text-decoration: underline;
}

.adminTraditionImage
{
	width:500px; 
	background-image:url(../../images/tradition.gif); 
	background-repeat:no-repeat; 
	background-position: center right;
}

.footerTable
{
	width: 950px;
	margin-top: 22px; 
}

.footerText 
{
	font-size:11px; 
	color:#ffffff;
}

.footerText a, .footerText a:active, .footerText a:visited
{
	font-size: 10px; 
	text-decoration:none; 
	color:#ffffff;
}

.footerText a:hover
{
	text-decoration: underline; 
}

.topBrownBar
{
	background-color: #a48b6d; 
	height: 35px;
}

.bottomBrownBar
{
	border-top: solid 2px #C9BAA5; 
	background-color: #a48b6d; 
	height:26px;
}

.adminBody
{
	border-left: solid 2px #C9BAA5; 
	border-right: solid 2px #C9BAA5; 
	background-color: #ffffff; 
	width:940px; 
	min-height:400px; 
	height:400px;
	
	/* top right bottom left */
	padding: 18px 5px 12px 5px;
}

.mainBody
{
	border-left: solid 2px #C9BAA5; 
	border-right: solid 2px #C9BAA5; 
	background-color: #ffffff; 
	width:890px; 
	min-height:400px; 
	height:400px;
	
	/* top right bottom left */
	padding: 18px 20px 12px 42px;
}

.text
{
	color: #4A4138;
	font-size: 12px;
	text-align: justify;
}

.box
{
	border: solid 4px #4A4237;
}

.pageTitle
{
	padding-bottom: 12px;
}

p
{
	margin: 0px;
	padding: 0px;
	
	padding-top: 0px;
	padding-bottom: 8px; 
}