/*CSS RESET CODES*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	height: 100%;
	/*background-color: #F0F0F0;
	background-repeat:no-repeat;
	font-family: Calibri;*/
	font-family: Calibri;
}

ol, ul {	
	list-style: none;
}

a:linked
{
	text-decoration:none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 1;
	font-family: Calibri;
	font-size: 15px;
	font-style: normal;
	/*color: #0099FF;*/
}

#thebody
{
	/*background-image: url(images/-backG.gif);
	background-repeat: repeat-x;*/
	background-color: #F6F6F6;
}

#container {
	width: 1040px;
	margin:0px auto;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:gray/*#F3F3F3*/;
	border-width:1px;
}

td {

}

/*MAIN MENU AND MENU LINK SETTINGS*/
#main-menu {
	height: 24px;
	background-image: url(images/main-menu.jpg);
	background-repeat: repeat-x;
	margin-top:-3px;
	width:1040px;
}

#menu-catergories
{
	margin-left: 10px;
	margin-top:3px;
}

#menu-catergories li {
	display: inline;
	float: left;
	height: 22px;
}

#menu-catergories li a {
	display: block;
	height: 22px;
	text-decoration: none;
	line-height:-1;
	/*width: 66px;*/
	text-align: center;
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
}

#menu-catergories li a:hover {
	display: block;
	height: 22px;
	text-decoration: none;
	line-height:-1;
	margin-top:1px;
	/*width: 88px;*/
	text-align: center;
	color: Navy;
	font-weight: bolder;
	text-transform: uppercase;
	background-color:#F0F0F0
}

#translate-catergories 
{
	margin-left:74px;
	margin-top:-2px;
	border:solid;
	border-top:1px;
	border-color:#FFFFFF;
	position: absolute;
	z-index: 1;
	width: 100px;
	display: none;
	/*Transparency*/
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	/*opacity: 0.5;*/
}

#translate-catergories li
{
	margin-top:-2px;
	border:solid;
	border-top:1px;
	border-color:#FFFFFF;
}

#translate-catergories li a
{
	background-color:#0033CC;
	float: left;
	width:100px;
	-moz-opacity: 0.9;
}

#translate-catergories li a:hover {
	display: block;
	height: 22px;
	text-decoration: none;
	line-height:-1;
	width: 100px;
	color: Navy;
	font-weight: bolder;
	text-transform: uppercase;
	background-color:#F0F0F0
}

ul#menu-catergories li:hover ul#translate-catergories
{
	display:block;
	background-color:#8cc5f5;
}

ul#news-menu li:hover ul#translate-catergories
{
	display:block;
	background-color:#8cc5f5;
}

#main-menu-search {
	margin-top: 2px;
	background-color: #CCFFFF;
	border: 1px solid #d8d8d8;
	margin-left: 640px;
}

#content-wrapper {
	background-color: #FFFFFF;
	padding-bottom: 16px;
	padding-left: 1%;
	padding-right: 1%;
	/*background-image: url(images/iBackG.gif);
	background-repeat: repeat-x;
	z-index: 0;*/
}

#main-header  {
	background-color: #FFFFFF;
	height: 125px;
	margin-top: 0%;        
}

#main-header #logo {
	float: left;
	background-color: #FFFFFF;
	margin-right:100px;
	margin-top:0px;
	margin-left:30px;
}

#advert-mid {
	margin-left: 95px;
	float: left;
	padding-bottom: 1%;
	width: 493px;
	height:107px;
	margin-top: 1%;
	vertical-align:middle;
}

#mainhead-advert1 {
	background-color: #FFFFFF;
	/*height: 75px;*/
	margin-top:26px;
	float:left;
	width: 188px;
}

#mainhead-advert1 img 
{
	/*float:left;
	margin-left: 12px;
	margin-top: 27px;*/
}

