/* * * DEFAULTS * * */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	margin: 0;
	text-align: left;
	background-color: #fff;
}
div {
	margin: auto;
}
img{
    border: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:link, a:visited { 
 	color: #000;
 	text-decoration: none;
}
a:active, a:hover { 
	color: #000;
 	text-decoration: underline;
}

h1, .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 12px;
 }
 .bold {
	font-weight: bold;
 }
 
/* * * BG, HEAD * * */
#bg {
	position: relative;
	top: 0px;
	width: 800px;
	height: 100%;
	min-height: 200px;
	margin: auto;
}
#head {
	position: relative;
	top: 0px;
	width: 800px;
	height: 151px;
	text-align: left;
	border: 1px solid #000;
	z-index: 2;
	background-color: #fff;
}
#head * {
	padding: 0;
	margin: 0;
}
#logo {
	position: relative;
	left: 30px; top: 15px;
	width: 237px;
	height: 130px;
}
#banner {
	display: none;
}
#navigationbar {
	display: none;
}


/* * * MAIN AREA, FOOTER * * */
#content {
	position: relative;
	top: -2px;
	width: 800px;
	text-align: left;
	border: 1px solid #000;
	text-align: left;
}
#ticker {
	display: none;
}
#login {
	display: none;
}
.login {
	font-size: 11px;
	line-height: 8px;
}
#login label, .lp_16 {
	padding-left: 16px;
}
input {
	height: 13px;
	border: 1px solid #000;
	margin-right: 5px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	text-indent: 4px;
}
#path {
	height: 16px;
	width: 780px;
	text-align: left;
	vertical-align:middle;
	margin: 10px 7px 0;
	text-indent: 3px;
}
#footer {
	clear: both;
	margin: 10px;
	padding-top: 10px;
	text-align: center;
	display: block;
}

/* * * CONTENT-BOXES * * */
#boxleft {
	width: 210px;
	float: left;
	margin: 10px 0 10px 10px;
	text-align: left;
	z-index:3;
}
#boxright {
	width: 560px;
	float: left;
	margin: 10px 0 10px 10px;
	text-align: left;
	z-index:3;
}
#boxfull {
	width: 780px;
	clear: both;
	z-index:3;
	margin: 10px 0 10px 10px;
	text-align: left;
}
#boxleft .box {
	width: 200px;
}
#boxright .box {
	width: 550px;
}
#boxfull .box {
	width: 770px;
}
.box {
	padding: 5px;
	margin-top: 10px;
	display: block;
	z-index:4;
	float: left; 
}
.box img {
	float: left; 
	margin-right: 10px;
	margin-bottom: 5px;
}
.box img.nofloating {
	margin: 0;
	margin-bottom: 10px;
	float: left; 
}
.nofloating {
	clear: left;
	float: none;
}
.stopfloating {
	clear: left;
	display: block;
}

/* * * CONTENT* * */

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*************** BROWSERHACK IE ****************/
/* FOR IE 5.5 - 6 */
* html #bg { height: 200px; }
* html #boxleft { margin: 10px 0 5px 5px; }
* html #boxright { margin: 5px 0 5px 10px; }
* html input { position: relative; top: 4px; line-height: 16px; height: 15px; }
* html login { line-height: 22px; }
/* FOR IE 5 */
html + body #bg { height: 200px; }
html + body #boxleft { margin: 5px 0 5px 5px;; } 
html + body #boxright { margin: 5px 0 5px 10px; }
html>body .login { line-height: 22px; }
html>body .input { position: relative; top: 4px; line-height: 16px; height: 15px; }


/* IE MAC ONLY
html + body input { position: relative;top: -6px; }
html + body #ticker { padding-left: 45px; }
* html #ticker { padding-left: 45px; }
* html #content { width: auto; }
html + body #content { width: auto; }
*/