body{
	margin: 0 auto;
	width: 890px;
	text-align: center;
}

#menu{
	position: fixed
	width:170px;
	float:left;
	text-align: left;
	margin-top: 20px;
}

#contents{
	height:100%;
	overflow-y:scroll;
	padding-left:100px;
	padding-right:100px;
	border-left:1px solid rgb(230, 230, 230);
}

#header{
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    width: 890px;
    height: 50px;
	margin-top: 15px;
}

#footer {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 25px;
    background-color: #ffffff;
}  

#center{
	position: fixed;
	top: 70px;
	bottom: 25px;
	width: 890px;
}

#title{
	margin-bottom: 25px;
}

#about{
	margin-bottom: 40px;
}

#gettingStarted{
	margin-bottom: 40px;
}

#login{
	margin-bottom: 40px;
}

#mainWindow{
	margin-bottom: 40px;
}

#createNewAccount{
	margin-bottom: 40px;
}

#support{
	margin-bottom: 40px;
}

#technologyLicense{
	margin-bottom: 70px;
}

#gettingStartedAfterLogin{
	margin-bottom: 40px;
}

#usage{
	margin-bottom: 40px;
}

#functions{
	margin-bottom: 40px;
}

#search{
	margin-bottom: 40px;
}

#select{
	margin-bottom: 40px;
}

#supportAfterLogin{
	margin-bottom: 70px;
}

#redBorder{
	width: 100%;
	height: 3px;
	background-color: rgb(226, 40, 40);
}

a.link:link { color:rgb(226, 40, 40); text-decoration: none; }
a.link:visited { color: rgb(226, 40, 40); }
a.link:hover { text-decoration: underline; }

a.menu:link { color: rgb(66, 66, 66); text-decoration: none; }
a.menu:visited { color: rgb(66, 66, 66); }
a.menu:hover { text-decoration: underline;}

p{
	font-size: 12px;
	font-family: Verdana;
	color: rgb(66, 66, 66);
	margin-top:0px;
	margin-bottom:0px;
}

.bold{
	font-weight: bold;
	text-align: center;
}

.marketingMsg{
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}

.grayBox{
	background-color: rgb(230, 230, 230);
	height: 20px;
	padding-top: 3px;
}

.justify{
	font-size: 12px;
	font-family: Verdana;
	color: rgb(66, 66, 66);
	line-height: 22px;
	text-align: left;
}
	
.disclaimer{
	font-size: 12px;
	font-family: Verdana;
	color: rgb(66, 66, 66);
	text-align: left;
}

table.devicetable {
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color:#333333;
	border-width: 1px;
	border-color: rgb(66, 66, 66);
	border-collapse: collapse;
}

table.devicetable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: rgb(66, 66, 66);
	background-color: #dedede;
}
table.devicetable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: rgb(66, 66, 66);
	background-color: #ffffff;
}

.line{
	size: 1;
	color: rgb(230, 230, 230);
}

.toolbarFunctions{
	line-height: 16px;
}

.defaultMargin{
	width: 500px;
	padding: 25px 0 25px 0;
}

div.t1{
	display:block;
	float:left;
}
div.t2{
	display:block;
}