#mainhead-advert2 
{
	float:left;
	/*height: 90px;*/
	background-color: #FFFFFF;
	margin-top: 26px;
	margin-left:120px;
	width: 270px;
}

#mainhead-advert2 img 
{
	/*float:left;
	margin-top: 2%;*/
}

#mainhead-advert3 {
	background-color: #FFFFFF;
	/*height: 180px;
	margin-right: 5px;
	margin-left:102px;*/
	width: 273px;
	float: left;
	margin-top: 71px;
}

#mainhead-advert4 {
	background-color: #FFFFFF;
	/*height: 180px;
	margin-right: 5px;*/
	width: 188px;
	float: left;
	margin-top: 12px;
	margin-left:6px;
}

#mainhead-advert3 img 
{
	/*float:left;
	margin: 2%;
	margin-top:1px;*/
}

#News-navigation {
	height: 1px;
	margin-top: 1%;
	padding-top: 1px;        
}

#top-gainers 
{
	position: relative;
	/*height: 17px;
	top:11px;
	overflow: hidden;
	margin: top right bottom left*/
	text-transform: uppercase;
	color: #ffFFFF;
	margin-top: 3px;
	margin-left:11px;
	/*float:left;*/
	/*line-height:30px;
	width:430px;*/
	font-size:15px;
	margin-right:-1%;
	margin-bottom:-2%;
}

#news-menus 
{
	margin-left: 40px;
	margin-top:9px;
}

#news-menu {
	margin-left: 20px;
}

#news-menu li {
	display: inline;
	border-right:1px;
	border-color:white;
	border-style:dotted;
	padding-left:8px;
}

#news-menu li:hover{
background: brown; /*background of tabs for hover state */
color:#0099FF;
height:27px;
margin-top:-1px;
}

#news-menu  li  a 
{
	display:inline;
	text-decoration: none;
	margin-right:7px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-family: Calibri;
	text-transform: uppercase;
	font-weight: bold;
	/*
	width: 90px;
	float:left;
	display:block;
	height:15px;
	text-decoration: none;
	margin: 0;
	padding: 6px 15px; /*padding inside each tab*/
	/*border-right: 1px solid #3d6d9d; /*right divider between tabs*/
	/*color: white;
	*/
}

#news-menu li a:hover{
background: #FFFFFF; /*background of tabs for hover state */
/*color:#0099FF;*/
color:Navy;
}

#news-menut {
	margin-left: 20px;
	
	/*
	margin:0;
	list-style:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	background:#0E5892
	*/
}

#news-menut li {
	display: inline;
	border-right:1px;
	border-color:white;
	border-style:dotted;
	padding-left:8px;
}

#news-menut li:hover{
background: brown; /*background of tabs for hover state */
color:#0099FF;
height:27px;
margin-top:-1px;
}

#news-menut  li  a 
{
	display:inline;
	text-decoration: none;
	margin-right:7px;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	font-family: Calibri;
	text-transform: uppercase;
	font-weight: bold;
	/*
	width: 90px;
	float:left;
	display:block;
	height:15px;
	text-decoration: none;
	margin: 0;
	padding: 6px 15px; /*padding inside each tab*/
	/*border-right: 1px solid #3d6d9d; /*right divider between tabs*/
	/*color: white;
	*/
}

#news-menut li a:hover
{
	background: #FFFFFF; /*background of tabs for hover state */
	/*color:#0099FF;*/
	color:Navy;
}

/*#subcaties--*/
#subcaties
{	
	margin-left:74px;
	margin-top:-2px;
	border:solid;
	border-top:1px;
	border-color:#FFFFFF;
	position: absolute;
	z-index: 1;
	width: 100px;
	display: none;
	/*Transparency*/
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	/*opacity: 0.5;*/
}

#subcaties li
{
	margin-top:-2px;
	border:solid;
	border-top:1px;
	border-color:#FFFFFF;
}

#subcaties li a
{
	display: none;
	background-color:#0033CC;
	float: left;
	width:100px;
	-moz-opacity: 0.9;
}

