body
{
	margin: 0px;

	background-color: #000000;
}

body, table, html, p
{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 21px;
}

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: #162296;

	text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #162296;

	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: 12px;
}

.headerMain
{
	font-size: 26px;
}

.headerSub
{
	color: #797979;

	font-size: 12px;
}

.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: 450px;
	padding: 2px;
}

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


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

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

	color: #000000;
	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: #000000;
	font-weight: bold;

	text-decoration: none;
}

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

	text-decoration: underline;
}

.imageHolder
{
	padding: 3px;
	/*background-color: #FFFFFF;*/
	border: solid 1px #8A7F63;
}

.mainBody
{
	width: 1000px;

	margin-top: 10px;
	margin-bottom: 25px;

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

.mainHeader
{
	height: 285px;

	background-image: url(images/header-bg.jpg);
}

.menuContainer
{
	height: 43px;

	background-image: url(images/menu-bg.jpg);
}

.mainContent
{
	background-image: url(images/main-bg.jpg);
}

.indexContent
{
	min-height: 938px;
	background-image: url(images/index.jpg);
}

.header
{
	width: 625px;
	
	padding-top: 25px;
	padding-bottom: 15px;

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

	text-align: center;
}

.content
{
	min-height: 500px;
	
	width: 625px;

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

	text-align: justify;

	padding-bottom: 25px;
	
}

.footer
{
	height: 106px;

	background-image: url(images/footer-bg.jpg);
}
/* END STANDARD */

.csep
{
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
}