body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: 12px;
}
#logo_frame {
	height: 43px;
	width: 286px;
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #F8BD10;
	top: -13px;
	left: -11px;
	padding-top: 5px;
	padding-left: 6px;
}
#logo {
	height: 38px;
	width: 280px;
	text-align: left;
	background-image: url(../images/cologo.jpg);
	background-repeat: no-repeat;
}



/* Top Section Grey */
#grey_rectangle_top {
	background-color: #F8BD10;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* Shortcuts to Quicktrack/News/Logout */
#shortcuts {
	height: auto;
	width: auto;
	clip: rect(auto,auto,auto,auto);
	margin-top: 15px;
	margin-right: 20px;
	float: right;
	text-align: right;
	color: #FFFFFF;
}
#shortcuts a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
#shortcuts a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
#shortcuts li {
	list-style-type: none;
	display: block;
	width: 90px;
	height: 19px;
	text-align: center;
	padding-top: 3px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
}
#shortcuts li:hover {
	list-style-type: none;
	display: block;
	width: 90px;
	height: 19px;
	text-align: center;
	padding-top: 3px;
	float: left;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}

/* Main Menu */
#mainmenu {
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-color: #F8BD10;
}
#mainmenu ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainmenu li {
	display: block;
	float: left;
	width: 105px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	list-style-type: none;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#mainmenu li:hover {
	display: block;
	float: left;
	width: 105px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	list-style-type: none;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainmenu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

/* Bottom Border */
#grey_rectangle_bottom {
	height: 15px;
	background-color: #F8BD10;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}
#grey_rectangle_bottom_effect1 {
	height: 3px;
	background-color: #DBDBDB;
}
#grey_rectangle_bottom_effect2 {
	background-color: #666666;
	height: 3px;
}

