html {
	
	padding: 0;
	margin: 0;
	height: auto;
}

body {

	padding: 0;
	margin: 0;
	height: auto;
	}

.body {
	position: relative;
	width: 750px;

}

.container {
		position: relative;

		width: 750px;
		height: auto;
		/*border-width: 1px; 
		border-color: magenta; 
		border-style: solid;*/

}

.pagecontainer {
		width: 750px;
		height: auto;
		position: relative; 

		/*border-width: 1px; 
		border-color: blue; 
		border-style: solid; */

		}

.txtcontainer {
		width: 750px;
		height: auto;
		position: relative;
		text-align: left;

		/*border-width: 1px; 
		border-color: green; 
		border-style: solid; */
		}

.columncontainer {
		height: auto;
		position: relative;
		margin: 10px;

		/*border-width: 1px; 
		border-color: red; 
		border-style: solid;*/ 

}

#leftcol {
		width: 320px;
		height: auto;
		position: relative;
		left: 0px;
		top: 0px;
		}

#rightcol {
		width: 320px;
		height: auto;
		position: absolute;
		left: 380px;
		top: -10px;
		}

.footer {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: black;
	width: 750px;
	height: 20px;
	margin-top: 120px;
	border-color: #cccccc;
	border-style: solid none none none;
	border-width: 1px 0px 0px 0px;

	text-align: center;

}

.bodytext {
	margin-top: 20px;
	border-color: #cccccc;
	border-style: none solid none solid;
	border-width: 0px 1px 0px 1px;

}

ul {
	text-align: left;
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #666666;
}

h1 {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

h2 {
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
	font-weight: 700;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

.callout {
	font-family: arial, helvetica, sans-serif;

	text-align: left;
	color: #999999;
	font-size: 14px;
	font-weight: 700;
}

p { 
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;

	text-align: left;
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	}

.menu {
	position: relative;
	text-align: left;
	border-color: #cccccc;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	width: 730px;
	height: 20px;
	padding-bottom: 5px;

}

.menulink {
	font-family: arial, helvetica, sans-serif;
	color: navy;
	font-size: 11px;
}

#home_link {
	position: absolute;
	left: 10px;
	top: 5px;
}

#about_link {
	position: absolute;
	left: 50px;
	top: 5px;
}

#creating_link {
	position: absolute;
	left: 160px;
	top: 5px;
}

#manage_link {
	position: absolute;
	left: 260px;
	top: 5px;
}

#track_link {
	position: absolute;
	left: 360px;
	top: 5px;
}

#app_link {
	position: absolute;
	left: 480px;
	top: 5px;
}

#report_link {
	position: absolute;
	left: 570px;
	top: 5px;
}

#format_link {
	position: absolute;
	left: 580px;
	top: 5px;
}

#contact_link {
	position: absolute;
	left: 670px;
	top: 5px;
}