table { border:0px; border-collapse:collapse ; width:100%} 
table.rankings {width:340px; text-align:center; margin-left:4px; border-width:1px; border:thin; color:#656565}
td {vertical-align:top; padding:0px; }


td, table, select,  input, textarea{
	font-family:arial;
	font-size:12px;
	vertical-align:top;
	line-height:20px;
	color:#656565
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px; }

.tab a{ color:#505050; text-decoration: none; text-transform:uppercase}
.tab a:hover{ text-decoration:underline} 
.tab td{ height:70px; vertical-align:middle; padding-left:80px; padding-right:5px}

.tab1 td{ height:70px; vertical-align:middle; padding-left:15px; padding-right:15px; background: url("images/td.jpg") no-repeat left bottom}
.tab1 a{ color:#505050; text-decoration: none; text-transform:uppercase}
.tab1 a:hover{ text-decoration:underline} 

.tab2 td{ height:70px; vertical-align:middle; padding-right:15px; background: url("images/td.jpg") no-repeat left bottom}
.tab2 a{ color:#505050; text-decoration: none; text-transform:uppercase}
.tab2 a:hover{ text-decoration:underline}
.tab2 img{ margin-right:20px}
.tab2 div{ margin-left:90px} 


a{ color:#656565; text-decoration:none}
a:hover{ text-decoration:none}

a.footerlinks  { color:#55819A; font-size: 12px} 

.bg{ background:#99B3BA}
.bg1{ background:  url("images/logo_bg.jpg") no-repeat; text-align:center}
.bg2{ background: url("images/bg1.jpg") no-repeat left bottom}
.bg3{ background: url("images/bg2.jpg") no-repeat left bottom}
.bg4{ background: url("images/bg3.jpg") no-repeat left bottom}
.bg5{ background: url("images/bg4.jpg") no-repeat left bottom}
.bg6{ background: url("images/bg5.jpg") no-repeat left bottom}

span a{ color:#505050; text-decoration:none; background: url("images/marker.gif") no-repeat 0 4px; padding-left:12px; text-transform:uppercase}
span a:hover{ text-decoration:underline}

span { text-transform:uppercase}

ul{margin:0px; padding:0px; list-style:none; line-height:18px}
ul li{ background:url(../gspTest/images/list_bg.gif) no-repeat 0 7px; padding-left:14px }
ul li a{ color:#55819A;  text-decoration: none; font-weight: 400}
ul li a:hover{ text-decoration: underline}

.header{ height:51px}
.header a{ color:#505050; text-decoration:none; text-transform:uppercase}
.header a:hover{ text-decoration:none}

.footer{ color:#505050; height:95px; vertical-align:middle; text-transform:uppercase}
.footer a{ color:#505050; text-decoration:none}
.footer a:hover{  text-decoration:underline}

.indent{ padding:27px 49px 15px 0}
.indent1{ padding:27px 15px 15px 0}

.form input {
	width:280px;
	height:22px;
	color: #656565;
	border:#DEDEDE 1px solid;
	padding:1px 0 0 6px;
	line-height:15px;
	background-color:#FFFFFF;
}
.form select {
    width:280px;
	color:#656565;
	border:#DEDEDE 1px solid;
	padding:1px 0 0 6px;
}

.form textarea {
	width:280px;
	height:263px;
	color: #656565;
	border:#DEDEDE 1px solid;
	overflow: auto;
	padding:1px 0 0 6px;
	line-height:15px;
	background-color:#FFFFFF;
}


.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #55819A;
}
.style3 {color: #55819A; font-size: 14px;}
h1 {font-size: 14px; color: #55819A; font-weight:bold; margin-left:4px; margin-bottom: 3px}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}
