/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
}

h2, .text1 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #7F8B00;
}

h2 span, .text1 span {
	font-weight: normal;
	color: #000000;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	background-color: #FFFFFF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
}

.text2 {
	height: 28px;
	padding: 7px 15px 0px 15px;
	background: #A60000 url(images/homepage09.gif) no-repeat left top;
	color: #FFFFFF;
}

.text2 span {
	color: #FFFFFF;
}

.text3 {
	font-weight: normal;
	font-size: 15px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(images/homepage16.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #0091CE;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 9px;
	background: url(images/homepage15.gif) no-repeat left center;
	font-weight: bold;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: left;
	height: 51px;
	background: url(images/homepage10.gif) repeat-x left center;
}

/** MENU */

#menu a {
	float: left;
	width: 104px;
	height: 25px;
	margin: 0px 0px 0px 8px;
	padding: 14px 0px 0px 0px;
	background: #FFFFFF url(images/homepage03.gif) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #3D3D3D;
}

#menu a:hover, #menu .active a {
	background: #B00000 url(images/homepage04.gif) no-repeat left top;
	color: #FFFFFF;
}

/** PAGE */

#page {
}

/** SIDEBAR */

#sidebar {
}

#sidebar h2, #sidebar .text1 {
	margin: 0;
	font-size: 14px;
}

/** CONTENT */

#content {
}

#content h2, #content .text1 {
	font-size: 16px;
}

/** CONTENT */

#content-two {
}

#content-two h2, #content-two .text1 {
	font-size: 16px;
}

/** SUBMENU */

#submenu {
	background: #C50C0C url(images/homepage05.gif) repeat-y right top;
}

#submenu ul, #submenu .bottom-bg {
	padding-bottom: 9px;
	background: url(images/homepage06.gif) no-repeat right bottom;
}

#submenu a {
	padding-left: 9px;
	background: url(images/homepage08.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}


#submenu ul {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#submenu li {
	padding: 7px 15px 9px 15px;
	background: url(images/homepage07.gif) repeat-y right top;
}

#submenu li.first {
	background: none;
}

/** LOGIN */

#login {
}

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

#login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login .textfield {
	background: url(images/homepage11.gif) no-repeat right top;
}

#login label {
	float: left;
	padding-top: 4px;
}

#login input.text {
	float: right;
	width: 93px;
	margin-right: 5px;
	padding-top: 3px;
	background: none;
	border: none;
}

#login-submit {
	float: right;
	width: 54px;
	height: 20px;
	background: url(images/homepage12.gif) no-repeat;
	border: none;
	font-size: 10px;
}

#login a {
	padding-left: 9px;
	background: url(images/homepage13.gif) no-repeat left center;
}

#login ul {
	margin: 9px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	border-top: 1px solid #D6D6D6;
	list-style: none;
}

#login li {
	height: 30px;
}

#login p {
	margin: 0;
	padding-top: 5px;
}

/** NEWS */

#news {
}

#news ul {
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}

#news li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #D6D6D6;
}

#news li.first {
	border: none;
}

#news h3 {
	margin: 0px;
	color: #7F8B00;
}

#news p {
	margin: 0;
}

/** FOOTER */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0px;
	background: url(images/homepage20.gif) repeat-x left top;
}

#footer p {
	text-align: center;
	color: #7A7A7A;
}

#footer a {
	color: #7A7A7A;
}