#subcaties li a:hover
{
	display: block;
	height: 32px;
	text-decoration: none;
	line-height:-1;
	width: 100px;
	color: Navy;
	font-weight: bolder;
	text-transform: uppercase;
	background-color:#F0F0F0	
}

#left-wrapper {
	width: 64%;
	float: left;
    margin-left:5px;
}

#right-wrapper 
{
	background-color: #FFFFFF;
	width: 30%;
	float: right;
	width:345px;
	margin-top:1%;
}

#right-wrapper a{
	text-decoration:none;	
}

#right-wrapper a:hover{
	text-decoration:underline;	
}

#top-story-holder 
{
	margin-top: 1%;
	/*background-image: url(images/article-skin.png);*/
	background-image: url(images/top-story.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:200px;
	
}

#top-story-holder img
{
	margin-top:-17px;
	float: left;
	margin-right: 25px;
	/*
	width:300px;
	height:200px;
	margin-left: 25px;*/
}

#top-story-image
{
	background-color: #FFFFFF;
	height: 200px;
	width: 290px;
	float: left;
	background-image: url(images/top-story.gif);
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-top: -12px;
	margin-left:5px;
}

#top-story-image a
{
	text-decoration:none;
}

#top-story-image a:hover
{
	text-decoration:underline;
}

#top-story-image img
{
	background-color: #FFFFFF;
	float: left;
	margin-top:15px;
	margin-left:70px;
	/*background-image: url(images/top-story.gif);
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-top: 1%;*/
}

#top-story-holder h1
{
	text-align:left;
	width:100%;
}

#top-story-holder p{
	font-size: 15px;
	line-height: 23px;
	/*
	width:644px;
	margin-left:298px;*/
}

#news-update {
	margin-top:1%;
	padding: 2px 2px 2px 2px;	
	background-image: url(images/greybga.gif);
	background-repeat:no-repeat;
}

#news-update  img {
	float: left;
	width:250px;
	height:190px;
}

#container #content-wrapper #left-wrapper #news-update #titlebar2-left #titlebar2-right #titlebar2-mid img {
	height: 13px;
	width: 161px;
	margin-top: 16px;
}

#news-update h1
{
	padding:2%;
	font-family:Calibri;
	text-transform:uppercase;
}

#news-feeds-display 
{
	margin-top:4%;
	font-size: 15px;
	line-height:130%;
	width: 270px;
	float: left;
	margin-right:1px;
}

#news-feeds-display p {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	width:250px;
}

#news-feeds-display h1
{
}

#politic-news h1,#business-economy h1,#sport-news h1,#stock-markets h1
{
	padding:4% 0 0 2%;
    font-family:Calibri;
    text-transform:uppercase;
}

#news-feeds
{
	width:49%;
	margin-top:5%;
	font-size: 15px;
	line-height:80%;
	font-family:Calibri;
	overflow:hidden;
	height:100%;
}

#news-feeds p {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
}

#news-feeds p:hover  {
	display: block;
	background-color: #F0F0F0;
	color:#004276;
}

#grid-poli-economy {
	margin-top: 1%;
}

#politic-news {
	/*width: 300px;*/
	float: left;
	background-image: url(images/greybgb.gif);
	background-repeat:no-repeat;
	position:relative;
}

#politic-news a
{
	text-decoration:none;
}

#politic-news a:hover
{
	/*text-decoration:underline;*/
	color:Red;
	background-color:#F0F0F0;
}

#container #content-wrapper #left-wrapper #grid-poli-economy #politic-news #titlebar2-left #titlebar2-right #titlebar2-mid img {
	height: 13px;
	width: 161px;
	margin-top: 15px;
}

#political-news-display 
{
	margin-top:6%;
	font-size: 15px;
	line-height:130%;
	width: 270px;
	float: left;
	margin-right:1px;
}

