/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(media/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
h4 {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}
.sidebar_P {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
}		

/** LINKS */

a {
	color: #1298D2;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(media/homepage08.gif) repeat-y left top; }
.bg2 { background: url(media/subpage1_02.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 45px;
	background: url(media/homepage13.gif) repeat-x left center;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(media/homepage02.gif) repeat-y center top;
}

#wrapper {
}

html>body #wrapper {
	height: auto;
}

/** MENU */

#menu {
	background: url(media/homepage03.gif) repeat-x left top;
}

.bg3, #menu li {
	background: url(media/homepage04.gif) no-repeat left top;
}

#menu a {
	display: block;
	width: 149px;
	padding-top: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #20537C;
}

#menu .first, #menu .first a {
	width: 148px;
}

/** BOXED */

.boxed-title {
	background: url(media/homepage06.jpg) repeat-x left top;
}

.boxed-title h2 {
	height: 31px;
	padding: 9px 0px 0px 16px;
	background: url(media/homepage07.jpg) no-repeat right top;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	color: #F48D00;
}
.boxed-title a {
	height: 31px;
	padding: 9px 0px 0px 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #F48D00;
}
.boxed-title a:hover {
	height: 31px;
	padding: 9px 0px 0px 16px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #F48D00;
}

/** BOX4 */

#box4 {
}

#box4 h2 {
	height: 31px;
	padding: 9px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #F48D00;
}

#box4 h3 {
	padding: 0px 0px 0px 10px;
	background: url(media/homepage15.gif) no-repeat left center;
	font-size: 9px;
	font-weight: normal;
	color: #848484;
}

#box4 h4 {
	margin-bottom: 15px;
	font-size: 11px;
	color: #F48D00;
}

/** SIDEBAR */

#sidebar {
	background: url(media/homepage14.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(media/homepage17.gif) repeat-x left top;
}

.footer p {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	background: url(media/homepage18.gif) repeat-x left top;
	border: 1px solid #E2E3E4;
	text-align: center;
	font-size: 10px;
}

