@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCE7F9;
	color: #4E4E4E;
}

.inner-wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main/main-background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.header {
	height: 101px;
	width: 800px;
	top: 0px;
	background-image: url(images/main/header.gif);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.links-menu {
	width: auto;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	background-color: #B8D1FA;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.links-menu a{
	margin-right: 4px;
	margin-left: 4px;
}
.main-text {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
	height: auto;
	width: 440px;
	float: left;
	line-height: 17px;
}


.main-image {
	width: 200px;
	height: auto;
	float: left;
}
p {
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #494949;
	margin-top: 2px;
	margin-bottom: 10px;
}
table {
	border: 1px solid #CCCCCC;
}
.right-column {
	font-size: 10px;
	height: auto;
	width: 130px;
	float: right;
	padding: 3px;
	margin-right: 5px;
}
.footer {
	clear: both;
	width: 800px;
	bottom: 0px;
	color: #00267F;
	text-align: right;
	height: 20px;
	background-image: url(images/main/footer.gif);
	background-repeat: repeat-y;
	background-position: top;
	z-index: 1;
}

.JG-Design {
	height: auto;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 4px;
}
.JG-Design a{
	text-decoration: none;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.menu {
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.text-image {
	height: 150px;
	width: 93px;
	float: right;
	margin-right: 15px;
}
.form {
	font-size: 12px;
	width: 225px;
}
.float-right {
	float: right;
	height: auto;
	width: auto;
}
