
body {
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff url(../images/general/pageTile.gif) repeat-y left;
	color: #000;
}

div.clearBoth {
	clear: both;
	font-size: 1%;
	height: 1px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

#bodyContainer {
	width: 750px;
}

#pageContent {
	background: #fff;
	padding-top: 1em;
}

div#dropdownMenus {
	display: none;	
}

.orange {
	color:#fc0;
}

.blue {
	color: #4283de;
}
/*<group=top>*/

#title {
	background: url(../images/top/title.jpg) no-repeat;
	width: 750px;
	height: 81px;
}

#title span {
	display: none;
}
/*<group=menu>*/

#menu {
	background: #114 url(../images/top/topMenuTile.gif) repeat-x  top;
	border-bottom: 1px none #fff;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: inline;
	padding-right: 10px;
}

#menu ul.home {
	float: right;
}

#menu ul.home li {
	padding-right: 0px;
	height: 15px;
}

#menu a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	background: url(../images/top/menuBullet.gif) no-repeat left top;
	padding-top: 1px;
}

* html #menu a {
	padding-top: 0px;
}

#menu a:hover {
	color: #fc0;
	background: url(../images/top/menuBullet-over.gif) no-repeat left top;
}

ul.submenu {
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: white;
	width: 150px;
	list-style: none;
	border-bottom: 1px solid #b3b3b3;
}


ul.submenu li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.submenu a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

ul.submenu a:hover {
	background: #eee;
	color: #191919;
}
	
/*</group>*/


/*</group>*/

/*<group=Footer>*/

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fc0;
}

#footer ul {
	display: block;
	text-align: center;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

#footer ul li {
	display: inline;
	padding-right: 6px;
	border-right: 1px solid #fff;
	padding-left: 5px;
}

#footer ul li.first {
	padding-left: 0;
}

#footer ul li.last {
	border-right-style: none;
	padding-right: 0;
}

/*</group>*/
