/**
 * Reset padding and margins to mitigate browser differences.
 */
* {
	padding:0;
	margin:0;
}

div#content h1,
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content h6, 
div#content p, 
div#content div, 
div#content pre, 
div#content blockquote, 
div#content label, 
div#content ul, 
div#content ol, 
div#content dl, 
div#content fieldset, 
div#content address {
	margin: 0px;
	color: #565656;
}
div#content h1,
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content h6 {
	margin: 5px 0px;
}

h1 {
	font-size: 180%;
}

li, dd { 
	margin-left: 1em; 
}

fieldset { 
	padding: .5em; 
}

div {
}

dfn {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

body#body {
	background: #FFF url(/_composer/images/titlebar_bg.jpg) repeat-x left 110px;
	min-width: 840px;
}

a, a img {
	text-decoration: none;
	border: none;
}

table {
	font-family: Verdana, Arial;
	font-size: 8pt;
}

table td {
	padding: 4px;
}

#page_container {
	text-align: left;
}

/**
 * Head
 */

div#header {
	width: 100%;
	height: 91px;
	background: url(/_composer/images/header.jpg) white top left no-repeat;
	margin: 0;
	padding: 0;
	border-top: 19px solid #d1d1d1;
}

div#header img#print-header {
	display: none;
}


/**
 * Titlebar
 */

div#titlebar-container {
	position: relative;
	width: 100%;
	height: 141px;
	z-index: 10;
	margin-bottom: 1px;
}

div#titlebar {
	position: absolute;
	left: 198px;
	background: url(/_composer/images/titlebar_header_mask.png) top left no-repeat;
	width: 436px;
	height: 141px;
	z-index: 10;
}

div#title_banner {
	position: absolute;
	top: -142px;
	left: 284px;
	width: 148px;
	height: 136px;
	overflow: hidden;
	z-index: 4;
}

/**
 * Menu
 */

div#main-menu {
	position: relative;
	float: left;
	background: url(/_composer/images/main_menu_bg.jpg) top left no-repeat;
	width: 198px;
	height: 141px;
	margin: 0;
	padding: 0px;
	font-size: 10px;
}

div#main-menu ul {
	padding: 0;
	margin: 12px 0px 10px 10px;
	list-style: none;
}

div#main-menu li {
	padding: 0;
	margin: 0 2px;
}

div#main-menu li a {
	color: white;
}
div#main-menu li.active a {
	color: #f8f39f;
	font-size: 11px;
	font-weight: bolder;
}


/**
 * Sub-menu
 */
#sub-menu {
	position: relative;
	float: left;
	background: url(/_composer/images/empty_sub_menu_bg.jpg) top left no-repeat;
	width: 198px;
	min-height: 229px;
	font-size: 11px;
}
#sub-menu ul {
	background: white;
	min-height: 229px;
	padding: 0;
	margin: 10px 21px 10px 21px;
	list-style: none;
}
#sub-menu ul ul {
	min-height: 2px;
	margin: 0px 0px 0px 15px;
}
#sub-menu ul li {
	margin: 5px 0;
}
#sub-menu ul li a {
	color: black;
}
#sub-menu ul li.active a {
	color: #07007d;
	font-weight: bolder;
}
#sub-menu li hr {
	height: 4px;
	margin: 8px 0;
	background: #ebebeb;
	border: none;
}
#sub-menu ul li li a,
#sub-menu ul li.active li a {
	font-weight: normal;
	color: #626262;
}


/**
 * Breadcrumb
 */
#breadcrumb {
	list-style: none;
	margin: 6px 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
}

#breadcrumb li a {
	color: #808080;
	text-decoration: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

/**
 * Containers
 */ 
div#main-container {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 302px;
}

div#content-container {
	position: relative;
	float: left;
	background: #fcfcf6 url(/_composer/images/content_bg.gif) left top no-repeat;
	min-width: 642px;
}

div#content
{
	text-align: left;
	padding: 10px;
	min-height: 302px;
	color: #565656;
	width: 582px;
}

/**
 * Footer
 */
div#footer {
	position: relative;
	display: block;
	clear: both;
	color: #000;
	font-size: 8pt;
	letter-spacing: -0.4px;
	width: 100%;
	z-index: 0;
}
div#footer div {
	padding: 8px 0px;
}

div#footer-left {
	position: relative;
	float: left;
	width: 198px;
	text-align: center;
}
div#footer-main {
	position: relative;
	float: left;
	min-width: 642px;
	background: #fcfcf6;
}
div#footer-main p {
	width: 642px;
	text-align: center;
}

div#footer hr {
	height: 4px;
	margin: 0 21px 8px;
	background: #ebebeb;
	border: none;
}
div#footer-left hr {
	width: 158px;
}
div#footer-main hr {
	width: 600px;
}

/**
 * Powered by Composer
 */
#pbscomposer {
	position: relative;
	margin-top: 0px;
	left: 0; 
	top: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	color: #666;
	width: 189px;
	text-align: center;
	text-decoration: none;
} 

#pbscomposer:hover {
	text-decoration: underline;
}

/**
 * Module-box
 */
div.module-box {
	margin: 5 0px;
	width: 100%;
}

div.module-box h2 {
	font-size: 10pt;
	font-weight: bold;
}

div.module-box h2 a {
	display: block;
	background: url(/_composer/images/button.bg.gif) center no-repeat;
	color: #565656;
	font-size: 100%;
	height: 28px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	position: relative;
	padding-top: 12px;
	text-decoration: none;
}

div.module-box h2.selected a,
div.module-box h2 a:hover {
	background: url(/_composer/images/button.bg.selected.gif) center no-repeat;
	color: #fff;
}

div.module-box .box-content {
	margin: 0;
	padding: 10px 0;
}

#info_text {
	border: solid 1px #dedede; 
	padding: 5px; 
	margin-bottom: 10px; 
	text-align: justify; 
	width: 98%;
}


/**
 * Contents
 */
#content
{
	margin-left: 21px;
	font-family: Franklin Gothic Book, verdana, sans-serif;
	font-size: 12px;
}
 
#content h1
{
	color: #312e62;
}

