@charset "utf-8";
/* CSS Document */


/***** SECTIONAL   *****/


#topbar-menubar {
	vertical-align: bottom;
	display: block;
}
#topbar-menubar a:hover  {
	color: #99FFFF;
	text-decoration: underline;
}
#topbar-menubar a:link, .menubar a:visited{
	color: #EEEEEE;
	text-decoration: none;
}
.menubar {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	float: left;
	display: block;
}

.menubar-sel {
	background-color: #333333;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #9966FF;
}

.menubar-sel a:link, .menubar-sel a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#topbar-bg {
	background-repeat: repeat-x;
	height: 60px;
	background-color: #999999;
}

.topbar-logo  {
	float: left;
	height: 60px;
	width: 100px;
	text-align: center;
}
.topbar-rightcol {
	float: right;
	width: 180px;
}
.showInfoCloud {
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
	background-image: url(../graphics/bgd/cloud-small.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 5px;
	padding-top: 2px;
	background-position: center;
	font-style: italic;
	display: block;
}
.showInfoCloud a:link, .showInfoCloud a:visited{
	color: #000000;
	text-decoration: none;
}
.showInfoCloud a:hover{
	font-weight: bold;
}
.topbar-mail-me {
	padding-right: 20px;
	font-size: 12pt;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}

.topbar-mail-me a:link, .topbar-mail-me a:visited{
	color: #000000;
	text-decoration: none;
}
.topbar-mail-me a:hover{
	color: #000000;
		text-decoration: underline;
}
.topbar-title {
	font-size: 14pt;
	font-weight: bold;
	height: 38px;
	text-align: left;
	line-height: 38px;
}

