/* CSS Document */

body {
	background-image:url(gfx/main_bkg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#94d4f3;
	margin-top:3px;
}

/* Layout styles START */

.container {
	background-color:#94d4f3;
	border:1px solid #f2ebd4;
}

.TopBar{
	background:#295e80;
	background-image:url(gfx/topbar_bkg.gif);
	
}

.LogoBar{
	background:#3384b7;
}

.NavBar{
	background:#4891be;
	background-image:url(gfx/navbar_bkg.gif);

}

.ContentBar{
	background-color: #55bae9;
}

.LeftColoum{
	background:#55bae9;
	height:auto;
}

.RightColoum{
	background:#FFFFFF;
}

.TailBar{
	font-family:"Century Gothic";
	font-size:11px;
	color:#295e80;
	font-weight:normal;
	background:#e1e1e1;
}


/* Layout styles END */

/* Content styles START */

.DateTime{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}

.Today{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#fff200;
}

.TopNavigation{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}

.Logo{
	background-image:url(gfx/main_logo.gif);
	
}

.MainPic{
	background-image:url(gfx/main_pic.jpg);
}

.MainNavigation{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.LoginTxt{
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.LoginFieldTxt{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:normal;
	color:#295e80;
	height:12px;
}

.LoginFieldBut{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:normal;
	color:#295e80;
	height:25px;
}

.SiteTxtBlue {
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:normal;
	color:#295e80;
}

.SiteTxtBlueBold {
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#295e80;
}

.SiteTxtRedBold {
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

.SiteTxtWhite {
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

.SiteTxtWhiteBold {
	font-family:"Century Gothic";
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.NewsTable {
	border:1px solid #FFFFFF;
}

a.MainLinks:link {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	}

a.MainLinks:visited {
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	}

a.MainLinks:hover {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	color: #fff200;
	text-decoration: none;
	}

a.MainLinks:active {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	}		

a.TopLinks:link {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}

a.TopLinks:visited {
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}

a.TopLinks:hover {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:normal;
	color: #fff200;
	text-decoration: none;
	}

a.TopLinks:active {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}	
.TableSponsor {
	border-color:#4891BE;
	border-style:solid;
	border-width:1px;
	}

a	{
	color: #3384b7;
	}

a:hover {
	color: #295E80;
	text-decoration: none;
	}
	
.CalendarStlye{
	font-family: "Century Gothic";
	font-size: 10px;;
	color:#000000;
	padding:3px;
	}
	
.ComingSoon {
	font-family:"Century Gothic";
	font-size:12px;
	color:#00FF33;
	}

/* Content styles END */