/**
 * Global
 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0a0e13;
}
a {
	color: #355075;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #069;
}
a img {
	border: none;
	border-style: none;
}

/**
 * Header
 */
.header {
	width: 550px;
	height: 100px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 102px;
	cursor: default;
	/*background-image: url(../images/header.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 1px #000;
}
.header a {
	color: #FFF;
	text-decoration: none;
}
.header a:hover {
	color: #FEFEFE;
}

/**
 * Content Area
 */
 .topOfBox {
	background-image: url(../images/topOfBox_transparent.png);
	width: 500px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
 }
.contentArea {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/contentBG.jpg);
}
.center {
	width: 355px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.myContent {
	padding:1px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.rightBannerImgLink {
	margin-left: 17px;
}

/**
 * Footer
 */
.footer {
	width: 500px;
	height: 100px;
	cursor: default;
	margin-left: auto;
	margin-right: auto;
	line-height: 91px;
	background-image: url(../images/footer.png);
}
.footerArea {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.rightAlign {
	float: right;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}