﻿@charset "utf-8";
/* CSS Document */

body 
{ 
	position: relative;
	margin: 0;
	top: 0px;
	font-family: "tahoma";
	width: 825px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC; 
}

#MainSection
{
	background-color: #FFFFFF;
	width:100%;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;	
}

td {
	font-family: "tahoma";
}

.sec_header {
	font-size:12px;
	font-weight: bold;
	color:#000080;
	padding-bottom: 5px;
}

.sec_content{
	padding-bottom: 20px;
	line-height: 17px;
}

a.bold_link:link {color: #0066CC; text-decoration: none;}
a.bold_link:visited {color: #0066CC; text-decoration: none;}
a.bold_link:active {color: #0066CC; text-decoration: none;}
a.bold_link:hover {color: #0066CC; font-weight: bold; text-decoration: none;}

a:link {color: #0066CC; text-decoration: none;}
a:visited {color: #0066CC; text-decoration: none;}
a:active {color: #0066CC; text-decoration: none;}
a:hover {color: #0066CC; text-decoration: underline;}

ul.sublist
{
	list-style: square; 
	font-weight: normal; 
	font-size: 10px; 
	list-style-position: outside; 
	margin-left: 15px;
}

p {
	line-height: 17px;
}

p.nomargin {
	line-height: 0px;
	margin: 20px;
}

ul.arrowlist {
	list-style-type: square;
}

li.marginlist {
	margin-bottom: 10px;
	line-height: 17px;
}

.footermenu {
	width: 825px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.copyright {
	margin-top: 5px;
	font-size: 10px;
	width: 825px;
}

li.navlist {
	margin-top: 5px;
}

table.main {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	width: 825px;
	height: auto;
}

td.leftnav {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	width: 200px;
	padding: 10px 10px 0px 10px;
}

td.mainbody {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 625px;
}

tr.d0 td{
	background-color: #E4E4E4;
	color: black;
	text-align: left;
}

tr.d1 td{
	background-color: white;
	color: black;
	text-align: left;
}

#MenuBar1 li {
	width: auto;
	white-space: nowrap;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
}
#MenuBar1 ul {
	width: auto;
}
#MenuBar1 ul li {
	float: none;
	background-color: transparent;
	font: tahoma;
	font-size: 10px;
	font-variant: normal;
	font-weight: bold;
}
#MenuBar1 a.MenuBarItemSubmenu {
	background-position: 100% 50%;
}

#BannerIndex {
    background-image:  url(../images/Linxoft-Home-Banner.jpg);
    background-repeat: no-repeat;
    height: 190px;
    width: 825px;
}

#BannerText
{
	position: relative;
	text-align: right;
	height: auto;
    width: auto;
    right: 10px;
    top: 30px;
}
