@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(apps/calendar01.css);
@import url(apps/news01.css);


body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bodyBkgd.gif) 0 10px repeat-x;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}


#wrap {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/wrapBkgd.gif) top center no-repeat;
	text-align: left;
}

html>body #wrap {
  	width: 760px;
} 

#header {
	position: relative;
	width: 760px;
	height: 105px;
	margin: 0;
	padding: 0;
	background: url(../images/head.gif) top center no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 5px;
}

#logo img {
	width: 400px;
	height: 55px;
}

#printlogo{
	display: none;
}

#tabs {
	position: relative;
	top: -25px;
	left: 115px;
	height: 24px;
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
	}

#nav {

}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#nav li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

#nav a {
	display: block;
	padding: 0 0 4px 0;
	border-bottom: 4px solid #09c;
	text-decoration: none;
	color: white;
}

#nav li.currenttab a {
	border-color: #c00;
}

#nav a:hover {
	border-color: #039;
}

#main-body {
	position: relative;
	top: -25px;
	background: none;
	clear: both;
}

#main-table-body {
	clear: both;
	padding: 0;
	margin: 0;

}

#main-table-body-leftcell, #main-table-body-rightcell {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#main-table-body-leftcell {
	width: 150px;
}

#sidebar {
	width: 147px;
	margin: 0;
	padding: 0;
}

#menu-header {
	display: none;
}

#menu{

}

#menu ul{
	list-style: none;
	width: 142px;
	margin: 5px 0 15px 4px ;
	padding: 0;
	text-align: right;
}

#menu li {
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #fff;
}

#menu a {
	display: block;
	margin: 0;
	padding: 3px 5px 5px 3px;
	font-weight: bold;
	color: #666;
	line-height: 1.25em;
	text-decoration: none;
}
	

#menu a:hover{
	background: #09c;
	color: #fff;
}

#menu a.current {
	color: #c00;
}

#menu a.current:hover {
	color: #c00;
	background: #fff;
}

#menu-footer {
	width: 138px;
	margin: 5px 0 5px 6px;
	padding: 0;	
}
#banner {
	display: none;
}


#breadcrumbbar{
	float:left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 9px;
	color: #c00;
}

#breadcrumblist{
	float: left;
	width: 400px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

#breadcrumblist a {
	text-decoration: none;
	color: #09c;
}

#breadcrumblist a:hover, #breadcrumblist a:active{
	text-decoration: underline;
}

#breadcrumbemail{
	float: right;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbemail a, #breadcrumbemail a {
	background: url(../images/email.gif) no-repeat 0px;
	float: right;
	padding: 0 10px 0 18px;
	text-decoration: none;
	color: #09c;
}

#breadcrumbprint{
	float: right;
	padding: 0 0px 0 0;
	text-align: right;
	width: 100px;
	line-height: 15px;
}

#breadcrumbprint a, #breadcrumbprint a {
	background: url(../images/printer.gif) no-repeat left;
	float: right;
	padding: 0 10px 0 18px;
	text-decoration: none;
	color: #09c;
}

#content {
	width: 610px;	
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	overflow: hidden;
}

#content-header {
	display: none;
}

#content-body {
	margin: 0;
	padding: 0;
	
}

#pagetitle {
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0;
}

#pagetitletext{
	padding: 0;	
}

#pagetitletext h1{
	margin: 0;
	padding: 0 100px 0 8px;
	background: transparent url(../images/h1Stars.gif) 530px 10px no-repeat;
	border-bottom: 3px solid #09c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	color: #09c;
}



#content-footer {
	display: none;
}

#footer {
	clear: both;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ddd;
	font-size: 10px;
	text-align: center;
}

#footerwrap {
}

#copyright{
	display: inline;
}

#poweredby{
	position: relative;
	left: 10px;
	display: inline;
	text-align: right;
}

#poweredby a {
	color: #09c;
	text-decoration: none;	
}