#political-news-display a
{
   padding: 1px 0 0 9px;
   background:url(images/liimage.gif) no-repeat left;
}

#political-news-display a#no{
   padding: 1px 0 0 2px;
   background:url(images/limage.gif) no-repeat left;
}

#political-news-display img {
	margin-top: 10px;
}

#political-news-display  p {
	/*font-size: 15px;
	line-height: 23px;*/
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	width:250px;
}

#business-economy {
	float: right;
	width: 352px;
	/*margin-top: -20px;*/
	background-image: url(images/greybgc.gif);
	background-repeat:no-repeat;
}

#business-economy p
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
	padding: 1px 0 0 9px;
}

#business-economy a
{
	text-decoration:none;
	padding: 1px 0 0 9px;
	background:url(images/liimage.gif) no-repeat left;
}

#business-economy a#no
{
	text-decoration:none;
	padding: 1px 0 0 0;
	background:url(images/limage.gif) no-repeat left;
}

#business-economy a:hover
{
	/*text-decoration:underline;*/
	background-color:#F0F0F0;
	color:Red;
}

#business-economy-display 
{
	margin-top:20px;
	line-height:18px;
}

#business-economy-display img {
	margin-top: 19px;
}

#business-economy-contents {
	margin-top: 1%;
	/*overflow: scroll;*/
}

#business-economy-contents p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d8d8d8;
	font-size: 15px;
	line-height: 18px;
}

#business-economy-contents p:hover
{
	display: block;
	background-color: #F0F0F0;
	color:Red;
	
}

#grid-advert-sport 
{
	/*margin-top: -16%;
	padding: 10px 0;*/
	margin-left:13px;
}

#sub-left-advert    {
	background-color: #FFFFFF;
	width: 275px;
	float: left;
	margin-top:1%;
}

#sub-left-advert1    {
	background-color: #FFFFFF;
	width: 275px;
	float: left;
	margin-top:1%;
}

#sub-left-advert1 img {
	height: 200px;
	width: 275px;
	left: 0px;
	top: 0px;
	position: relative;
}

#grid-advert-stock {
	/*padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -460px;*/
	float: right;
}

#sport-news 
{
	/*margin:top:8%;*/
	overflow:hidden;
	float: right;
	width: 352px;
	margin-top:-10px;
	background-image: url(images/greybgc.gif);
	background-repeat:no-repeat;
}

#container #content-wrapper #left-wrapper #grid-advert-sport #sport-news #titlebar2-left #titlebar2-right #titlebar2-mid img {
	margin-top: 15px;
}

#sport-news-display 
{
	margin-top:6%;
	font-size: 15px;
	line-height:130%;
	width: 322px;
	margin-right:1px;
	margin-left:16px;
}

#sport-news-display img {
	float: left;
	margin-top: 0%;
	margin-right: 3%;
}

#sport-news-display p {
	/*font-size: 16px;
	line-height: 130%;*/
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	width:321px;
	margin-left:7px;
}

#sport-news-display a {
	text-decoration:none;
	padding: 1px 0 0 9px;
	background:url(images/liimage.gif) no-repeat left;
}

#sport-news-display a#no
{
   padding: 1px 0 0 2px;
   background:url(images/limage.gif) no-repeat left;
}

#sport-news-display a:hover {
	/*text-decoration:underline;*/
	color:Red;
	background-color:#F0F0F0;
	width:315px;
}

#sport-news-contents {
	height: 150px;
	margin-top: 5%;
}

#sport-news-contents p {
	line-height: 110%;
	font-size: 15px;
	font-weight: lighter;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699FF;
}

#sport-news-contents p:hover
{
	display:block;
	background-color:#CCCCCC;
}

#sub-left-advert2 {
	background-color: #FFFFFF;
	margin-top: 2%;
	height: 257px;
	width: 275px;
	float: left;
}

