body, html {
	margin: 0;
	padding: 0;
}

.headerStyle {
	font-family: "Courier New", Courier, monospace;
	font-size:36px;
	font-style:oblique;
	font-weight: bold;
	color:#CCCCCC;
	white-space:nowrap;
}

.footerStyle {
	position:relative;
	left:5px;
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-style:italic;
	font-weight: bold;
	color:#CCCCCC;
}

.footerContactStyle {
	position:relative;
	left:5px;
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-weight: bold;
	color:#CCCCCC;
}

.mainBgColor {
	background-color:#003399;
}

.mainColor {
	color:#CCCCCC;
}

.body {
	background-color: #faf0e6;
	color: #735b3d;
}

.container {
	background-color: #ffffff;
	margin: 0 auto;
}
.header {
	padding: 0 0 26px 0;
	background: #003399 url(images/header.gif) 50% 100% no-repeat;
}
.footer {
	padding: 10px 0;
}

.contents {
	margin:0;
	padding: 0 20px;
}

.left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

.right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

.menu {
	padding: 10px 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

.leftText {
	color: #4A4C37;
	text-decoration: none;
	position:relative;
	margin-left:15px;
}

.leftTitle {
	color: #4A4C37;
	text-decoration: none;
	position:relative;
	left:0px;
}

.heading {
	margin: 0;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	color: #4A4C37;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;	
}

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
	text-decoration:none;
	color: #CCCCCC;
	font-weight:bold;
	position:relative;
	top:5px;
}

.indentedtext {
	margin-left:10px;
}
