* {
	color: rgb(102, 102, 102);
	font-size: small;
	line-height: 1.8;
	font-style: normal;
	font-weight: normal;
}

a {
	color: rgb(51, 51, 51);
	font-size: small;
	text-decoration: none;
	border-bottom: 1px rgb(51, 51, 51) dotted;
}

h2 {
	font-weight: bold;
	font-size: medium;
}

html, body, div {
	margin: 0;
	padding: 0;
}

div#contentInner table {
	border: 1px solid rgb(204, 204, 204);
    border-collapse: separate;
    border-spacing: 1px;
    margin-left: 30px;
    width: 75%;
}

div#contentInner table th {
	padding: 5px;
	background-color: rgb(225, 229, 227);
	border-right: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	white-space: nowrap;
}

div#contentInner table.applicate {
	border: none;
	background-color: rgb(255, 255, 255);
}

div#contentInner table.applicate th {
	border: none;
	background-color: rgb(255, 255, 255);
	text-align: right;
}

div#contentInner table.applicate td {
	border: none;
	background-color: rgb(255, 255, 255);
}

div#contentInner table.applicate th.green {
	background-color: rgb(220, 242, 234);
}

div#contentInner table.applicate th.orange {
	background-color: rgb(242, 235, 220);
}

div#contentInner table td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: rgb(237, 242, 240);
}

div#header {
	height: 250px;
	margin-top: 30px;
	width: 100%;
}

div#headerTop {
	text-align: right;
	height: 20px;
	width: 100%;
};

div#headerMenu {
}

div#topImage {
	background-color: rgb(83, 83, 83);
	background-image: url("../images/topImage.jpg");
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
}

div#topLogo {
	background-color: rgb(83, 83, 83);
	background-image: url("../images/title.jpg");
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
}

div#topImageBottom {
	background-color: rgb(255, 255, 255);
	background-image: url("../images/topImageBottom.jpg");
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
}

div#mainMenu {
	background-color: rgb(255, 255, 255);
	background-image: url("../images/menuBackground.jpg");
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
	width: 100%;
}

div#mainMenu ul, ul#index {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#mainMenu ul {
	padding-left: 20px;
}

div#mainMenu ul li, ul#index li {
	display: inline;
	margin-right: 10px;
}

div#topAdvert {
	background-position: right;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

div#content {
	float: left;
	padding: 0px 20px 0px 20px;
	width: 70%;
}

div#content h1, div#subMenu h2 {
	background-color: rgb(35, 69, 50);
	background-image: url("../images/hBackground.jpg");
	background-repeat: no-repeat;
	background-position: left;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: bolder;
	padding: 3px 0 3px 10px;
	margin: 0;
}

div#content p {
	padding: 0 20px 0 20px;
}

div#content h2 {
	border-bottom: 1px rgb(82, 121, 101) solid;
	background-color: #ffffff;
}

div#contentInner {
	border: 1px rgb(40, 68, 52) solid;
	margin: 0;
	padding: 0;
}

div#contentInner ul#index {
	text-align: right;
}

div#contentInner h2 {
	margin-left: 10px;
	margin-right: 10px;
}

div#subMenu {
	background-color: rgb(255, 255, 255);
	background-image: url("../images/stBackground.png");
	border: 1px rgb(40, 68, 52) solid;
	float: right;
	margin-right: 10px;
	width: 23%;
}

div#subMenu p {
	background-color: rgb(255, 255, 255);
	margin: 5px;;
	padding: 5px;
}

div#subMenu ul {
	background-color: rgb(255, 255, 255);
	margin: 5px;;
	padding: 5px;
	list-style: none;
}

div#subMenu ul li {
	padding-bottom: 5px;
	padding-top: 5px;
}

div#topInformation {
	margin-left: 20px;
	margin-right: 20px;
}

div#topInformation h2 {
	border-bottom: 1px rgb(82, 121, 101) solid;
	background-color: #ffffff;
}

div#topInformation h2 img {
	position: relative;
	top: 8px;
}

div#topInformation table {
	margin-left: 40px;
}

div#informationMenu {
	text-align: right;
	width: 100%;
}

div#footer {
	clear: both;
	color: rgb(153, 153, 153);
	margin-top: 20px;
	margin-left: 20px;
}

h3 {
	background-image: url("../images/h3Background.jpg");
	background-color: rgb(97, 106, 102);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	margin: 20px 20px 0 20px;
	padding: 0 20px 0 20px;
}
