body {
background: url('../images/bg_logo.jpg') no-repeat;
background-position: top center;
margin-left: auto;
margin-top: auto;
margin-right: auto;
}
.header {
width: 780px;
height: 105px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}
.login {
padding-top: 30px;
width: 350px;
overflow: hidden;
float: right;
}
.errorText {	
color: red;
font-size: 11px;
}
.nav {
background: url('../images/mainnav.jpg') no-repeat;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}
.navlinks {
font-family: Arial;
font-size: 13px;
color: white;
}
.navlinks a {
text-decoration: none;
}
.navlinks a:link, .navlinks a:active, .navlinks a:visited {
color: white;
}
.navlinks a:hover {
color: #399EDD;
}
.main {
width: 780px;
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
}
.inputfield {
background: url('../images/input_field.gif');
border: 1px solid #cccccc;
color: #666666;
font-size: 12px;
font-family: Arial;
width: 150px;
height: 20px;
}
.wideinputfield{
background: url('../images/input_field.gif');
border: 1px solid #eeeeee;
color: #666666;
font-size: 12px;
font-family: Arial;
width: 200px;
height: 20px;
}
.textarea {
border: 1px solid #cccccc;
background: url('../images/textarea_field.gif');
color: #666666;
font-size: 12px;
font-family: Arial;
width: 325px;
height: 60px;
}
.logintxt {
font-size: 12px;
font-family: Arial;
color: #399EDD;
}
.leftColumn {
width: 515px;
float: left;
}
.vgutter {
width: 6px;
height: 300px;
float: left;
}
.rightColumn {
width: 255px;
height: 302px;
float: left;
border:1px solid #cccccc;
background: url('../images/bg_side.gif') no-repeat;
background-color: white;
}
.latestNews {
width: 245px;
margin-left: 10px;
margin-top: 10px;
}
.headertxt {
font-family: Arial;
font-size: 20px;
}
.specialtxt {
font-family: Arial;
font-size: 20px;
color: #399EDD;
width: 440px;
}
.bodystyle {
font-family: Arial;
font-size: 13px;
color: #444444;
text-decoration: none;
}
.bodystyle a {
color: #399EDD;
text-decoration: none;
}
.bodystyle a:link, .bodystyle a:active, bodystyle a:visited {
text-decoration: none;
}
.bodystyle a:hover {
text-decoration: underline;
}
.footer {
background: url('../images/footer.gif') no-repeat;
width: 780px;
height: 30px;
margin-left: auto;
margin-right: auto;
}
.footerContainer {
width: 400px;
text-align: center;
padding-top: 8px;
margin-left: auto;
margin-right: auto;
}
.footertxt {
font-family: Arial;
font-size: 10px;
color: #cccccc;
}
.footertxt a {
text-decoration: none;
color: #cccccc;
}
.footertxt a:link, .footertxt a:visited, .footertxt a:active {
text-decoration: none;
}
.footertxt a:hover {
text-decoration: underline;
}
.bodyContainer {
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: left;
overflow: hidden;
}

	
.player
{
	position:relative;
	left:10px;
	top:0px;
	width:550px;
	height:334px;
	overflow:hidden;
	float:left;
}

.searchdivider
{
	position:relative;
	top:0px;
	width:770px;
	height:40px;
	overflow:hidden;
	background-image:url('../images/search_divider_770x40.png');
}

.searchDividerLabel
{
	position:absolute;
	left:600px;
	top:10px;
	width:140px;
	height:15px;
	z-index:2;
	font-family:Helvetica;
	font-size:10pt;
	color:#333333;	
}



.rssBrowser
{
	width:210px;
	height:340px;
	position:relative;	
	overflow:hidden;
}	
.channelBrowser	
{
	width:760px;
	height:160px;
	background-color:#ffffff;
	position:relative;
	left:10px;
	top:5px;
	overflow:hidden;
}

/* for request a quote page */
table.quote {
	border-width: thin;
	border-spacing: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	width:700px;
	color:#444444;
}
table.quote th, table.quote td{
	border: thin solid gray;
	padding: 5px;
	vertical-align: top;
	color:#444444;
}
