/** BASIC */

body
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	background: url(images/subpage1_01.jpg) repeat left top;
}

/** FORMS */

form
{
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3
{
	margin: 0px;
	text-transform: uppercase;
	color: #171717;
}

h1 span, h2 span, h3 span
{
	color: #234C00;
}

h1
{
	font-size: 18px;
}

h2
{
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: normal;
}

h2.style1
{
	font-size: 11px;
	color: #9F9F9F;
}

h3
{
	margin-bottom: 20px;
	font-size: 13px;
}
h4
{
	font-size: 15pt;
	color: #305E52;
}
h5
{
    font-size: 24pt;
    font-weight:normal;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #234C00;
    text-align:center;
    
    
}
/** TEXTS */

body, th, td, input, textarea, select
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

p, ul, ol, dl
{
	margin-top: 0px;
	text-align: justify;
	line-height: 130%;
}

ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
ul.normaldisc
{
	margin-left: 10px;
	padding-left: 5px;
	list-style: disc;
}
ul.list1 li
{
	padding: 21px 0px 20px 0px;
	border-top: 1px solid #E2E2E2;
}

ul.list1 li.first
{
	padding-top: 0px;
	border: none;
}

ul.list2 li
{
	padding: 4px 0px;
	border-top: 1px solid #E2E2E2;
}

ul.list2 li.first
{
	padding-top: 0px;
	border: none;
}

strong
{
	color: #393939;
}

/** LINKS */

a
{
	color: #234C00;
}

a:hover
{
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1
{
}

/** MISC */

.align-justify
{
	text-align: justify;
}
.align-right
{
	text-align: right;
}

img
{
	border: none;
}

img.border
{
	padding: 3px;
	border: 1px solid #CFCFCF;
}

img.left
{
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right
{
	float: right;
	margin: 3px 0px 0px 28px;
}

hr
{
	display: none;
}

.hr1
{
	height: 1px;
}

/** WRAPPER */

#wrapper
{
	background: url(images/subpage1_02.jpg) repeat-x left top;
}

/** MENU */

#menu
{
	width: 900px;
	height: 65px;
	margin: 0px auto;
	background: url(images/subpage1_04.jpg) no-repeat left top;
}

#menu ul
{
	margin: 0px;
	padding: 30px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	float: left;
	height: 14px;
	padding: 0px 26px 0px 27px;
	background: url(images/homepage05.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .first a
{
	background: none;
}

/** HEADER */

#header
{
	width: 900px;
	height: 150px;
}

/** TOP MENU */

#topmenu
{
	background: url(images/subpage1_03.jpg) no-repeat left top;
}

/** PAGE */

#page
{
	background: #FFFFFF url(images/subpage1_05.jpg) repeat-y center top;
}

.subpage #page
{
	background: #FFFFFF url(images/subpage2_01.jpg) no-repeat left top;
}

#bg
{
	padding-bottom: 20px;
	background: url(images/subpage1_08.jpg) no-repeat left bottom;
}

/** CONTENT */

#content
{
	background: url(images/subpage1_07.jpg) no-repeat right top;
}

.subpage #content
{
	padding-bottom: 40px;
	background: url(images/subpage2_02.jpg) no-repeat left bottom;
}

/** SIDEBAR */

#sidebar
{
	width: 144px;
	padding: 44px 25px 20px 30px;
	background: url(images/subpage1_06.jpg) no-repeat left top;
}

/** FOOTER */

#footer
{
	width: 900px;
	height: 70px;
	margin: 0px auto;
	background: url(images/subpage1_09.jpg) no-repeat left top;
	color: #494949;
}

#footer p
{
	margin: 0px;
	padding: 25px 0px 0px 199px;
	text-align: center;
}

#footer a
{
	color: #494949;
}

.subpage #footer p
{
	padding-left: 0px;
}
.modalBackground
{
   	background-color: #414141;
	filter: alpha(opacity=70);
	opacity: 0.7;
	mozopacity: 0.7;
}
