﻿/* Global Style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	/*background-color:#6699FF;*/
	background:transparent url('FlagBg.jpg') no-repeat center top;
}

.leftColumn
{	
	padding:0 25px;
	width:300px;
}
.rightColumn
{
	padding:0;
	width:650px;	
}
.whiteText
{	
	color:#fff;
}
#wrapper
{
	width:950px;
	margin:auto;
}

.tblContent
{
	width:100%;	
}

/* Navigation */
.navigation
{
}
.navigation ul
{	 	
 	padding:0;
 	padding-left:10px;
 	margin:0;
}
.navigation li
{
	display:inline;
}
.navigation ul li a
{
	text-decoration: none;
	color: #4086ff;	
	font-weight:bold;
	padding-right:5px;
}

/* Bottom Navigation */
.bottomNavigation
{
}
.bottomNavigation ul
{	 	
 	padding:0;
 	padding-left:10px;
 	margin:0;
}
.bottomNavigation li
{
	display:inline;
}
.bottomNavigation ul li a
{
	text-decoration: none;
	color: #133963;	
	font-weight:bold;
	padding-right:5px;
}


/* Left Navigation */
.leftNavigation
{
	
}
.leftNavigation ul
{
	list-style:none;
		
}
.leftNavigation li
{
	padding:3px 0;
}
.leftNavigation ul li a
{
	text-decoration: underline;
	color: #133963;	
	font-weight:bold;
	padding-right:5px;
}

#trTop
{	
	height:36px;
}

#trTop td
{
	vertical-align:bottom;
}

#trTopBanner
{	
	height:160px;
}

#trPhotoGallery
{
	height:250px;
	background-color:#fff;
}
#trContent
{	
	height:254px;
}
#trContent td
{
 vertical-align:top;	
}
#trBottomNavigation
{
	height:20px
}
#trFooter
{
	height:20px
}

.leftTopBarColumn,
.rightTopBarColumn
{	
	/*background:url(TopBarBG.jpg) repeat-x;*/
	background:#fff;
}

.rightTopAvailableArea
{
	height:160px;
	/*width:625px;
	background:url(TopAvailableBG.jpg) repeat-x;*/
	width:650px;
	background-color:#c3d7f6;	
	font-size:10px;	
}
.rightTopAvailableArea table
{
	width:100%;
	color: #133963;	
}
.rightTopAvailableArea input
{
	border:solid 1px #133963;	
}
.bnSearch
{
	background-color:#133963;
	font-size:10px;
	color:#fff;	
}
.leftContentColumn,
.rightContentColumn
{	
	background-color:#c3d7f6;
}
.footer
{	
	/*background-color:#133963;*/
	padding-right:10px;		
}
.footer, .footer a
{	
	color:#4086ff;
	font-size:10px;
	text-decoration:none;	
}
/* Container */
.blueTL
{
	width:14px;
	height:14px;
	background:url('blueTL.gif') no-repeat;
}
.blueT
{
	height:14px;
	background-color:#4086ff;
}
.blueTR
{
	width:14px;
	height:14px;
	background:url('blueTR.gif') no-repeat;
}
.blueL
{
	width:14px;
	background-color:#4086ff;
}
.blue
{
	background-color:#4086ff;
	color:#fff;
}
.blueR
{
	width:14px;
	background-color:#4086ff;
}
.blueBL
{
	width:14px;
	height:14px;
	background:url('blueBL.gif') no-repeat;
}
.blueB
{
	height:14px;
	background-color:#4086ff;
}
.blueBR
{
	width:14px;
	height:14px;
	background:url('blueBR.gif') no-repeat;
}

