@charset "utf-8";
/* CSS Document */

body {
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 7px;
}
#mainTable {
	border: 2px solid #000;
}
#menu {
	background-image: url(media/layout_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}

#footer {
	background-image: url(media/layout_05.jpg);
	height: 76px;
	text-align: center;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footerInner a {
	color: #999;
	text-decoration: none;
}
#left {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right a {
	color: #538FB1;
}


#footerInner a:hover {
	color: #FFF;
	text-decoration: underline;
}
#right {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.rightInner {
	background-image: url(media/grey.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 8px;
}
.rightInner h1 {
	font-size: 16px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #52BF32;
}

.rightInner p {
	font-weight: bold;
	font-size: 14px;
}
#right a:hover {
	color: #51C12F;
}
#leftInner {
	margin-left: 25px;
}
h2 {
	color: #5692B4;
}
.blue {
	color: #5692B4;
}
.size14 {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}
#left a {
	color: #538FB1;
}
#left a:hover {
	color: #51C12F;
}
#left h3 {
	color: #52BF32;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

