/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #7E7E7E;
}

h1 span, h2 span, h3 span {
	color: #990000;
}

h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 24px;
}

h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 11px;
}

h3 {
	font-size: 12px;
	color: #990000;
	text-transform: uppercase;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787C7F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

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

.list1 li {
	padding: 15px 0 7px 0;
	background: url(images/homepage15.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-size: 11px;
	color: #A7A7A7;
}

/** BACKGROUNDS */

.bg1 {
}

/** HEADER */

#header {
}

/** MENU */

#menu a {
	display: block;
	width: 111px;
	height: 23px;
	padding: 16px 0px 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	color: #313131;
}

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

#menu1 { background-image: url(images/homepage03.jpg); }
#menu2 { background-image: url(images/homepage04.jpg); }
#menu3 { background-image: url(images/homepage05.jpg); }
#menu4 { background-image: url(images/homepage06.jpg); }
#menu5 { background-image: url(images/homepage07.jpg); }
#menu6 { background-image: url(images/homepage08.jpg); }
#menu #menu7 { width: 113px; background-image: url(images/homepage09.jpg); }

/** PAGE */

#page {
	background-color: #FFFFFF;
	background-image: url(images/homepage13.gif);
	background-repeat: repeat-y;
	background-position: 600px 0px;
}

.wide-subpage #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	background: url(images/homepage14.gif) repeat-x left top;
}

#content p, #content ol, #content ul {
	line-height: 160%;
}

/** SIDEBAR */

#sidebar {
	background: url(images/homepage14.gif) repeat-x left top;
}

/** FOOTER */

#footer {
	width: 779px;
	margin: 0px auto;
	padding: 25px 0px;
	background: url(images/homepage18.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	line-height: normal;
	text-align: center;
	color: #B6B6B6;
}

/** MISC */

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

img { border: none; }

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

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

img.bordered {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
}
#image {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	float: right;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-style: italic;
	text-align: right;
	line-height: 14px;
	width: 350px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.more1, .more2 {
	line-height: normal;
}

.more1 a {
	display: block;
	height: 19px;
	padding: 4px 0px 0px 6px;
	background: url(images/homepage17.png) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.more2 a {
	display: block;
	height: 13px;
	padding: 3px 0px 0px 9px;
	background: url(images/homepage17.png) no-repeat left top;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

