body
{
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #858585;

	margin: 0px;
}

body, table, html, p, div
{
	font-family: "Trebuchet MS", Arial, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 180%;
}

img
{
	font-size: 11px;
}

form
{
	margin: 0px; 
	padding: 0px;
}

textarea:focus, input:focus 
{
	background-color: #f8f0eb;
}

a
{
	/*outline: none;*/
}

a, a:link, a:active, a:visited
{
	color: #79a69f;

	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #79a69f;

	text-decoration: underline;
}

p
{
	padding: 0px;
	margin: 0px;

	padding-top: 6px;
	padding-bottom: 6px;

	display: block;
}

ul, ol, blockquote
{
	margin-top: 2px;
	margin-bottom: 6px;

	padding-top: 0px;
	padding-bottom: 0px;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	
	padding-top: 18px;
	padding-bottom: 8px;
}

h1
{

	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 13px;
}

.headerMain
{
	font-size: 26px;
}

.headerSub
{
	color: #797979;

	font-size: 13px;
}

.textInfo
{
	font-size: 16px;
	color: #e5e5e5;
}

.textDisplay
{
	padding: 3px;
	font-weight: bold;
}

.textRemarks
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #B1B1BD;
	height: 16px;
	width: 220px;
}

.inputarea
{
	border: solid 1px #B1B1BD;
	height: 150px;
	width: 325px;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-size: 16px;
	padding: 2px;
}


.button, .button:focus 
{
	border: solid 1px #94542c;
	font-size: 13px;

	padding-left: 2px;
	padding-right: 2px;

	color: #333333;
	cursor: pointer;

	background-color: #f8f0eb;
}

.buttonSub
{
	border: solid 1px #969d99;
	font-size: 11px;
	color: #e5e5e5;
	cursor: pointer;
	height: 20px;
}

.error
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.buttonCalendarIMG
{
	display:inline;
	padding: 5px;
	color: #FBFFBD;
	font-size: 16px;
}

.maimMenu, .maimMenu:link, .maimMenu:visited, .maimMenu:active
{
	color: #333333;
	font-weight: bold;

	text-decoration: none;
}

.maimMenu:hover, .maimMenu:visited:hover
{
	color: #333333;
	font-weight: bold;

	text-decoration: underline;
}

.imageHolder
{
	padding: 3px;
	background-color: #FFFFFF;
	border: solid 1px #4D3333;
}

.mainBody
{
	width: 980px;

	background-color: #BED2D1;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;

	margin-top: 6px;
	margin-bottom: 20px;

	margin-left: auto;
	margin-right: auto;
}

.mainHeader
{
	/*height: 426px;*/

	
}

.menuContainer
{
	height: 22px;

	padding-top: 102px;
	padding-left: 352px;
}

.mainContent
{
	width: 491px;

	background-color: #FFFFFF;

	padding: 20px;

	min-height: 800px;
}

.header
{
	/*border-bottom: dashed 1px #cccccc;*/
}

.content
{
	padding-top: 24px;
}

.content p
{
	margin-bottom: 12px;
}
/* END STANDARD */
