body, div, p, td {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 10.5pt;
}

body {
	padding:0px;
	margin:0px;	
}

h1 {
	font-size: 1.25em;
	line-height: 0.5em;
	margin: 2px;
}

#headerContainer {
	width: 100%;
	height: 102px;
}

#headerLeft {
	position:absolute;

	left:4px;
	width:436px;
	height:102px;
	padding:0px;
	
	display: inline-block;
}

#headerRight {
	position: absolute; 
	right: 4px;
	width: 343;
	height: 102px;
	padding: 0px;
	
	background-position: right;
	background-repeat: no-repeat;
}

#leftcolumn {
	position:absolute;
	top: 110px;
	left: 4px;	
	width: 136px;
	height: 600px;	
}

#content {
	margin-left: 140px;
	padding: 1em;	
}

#rightcolumn {
	float: right;
	width: 140px;
	
	margin-left: 12px;
	text-align: center;	
}

#login {
	float: right;

	width: 136px;
	font: normal xx-small verdana;
	padding: 2px;
	
	text-align:right;
}

#login .inputRow {
	font: normal xx-small verdana;
	padding: 2px;
}

#login input.email {
	width: 90px;
}

#login input.password {
	width: 70px;
}

#login .loginBoxText {
	font-size: 11px;
	padding: 2px;
}

#login .loginButton {
	width: 60px;
	margin-left: 72px;
}

#toptext {
	position: absolute;
	top: 84px;
	right: 4em;	
	height: 18px;
	
	font-size: 12px;
	
	text-align: right;
}

a, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.leftbarLink, a.leftbarLink:visited {
	margin-top: 16px;
	
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	
	margin-right: 4px;
	
	line-height: 20px;
	display: block; 	
}

a.topbarLink, a.topbarLink:visited {

	line-height: 16px;
	font-family: Tahoma;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	margin-left: 16px;
	margin-right: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.pageHeadline {
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
