﻿
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #808080
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	font-size: 18px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h1 {
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #990000;
}

h2 span {
	color: #CC0000;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
	color: #212E59;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana;
	font-size: 10px;
	color: #000066;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: normal;
	font-family: Verdana;
	font-size: small;
	font-style: italic;
	color: #000066;
}

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

ul li {
	padding-left: 10px;
	background: url(images/homepage08.gif) no-repeat left center;
}

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

.list1 li {
	padding-left: 18px;
	background: url(images/subpage01.gif) no-repeat left center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.list2 {
}

.list2 li {
	float: left;
	width: 45%;
}

/** LINKS */

a:hover {
	text-decoration: overline;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

/** MISC */

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

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

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

img.border {
	padding: 3px;
	border: 1px solid #C4C4C4;
}

hr {
	display: none;
}

.hr1 {
	height: 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;
}

/** HEADER */

#header {
	width: 737;
	height: inherit;
}

/** LOGO */

#logo {
	width: auto;
	height: 0px;
}


/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0px;
	background: none;
}

#menu a {
	float: left;
	height: auto;
	padding: 25px 20px 0px 20px;
	background: url(images/homepage03.gif) repeat-y left center;
	text-decoration: none;
	font-size: medium;
	color: #ffffff;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #FFFFFF;
}
#menu a:hover {
	text-decoration: overline;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 737px;
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 497px;
	position: relative;
	margin: -79px 0px 0px 0px;
	top: 0px;
	left: 1px;
}

/** SIDEBAR */

#sidebar {
	width: 239px;
}

/** FOOTER & COPYRIGHT NOTICE */

#footer {
	border-style: none;
	width: 737px;
	margin: 0px auto;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}
#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-small;
}

/** BOX1 */

#box1 {
	height: 289px;
}

/** BOX2 */

#box2 {
	padding: 10px 22px 0px 24px;
}

/** BOX3 */

#box3 {
	padding: 10px 28px 0px 26px;
}

/** BOX4 */

#box4 {
	padding: 15px;
	background: url(images/homepage05.jpg) no-repeat left top;
	list-style-type: square;
}

/** BOX5 */

#box5 {
	padding: 2px 5px 0px 15px;
	border-right: 1px solid #C4C4C4;
	background-color: #E6E6E6;
	border-style: solid none none none;
	border-width: thick;
	border-color: #FF0000;
}

/** MAIN SUBPAGE TEXT BACKGROUND COLOR */

#box6 {
	padding: 20px 22px 0px 24px;
	background: #FFFFFF url(images/subpage02.jpg) no-repeat left top;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	color: #000080;
	list-style-type: square;
}

