/*<group=General Styles>*/

body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.35em;
	font-family: Meiryo, Tahoma, Verdana, Helvetica, Arial;
	color: #333333;
	margin: 30px;
	background: #fcfcfc;
	padding: 0;
}

#page_bg {
	background: #fcfcfc;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	width: 684px;
	background: repeat-y  url(images/container_bg.png); /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 1.35em;
}

#container #top {
	background: url(images/container_top.png) no-repeat;
	width: 684px;
	height: 9px;
}

#container #bottom {
	background: url(images/container_bottom.png) no-repeat;
	width: 684px;
	height: 9px;
	position: absolute;
}

#pageHeader {
	background: url(images/header_bg.png) repeat-x;
	height: 235px;
	text-align: left;
}

#pageHeader img {
	margin-top: -3px;
	margin-left: 5px;
	position:relative;
}

#pageHeader h1 {
	color: #333333;
	margin: 0px;
	font-weight: bold;
	padding: 10px 0px 5px 28px;
	letter-spacing: 2px;
	font-size: 1.8em;
}

#pageHeader h2 {
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 28px;
	letter-spacing: 1px;
	font-size: 1em;
}

#contentContainer {
	text-align: left;
	width: 477px;
	padding-top: 10px;
	float: left;

}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 28px;
	line-height: 1.7em;
}

#sidebarContainer {
	width: 180px;
	float: right;
	text-align: left;
	background: repeat-y url(images/sidebar_bg.png);
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#sidebarContainer #top {
	width: 180px;
	height: 7px;
	background: url(images/sidebar_top.png) no-repeat;
}

#sidebarContainer #logo {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;

}

#sidebarContainer #sidebar {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	font-weight: bold;
}

#sidebarContainer .sideHeader {
	font-size: 1em;
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 1px solid #cdcdcd;
}

#sidebarContainer #bottom {
	width: 180px;
	height: 7px;
	background: url(images/sidebar_bottom.png) no-repeat;
	position: absolute;
}

#footer {
	text-align: left;
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 4px;
	margin-left: 4px;
}

#footer p {
	margin: 0;
	padding: 10px 0 5px 24px;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #333333;
}

#footer a:hover, #footer a:active {
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	font-size: 0.9em;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {
	text-decoration: none;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	height: 10px;
	width: 676px;
	padding: 0;
	margin: -5px 4px 40px 4px;
	background: url(images/navcontainer_bg.png) repeat-x;
	position: relative;
}

#navcontainer #current {
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 130px;
	height: 32px;
	display: block;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

#navcontainer a:hover {
	font-weight: bold;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	width: 666px;
	margin-left: 10px;
}

#navcontainer ul ul li {
	display: inline;
	float: left;
}

#navcontainer ul ul a {
	background: none;
	text-align: center;
}

#navcontainer ul ul a:hover {
	background: none;
}

#navcontainer ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote {
	margin-left: 100px;
	margin-right: 15px;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
	
/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/

.small {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

table.moduletable th {
  font-weight: bold;
  font-family: Meiryo, Helvetica ,Arial,sans-serif;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
	text-align: left;
}

table.moduletable {
  width: 100%;
}

.submenu {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-left: 6px;
}

.submenu a{
	color: #333333;
}

span.article_seperator {
	display: block;
	height: 20px;
}