/* Full CSS File - full.css */
/* Not actually all - ie has issues */

/* Tags */
body {
  background: #FFFFFF url(images/page_back_gradient.gif) top left repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	display: block;
	width: 740px;
	height: 69px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}


h1.personal {
	background: url(images/header_personal.png) top left no-repeat;
}


h1.general1 {
	background: url(images/header_general1.png) top left no-repeat;
}


h1.general2 {
	background: url(images/header_general2.png) top left no-repeat;
}


h1.general3 {
	background: url(images/header_general3.png) top left no-repeat;
}


h1 span {
  display: none;
}


h2 {
	font-size: 18pt;
	padding: 0px;
	margin: 7px 0px 0px 0px;
}


h3 {
	font-size: 14pt;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

ul, ul li
{
  list-style: none;
}

/* IDs */
#page {
  position: absolute;
	display: block;
  width: 740px;
	margin-left: -370px;
	left: 50%;
	top: 80px;
	background: #FFFFFF;
}


#content-panel-outer {
  display: block;
	width: 500px;
	float: left;
	background: url(images/content_panel_back.gif) top left repeat-y;
	overflow: hidden;
	margin-bottom: 20px;
}


#content-panel-inner {
  padding: 0px 0px 4px 0px;
	background: url(images/content_panel_foot.gif) bottom left no-repeat;
}


#content-panel-content {
  display: block;
	width: 480px;
	background: url(images/content_panel_head.gif) top left no-repeat;
	padding: 4px 10px 0px 10px;
}



#side-panel-container {
  display: block;
	width: 230px;
	float: right;
	overflow: hidden;
}


#navbar {
	position: absolute;
	top: 5px;
	left: 0px;
}

#accessbar {
	position: absolute;
	top: 5px;
	right: 0px;
}

#navbar ul,
#accessbar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#navbar ul li {
	display: block;
	float: left;
	width: 80px;
	height: 19px;
	border-right: solid #AAA 1px;
}

#accessbar ul li {
	display: block;
	float: left;
	width: 60px;
	height: 19px;
	border-left: solid #AAA 1px;
}

#navbar ul li a,
#accessbar ul li a {
	display: block;
	width: 100%;
	height: 17px;
	color: #444444;
	background: url(images/navbar_button.gif) 0px 0px repeat-x;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	overflow: hidden;
}

#navbar ul li a:hover,
#accessbar ul li a:hover,
#navbar ul li a.active {
	background-position: 0px -19px;
}

#copynotice
{
	display: block;
	padding: 10px;
	font-size: 10pt;
	color: #AAAAAA;
}

/* Classes */

.side-panel-outer {
	background: url(images/user_panel_back.gif) top left repeat-y;
  margin-bottom: 9px;
}

.side-panel-inner {
  padding: 0px 0px 4px 0px;
	background: url(images/user_panel_foot.gif) bottom left no-repeat;
}


.side-panel-content {
  display: block;
	width: 210px;
	background: url(images/user_panel_head.gif) top left no-repeat;
	padding: 4px 10px 0px 10px;
}