#stock-markets {
	float: right;
	width: 351px;
	margin-top: 2%;
	margin-bottom: 2%;
	background-image: url(images/greybgc.gif);
	background-repeat:no-repeat;
}

#cur-conv {
	float: right;
	width: 351px;
	margin-top: 12px;
	background-image: url(images/greybgc.gif);
	background-repeat:no-repeat;
}

#stock-markets-contents {
	/*background-color: #F4F4F4;*/
	background-color: #F4F4F4;
	text-align: left;
	margin-right: 7%;
	margin-left: 4%;
	margin-top: 18px;
	margin-bottom:12px;
	border: 1px solid #d8d8d8;
}

#viewpoint {
	/*background-image: url(images/viewpoint.gif);
	background-repeat:no-repeat;*/
	
}

#tab-top-stories {
	/*background-image: url(images/viewpoint.gif);
	background-repeat:no-repeat;*/
}

#viewpoint-content {
	height:82px;
	margin-bottom:4%;
}

#viewpoint-content img
{
	float:left;
	width:50px;
	height:52px;
	margin-right:5px;
	margin-bottom:5px;
}

#blogs {
	margin-top: -1%;
	width:335px;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#blogs a{
	text-decoration:none;	
}

#blogs a:hover{
	text-decoration:underline;	
}

#container #content-wrapper #right-wrapper #viewport #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#container #content-wrapper #right-wrapper #top-stories #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#container #content-wrapper #right-wrapper #blogs #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#blogs-content img {
	float: left;
	margin-right: 1%;
	width: 64px;
	height: 62px;
	overflow: hidden;
	margin-left:3%;
	margin-top: 3%;        
}

#container #content-wrapper #right-wrapper #blogs #tab-blogs {
	margin-top: 5%;
}

#blogs-content {
	background-color: #CCFFFF;
	padding-bottom:1%;
	font-size: 15px;	
}

#blogs-content p
{
	width:90%;
}

#top-stories {
	margin-top: -8%;
	width:335px;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#top-stories-holder a
{
	text-decoration:none;
}

#top-stories-holder a:hover
{
	text-decoration:none;	
}

#top-stories-content {
	margin-top:4%;
	margin-left:1%;
}

#top-stories-content p{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0099FF;
	font-size:16px;
	line-height:25px;
}

#top-stories-content-holder {
	/*background-color: #F0F0F0;*/
	text-decoration:none;	
	padding: 2% 2% 6% 2%;
	font-size: 15px;
	position:relative;
	top:-37px;
	left:2px;
	height:286px;
}

#top-stories-content-holderx {
	/*background-color: #F0F0F0;*/
	text-decoration:none;	
	padding: 2% 2% 6% 2%;
	font-size: 15px;
	position:relative;
	top:-37px;
	left:2px;
	height:286px;
}

#top-stories-content-holder a{
	padding: 1px 0 0 9px;
	display: block;
	color: #004276;
	text-decoration: none;
	text-transform:capitalize;
	list-style:none;
	background:url(images/liimage.gif) no-repeat left;
	padding-left:10px;
}

#top-stories-content-holder a#no{
	padding: 1px 0 0 2px;
	display: block;
	color: #004276;
	text-decoration: none;
    text-transform:capitalize;
	list-style:none;
	background:url(images/limage.gif) no-repeat left;
	padding-left:10px;
}

#video-podcast {
	margin-top: -2%;
    width:335px;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#container #content-wrapper #right-wrapper #video-podcast #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#video-podcast-frame {
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	height: 300px;
	margin-top: 4%;
	overflow: hidden;
	background-repeat: no-repeat;
	/*width: inherit;#F4F4F4*/	
	width: 285px;
	margin-left:8%;
}

#video-podcast-frame img {
	height: 300px;
	width:inherit;
}

#picture-gallery {
	background-color: #FFFFFF;
	margin-top: 3%;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#container #content-wrapper #right-wrapper #picture-gallery #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#picture-gallery-frame {	
	width: 285px;
	height: 310px;
	margin-top: 4%;
	margin-left:8%;
	background-repeat: no-repeat;
}

