@import "menu.css";
html {
	overflow: auto;
}
body {
	background: #02284F url('images/bg2.jpg') repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h2,h3 {
	margin: 0em 0em 1em 0em;
}
p {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.3em;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#container {
	margin: 0px auto;
	text-align: left;
	width: 1002px;
}
div#banner {
	background: url('images/Towsa2015B.jpg') no-repeat left;
	position: relative;
}
h1#logo {
	margin: 0px;
	width: 244px;
	height: 224px;
	/*background: url('images/logo_2012.jpg');*/
}
h1#logo em {
	display: none;
}
div#login {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 230px;
	height: 23px;
}
div#login img {
	margin-right: 5px;
}
div#login span {
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
}
div#login ul {
	margin: 5px 18px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
div#login ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding: 0em 0.2em;
	color: #74e3ff;
	font-size: 11px;
}
div#login ul li a {
	color: #74e3ff;
	text-decoration: none;
}
div#countDown {
	position: absolute;
	top: 110px;
	right: 2px;
	width: 290px;
	height: 105px;
}
div#countDown img {
	margin: 2px 0px 0px 10px;
}
table#counter {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	float: right;
	margin-right: 12px;
	margin-top: 8px;
	width: 265px;
}
table#counter td,table#counter th {
	text-align: center;
}
table#counter th {
	font-size: 35px;
}
table#counter td {
	font-size: 9px;
}
div#nav {
	background: url('images/menubg.jpg');
	height: 40px;
}
div#contentArea {
	background: #fff;
	padding: 0px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}
div#contentArea a {
	color: #0d7ecd;
	font-weight: bold;
}
div#contentArea a:hover {
	text-decoration: none;
}
div#footer {
	height: 41px;
	background: url('images/footerbg.gif');
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 50px;
}
div#footer a {
	color: #14487d;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 20px 2px 0px 12px;
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #14487d;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}