#leisure {
	margin-top: -10%;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#container #content-wrapper #right-wrapper #leisure #titlebar-left #titlebar-right #titlebar-mid img {
	margin-top: 15px;
}

#leisure-frame {	
	width: 285px;
	margin-top: 4%;
	margin-left:8%;
	overflow: hidden;
}

#weather {
	margin-top: 3%;
	background-image: url(images/blackbg.gif);
	background-repeat:no-repeat;
}

#weather-frame {	
	width: 295px;
	margin-top: 4%;
	margin-left:19px;
	overflow: hidden;
	text-align:center;
}

#sub-right-advert {
	background-color: #FFFFFF;
	height: 275px;
	width:305px;
	margin-top: 4%;
	margin-left: 3%;
}

#sub-right-advertx {
	background-color: #FFFFFF;
	height: 275px;
	width:305px;
	margin-top: 10%;
	margin-left: 4%;
}

#footer-sitemap {
	height: 165px;
	margin-top: 4%;
	background-image: url(images/footers.jpg);
	background-repeat:no-repeat;
}

#footer-sitemap a
{
	padding: 9px 0 0 10px;
	display: block;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:capitalize;
	list-style:none;
	background:url(images/liimage.gif) no-repeat left;
	padding-left:10px;
}

#footer-sitemap  ul
{
	margin-top: 16px;
}

#sitemap-news {
	float: left;
	margin-top:12px;
	margin-right: -14px;
	margin-left: -17px;
	width: 210px;
}

#sitemap-politics {
	float: left;
	margin-top:12px;
	margin-right: 38px;
	margin-left: -35px;
	/*width: 243px;*/
}

#sitemap-sport {
	float: left;
	margin-top:12px;
	margin-right: 53px;
	margin-left: -30px;
	/*width: 209px;*/
}

#sitemap-stocks {
	float: left;
	margin-top:12px;
	margin-right: 36px;
	margin-left: -21px;
	/*width: 209px;*/
}

#sitemap-biz {
	float: left;
	margin-top:12px;
	margin-left: -42px;
	clear: right;
	/*width: 213px;*/
}

#footer-links 
{
	margin-top:15px;
	height: 20px;
	top: 5px;
}

#footer-menu {
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	height:5%;
}

#footer-menu a     
{
	padding: 1px 0 0 9px;
	/*display: block;
	color: #004276;
	text-decoration: none;*/
	text-transform:capitalize;
	list-style:none;
	background:url(images/liimage.gif) no-repeat left;
	padding-left:10px;
	text-decoration: none;
	font-family: Calibri;
	color: #999999;
	float:left;
	/*display: inline;*/
	margin-right: 14px;
	font-size:12px;
}

#footer-menu a:hover     
{
	/*background-color:Silver;
	opacity:0.5;
	height:12px;*/
	text-decoration:underline;
}

#footer-menu li
{
	/*display:inline;*/
	float: left;
	/*margin-left:3px;*/
}

#datetime
{
	margin-left:3em;
}

#mypunch
{
	/*background-image: url(images/greybgb.gif);
	background-repeat:no-repeat;
	border:dotted 1px #F0F0F0;*/
	width:275px;
	margin-top:15px;/*162px;*/
}

#oppoll
{
	/*background-image: url(images/greybgb.gif);
	background-repeat:no-repeat;
	border:dotted 1px #F0F0F0;*/
	margin-top:8px;
	margin-left:0px;
	width:275px;
	font-family:Calibri;
}
/*
#gain-menu li{
	text-decoration: none;
	width: 90px;
	margin-right:18px;
	font-size:16px;
	text-align: center;
	color: #FFFFFF;
	font-family: Calibri;
	text-transform: uppercase;
	font-weight: bold;
}
*/

